Lines Matching refs:x1p
278 *res = v.d * 0x1p-106;
284 *res = (a1 + u.d) * 0x1p-106;
287 /* If v.d * 0x1p-106 with round to zero is a subnormal above
288 or equal to DBL_MIN / 2, then v.d * 0x1p-106 shifts mantissa
291 v.d * 0x1p-106 never normalizes by shifting up,
302 v.d *= 0x1p-106;
304 *res = v.d - 0x1p-1074;
306 *res = v.d + 0x1p-1074;
308 *res = v.d * 0x1p-106;
312 *res = v.d * 0x1p-106;