Home
last modified time | relevance | path

Searched refs:mp_obj_float_get (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjfloat.c99 mp_float_t o_val = mp_obj_float_get(o_in); in float_print()
145 mp_float_t val = mp_obj_float_get(o_in); in float_unary_op()
168 mp_float_t lhs_val = mp_obj_float_get(lhs_in); in float_binary_op()
196 mp_float_t mp_obj_float_get(mp_obj_t self_in) { in mp_obj_float_get() function
A Dobj.c349 val = mp_obj_float_get(arg); in mp_obj_get_float_maybe()
390 *real = mp_obj_float_get(arg); in mp_obj_get_complex_maybe()
A Dobj.h111 mp_float_t mp_obj_float_get(mp_obj_t self_in);
146 mp_float_t mp_obj_float_get(mp_obj_t self_in);
169 static inline mp_float_t mp_obj_float_get(mp_const_obj_t o) { in mp_obj_float_get() function
233 static inline mp_float_t mp_obj_float_get(mp_const_obj_t o) { in mp_obj_float_get() function
A Dobjint.c62 return mp_obj_new_int_from_float(mp_obj_float_get(args[0])); in mp_obj_int_make_new()
A Dobjfun.c474 return (mp_int_t)mp_obj_float_get(obj); in convert_obj_for_inline_asm()
A Dobjstr.c938 return mp_obj_new_int_from_float(mp_obj_float_get(arg)); in arg_as_int()

Completed in 15 milliseconds