Home
last modified time | relevance | path

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

/sysdeps/ieee754/dbl-64/
A De_pow.c286 uint32_t topx, topy; in __pow() local
290 topx = top12 (x); in __pow()
292 if (__glibc_unlikely (topx - 0x001 >= 0x7ff - 0x001 in __pow()
338 topx &= 0x7ff; in __pow()
356 if (topx == 0) in __pow()

Completed in 4 milliseconds