Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjcomplex.c222 mp_float_t rhs_len_sq = rhs_real * rhs_real + rhs_imag * rhs_imag; in mp_obj_complex_binary_op() local
223 rhs_real /= rhs_len_sq; in mp_obj_complex_binary_op()
224 rhs_imag /= -rhs_len_sq; in mp_obj_complex_binary_op()

Completed in 3 milliseconds