Searched refs:SmallPowX (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | v_pow_1u5.c | 18 #define VecSmallPowX v_u64 (SmallPowX) 236 V_POW_INTERVAL2 (0, SHL52 (SmallPowX), 0, inf, 40000) 237 V_POW_INTERVAL2 (SHL52 (SmallPowX), SHL52 (BigPowX), 0, inf, 40000)
|
H A D | sv_pow_1u5.c | 49 #define SmallPowX 0x001 /* top12(0x1p-126). */ macro 371 svbool_t xsmall = svcmplt (pg, vabstopx0, SmallPowX); in SV_NAME_D2() 414 SV_POW_INTERVAL2 (0, SHL52 (SmallPowX), 0, inf, 40000) 415 SV_POW_INTERVAL2 (SHL52 (SmallPowX), SHL52 (BigPowX), 0, inf, 40000)
|
H A D | finite_pow.h | 30 #define SmallPowX 0x001 /* top12(0x1p-126). */ macro 280 if (unlikely (topx - SmallPowX >= ThresPowX in __pl_finite_pow()
|