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

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.h153 # define QUIET_NAN ((TItype)0x8 << 108) macro
163 # define QUIET_NAN ((TItype)0x8 << (48 + 64)) macro
189 # define QUIET_NAN 0x100000L macro
212 # define QUIET_NAN 0x8000000000000LL macro
H A Dfp-bit.c227 fraction |= QUIET_NAN - 1;
229 fraction |= QUIET_NAN;
573 if ((fraction & QUIET_NAN) == 0)
575 if (fraction & QUIET_NAN)

Completed in 43 milliseconds