Searched refs:math_fast_inv_sqrtf (Results 1 – 3 of 3) sorted by relevance
40 float math_fast_inv_sqrtf(float number) in math_fast_inv_sqrtf() function
64 float math_fast_inv_sqrtf(float number);
78 float inv_dl = math_fast_inv_sqrtf(SQ(dx) + SQ(dy)); in lv_draw_vg_lite_line()