Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dpow.c304 uint32_t topx, topy; in pow() local
309 topy = top12 (y); in pow()
311 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
358 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
363 if ((topy & 0x7ff) < 0x3be) in pow()
371 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()