Searched refs:mp_obj_get_complex (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | modcmath.c | 36 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_phase() 44 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_polar() 64 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_exp() 74 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_log() 83 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_log10() 92 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_sqrt() 102 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_cos() 110 mp_obj_get_complex(z_obj, &real, &imag); in mp_cmath_sin()
|
A D | obj.c | 400 void mp_obj_get_complex(mp_obj_t arg, mp_float_t *real, mp_float_t *imag) { in mp_obj_get_complex() function
|
A D | obj.h | 793 void mp_obj_get_complex(mp_obj_t self_in, mp_float_t *real, mp_float_t *imag);
|
Completed in 7 milliseconds