Searched refs:mantissa3 (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dmpn2flt128.c37 u.ieee.mantissa3 = frac_ptr[0];
43 u.ieee.mantissa3 = frac_ptr[0] & (((mp_limb_t) 1 << 32) - 1);
H A Dstrtoflt128.c39 u.ieee_nan.mantissa3 = (mant); \
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dmpn2flt128.c37 u.ieee.mantissa3 = frac_ptr[0];
43 u.ieee.mantissa3 = frac_ptr[0] & (((mp_limb_t) 1 << 32) - 1);
H A Dstrtoflt128.c39 u.ieee_nan.mantissa3 = (mant); \
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dfmaq.c87 && w.ieee.mantissa3 == 0
224 if ((u.ieee.mantissa3 & 1) == 0 && u.ieee.exponent != 0x7fff)
225 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0;
232 if ((u.ieee.mantissa3 & 1) == 0 && u.ieee.exponent != 0x7fff)
233 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0;
240 if ((u.ieee.mantissa3 & 1) == 0)
241 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0;
260 down just by 1 bit, which means v.ieee.mantissa3 |= j would
278 /* v.ieee.mantissa3 & 2 is LSB bit of the result before rounding,
279 v.ieee.mantissa3
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dfmaq.c87 && w.ieee.mantissa3 == 0
224 if ((u.ieee.mantissa3 & 1) == 0 && u.ieee.exponent != 0x7fff)
225 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0;
232 if ((u.ieee.mantissa3 & 1) == 0 && u.ieee.exponent != 0x7fff)
233 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0;
240 if ((u.ieee.mantissa3 & 1) == 0)
241 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0;
260 down just by 1 bit, which means v.ieee.mantissa3 |= j would
278 /* v.ieee.mantissa3 & 2 is LSB bit of the result before rounding,
279 v.ieee.mantissa3
[all...]
/netbsd-current/lib/libc/rpc/
H A Dxdr_float.c190 unsigned int mantissa3 : 16; member in struct:vax_double
249 (vd.mantissa3 == lim->d.mantissa3) &&
262 (vd.mantissa3 << 13) |
305 vd.mantissa3 = ((unsigned int)id.mantissa2 >> 13);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dflt1282mpn.c42 res_ptr[0] = u.ieee.mantissa3; /* Low-order 32 bits of fraction. */
48 res_ptr[0] = ((mp_limb_t) u.ieee.mantissa2 << 32) | u.ieee.mantissa3;
H A Dprintf_fphex.c243 | fpnum.ieee.mantissa3);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dflt1282mpn.c42 res_ptr[0] = u.ieee.mantissa3; /* Low-order 32 bits of fraction. */
48 res_ptr[0] = ((mp_limb_t) u.ieee.mantissa2 << 32) | u.ieee.mantissa3;
H A Dprintf_fphex.c243 | fpnum.ieee.mantissa3);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath-imp.h102 unsigned mantissa3:32; member in struct:__anon1271::__anon1272
104 unsigned mantissa3:32;
152 unsigned mantissa3:32; member in struct:__anon1271::__anon1275
154 unsigned mantissa3:32;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath-imp.h102 unsigned mantissa3:32; member in struct:__anon1288::__anon1289
104 unsigned mantissa3:32;
152 unsigned mantissa3:32; member in struct:__anon1288::__anon1292
154 unsigned mantissa3:32;

Completed in 117 milliseconds