Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Datan2f_3u.c24 #define POLY_UFLOW_BOUND 24 macro
72 if (unlikely (iay == 0 || (exp_diff >= POLY_UFLOW_BOUND && m >= 2))) in atan2f()
88 if (unlikely (iax == 0 || exp_diff <= -POLY_UFLOW_BOUND)) in atan2f()
140 if (unlikely (m < 2 && exp_diff >= POLY_UFLOW_BOUND)) in atan2f()