Home
last modified time | relevance | path

Searched refs:topx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h274 uint32_t topx, topy; in pow_scalar_special_case() local
278 topx = top12 (x); in pow_scalar_special_case()
280 if (unlikely (topx - SmallPowX >= ThresPowX in pow_scalar_special_case()
330 topx &= 0x7ff; in pow_scalar_special_case()
347 if (topx == 0) in pow_scalar_special_case()
/freebsd/contrib/arm-optimized-routines/math/
H A Dpow.c278 uint32_t topx, topy; in pow() local
282 topx = top12 (x); in pow()
284 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()
330 topx &= 0x7ff; in pow()
348 if (topx == 0) in pow()