Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_math.c40 float math_fast_inv_sqrtf(float number) in math_fast_inv_sqrtf() function
Dlv_vg_lite_math.h64 float math_fast_inv_sqrtf(float number);
Dlv_draw_vg_lite_line.c78 float inv_dl = math_fast_inv_sqrtf(SQ(dx) + SQ(dy)); in lv_draw_vg_lite_line()