Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h33 #define SmallPowY 0x3be /* top12(0x1.e7b6p-65). */ macro
281 || (topy & 0x7ff) - SmallPowY >= ThresPowY)) in pow_scalar_special_case()
332 if ((topy & 0x7ff) - SmallPowY >= ThresPowY) in pow_scalar_special_case()
338 if ((topy & 0x7ff) < SmallPowY) in pow_scalar_special_case()
H A Dpow.c17 #define VecSmallPowY v_u64 (SmallPowY)
264 V_POW_INTERVAL2 (0, inf, 0, SHL52 (SmallPowY), 40000)
265 V_POW_INTERVAL2 (0, inf, SHL52 (SmallPowY), SHL52 (BigPowY), 40000)
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpow.c51 #define SmallPowY 0x3be /* top12(0x1.e7b6p-65). */ macro
455 SV_POW_INTERVAL2 (0, inf, 0, SHL52 (SmallPowY), 40000)
456 SV_POW_INTERVAL2 (0, inf, SHL52 (SmallPowY), SHL52 (BigPowY), 40000)