Searched refs:BigPowY (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | pow.c | 52 #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 D | pow.c | 265 V_POW_INTERVAL2 (0, inf, SHL52 (SmallPowY), SHL52 (BigPowY), 40000) 266 V_POW_INTERVAL2 (0, inf, SHL52 (BigPowY), inf, 40000)
|
H A D | finite_pow.h | 34 #define BigPowY 0x43e /* top12(0x1.749p62). */ macro
|