Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h35 #define ThresPowY 0x080 /* BigPowY - SmallPowY. */ macro
281 || (topy & 0x7ff) - SmallPowY >= ThresPowY)) in pow_scalar_special_case()
332 if ((topy & 0x7ff) - SmallPowY >= ThresPowY) in pow_scalar_special_case()
H A Dpow.c18 #define VecThresPowY v_u64 (ThresPowY)
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpow.c53 #define ThresPowY 0x080 /* BigPowY - SmallPowY. */ macro