Searched refs:QUIET_NAN (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfp-bit.h148 # define QUIET_NAN ((TItype)0x8 << 108) macro
158 # define QUIET_NAN ((TItype)0x8 << (48 + 64)) macro
184 # define QUIET_NAN 0x100000L macro
207 # define QUIET_NAN 0x8000000000000LL macro
H A Dfp-bit.c221 fraction |= QUIET_NAN - 1;
223 fraction |= QUIET_NAN;
567 if ((fraction & QUIET_NAN) == 0)
569 if (fraction & QUIET_NAN)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dfp-bit.h150 # define QUIET_NAN ((TItype)0x8 << 108) macro
160 # define QUIET_NAN ((TItype)0x8 << (48 + 64)) macro
186 # define QUIET_NAN 0x100000L macro
209 # define QUIET_NAN 0x8000000000000LL macro
H A Dfp-bit.c214 fraction |= QUIET_NAN - 1;
216 fraction |= QUIET_NAN;
559 if ((fraction & QUIET_NAN) == 0)
561 if (fraction & QUIET_NAN)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c101 SignalingNaN (BIASEDEXP == EXPMAX && FRAC > 0 && FRAC < QUIET_NAN):
104 QuietNaN (BIASEDEXP == EXPMAX && FRAC > 0 && FRAC > QUIET_NAN):
121 #define QUIET_NAN LSBIT64 (NR_FRACBITS - 1) macro
197 fraction |= QUIET_NAN - 1;
199 fraction |= QUIET_NAN;
209 fraction |= QUIET_NAN;
211 fraction &= ~QUIET_NAN;
371 qnan = (fraction & QUIET_NAN) == 0;
373 qnan = fraction >= QUIET_NAN;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c105 # define QUIET_NAN 0x100000L macro
125 # define QUIET_NAN 0x8000000000000LL macro
335 dst.bits.fraction |= QUIET_NAN;

Completed in 111 milliseconds