Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_pow_1u5.c18 #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 Dsv_pow_1u5.c49 #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 Dfinite_pow.h30 #define SmallPowX 0x001 /* top12(0x1p-126). */ macro
280 if (unlikely (topx - SmallPowX >= ThresPowX in __pl_finite_pow()