Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c45 mp_float_t x = mp_obj_get_float(x_obj); in math_generic_1()
54 mp_float_t x = mp_obj_get_float(x_obj); in math_generic_2()
70 …STATIC mp_obj_t mp_math_##py_name(mp_obj_t x_obj) { return mp_obj_new_bool(c_name(mp_obj_get_float…
265 STATIC mp_obj_t mp_math_frexp(mp_obj_t x_obj) { in mp_math_frexp() argument
276 STATIC mp_obj_t mp_math_modf(mp_obj_t x_obj) { in mp_math_modf() argument
278 mp_float_t x = mp_obj_get_float(x_obj); in mp_math_modf()
295 STATIC mp_obj_t mp_math_radians(mp_obj_t x_obj) { in mp_math_radians() argument
301 STATIC mp_obj_t mp_math_degrees(mp_obj_t x_obj) { in mp_math_degrees() argument
329 STATIC mp_obj_t mp_math_factorial(mp_obj_t x_obj) { in mp_math_factorial() argument
330 mp_int_t max = mp_obj_get_int(x_obj); in mp_math_factorial()
[all …]

Completed in 3 milliseconds