Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpow.c52 #define BigPowY 0x43e /* top12(0x1.749p62). */ macro
456 SV_POW_INTERVAL2 (0, inf, SHL52 (SmallPowY), SHL52 (BigPowY), 40000)
457 SV_POW_INTERVAL2 (0, inf, SHL52 (BigPowY), inf, 40000)
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpow.c265 V_POW_INTERVAL2 (0, inf, SHL52 (SmallPowY), SHL52 (BigPowY), 40000)
266 V_POW_INTERVAL2 (0, inf, SHL52 (BigPowY), inf, 40000)
H A Dfinite_pow.h34 #define BigPowY 0x43e /* top12(0x1.749p62). */ macro