Home
last modified time | relevance | path

Searched refs:topy (Results 1 – 6 of 6) sorted by relevance

/external/arm-optimized-routines/math/aarch64/advsimd/
Dfinite_pow.h274 uint32_t topx, topy; in pow_scalar_special_case() local
279 topy = top12 (y); in pow_scalar_special_case()
281 || (topy & 0x7ff) - SmallPowY >= ThresPowY)) in pow_scalar_special_case()
332 if ((topy & 0x7ff) - SmallPowY >= ThresPowY) in pow_scalar_special_case()
338 if ((topy & 0x7ff) < SmallPowY) in pow_scalar_special_case()
341 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow_scalar_special_case()
344 return (ix > asuint64 (1.0)) == (topy < 0x800) ? INFINITY : 0; in pow_scalar_special_case()
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/
Dpow.c278 uint32_t topx, topy; in pow() local
283 topy = top12 (y); in pow()
285 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
332 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
337 if ((topy & 0x7ff) < 0x3be) in pow()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/
Dpow.c278 uint32_t topx, topy; in pow() local
283 topy = top12 (y); in pow()
285 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
332 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
337 if ((topy & 0x7ff) < 0x3be) in pow()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
/external/trusty/musl/src/math/
Dpow.c259 uint32_t topx, topy; in pow() local
264 topy = top12(y); in pow()
266 (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) { in pow()
304 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) { in pow()
308 if ((topy & 0x7ff) < 0x3be) { in pow()
316 return (ix > asuint64(1.0)) == (topy < 0x800) ? in pow()
/external/musl/src/math/
Dpow.c259 uint32_t topx, topy; in pow() local
264 topy = top12(y); in pow()
266 (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) { in pow()
304 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) { in pow()
308 if ((topy & 0x7ff) < 0x3be) { in pow()
316 return (ix > asuint64(1.0)) == (topy < 0x800) ? in pow()
/external/arm-optimized-routines/math/
Dpow.c278 uint32_t topx, topy; in pow() local
283 topy = top12 (y); in pow()
285 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
332 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
337 if ((topy & 0x7ff) < 0x3be) in pow()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()