Searched refs:math_zero (Results 1 – 4 of 4) sorted by relevance
54 static inline bool math_zero(float a) in math_zero() function61 return math_zero(a - b); in math_equal()
79 if(math_zero(sweep_angle)) { in lv_draw_vg_lite_arc()
29 #define SIGN(x) (math_zero(x) ? 0 : ((x) > 0 ? 1 : -1))542 fract = (math_zero(fract)) ? MATH_HALF_PI * sweep_sign : fract; in lv_vg_lite_path_append_arc()
309 static inline bool math_zero(float a) in math_zero() function316 return math_zero(a - b); in math_equal()