Searched refs:BigPowX (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | pow.c | 49 #define BigPowX 0x7ff /* top12(INFINITY). */ macro 453 SV_POW_INTERVAL2 (SHL52 (SmallPowX), SHL52 (BigPowX), 0, inf, 40000) 454 SV_POW_INTERVAL2 (SHL52 (BigPowX), inf, 0, inf, 40000)
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | pow.c | 262 V_POW_INTERVAL2 (SHL52 (SmallPowX), SHL52 (BigPowX), 0, inf, 40000) 263 V_POW_INTERVAL2 (SHL52 (BigPowX), inf, 0, inf, 40000)
|
H A D | finite_pow.h | 31 #define BigPowX 0x7ff /* top12(INFINITY). */ macro
|