Lines Matching refs:asuint64
30 return asuint64 (x) >> 52;
193 if (asuint64 (x) >> 63)
211 ki = asuint64 (kd) >> 16;
216 ki = asuint64 (kd);
269 return 2 * i - 1 >= 2 * asuint64 (INFINITY) - 1;
279 ix = asuint64 (x);
280 iy = asuint64 (y);
294 if (ix == asuint64 (1.0))
296 if (2 * ix > 2 * asuint64 (INFINITY)
297 || 2 * iy > 2 * asuint64 (INFINITY))
299 if (2 * ix == 2 * asuint64 (1.0))
301 if ((2 * ix < 2 * asuint64 (1.0)) == !(iy >> 63))
334 if (ix == asuint64 (1.0))
340 return ix > asuint64 (1.0) ? 1.0 + y : 1.0 - y;
344 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0)
352 ix = asuint64 (opt_barrier_double (x) * 0x1p52);
367 double_t lhi = asdouble (asuint64 (hi) & -1ULL << 27);