Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/
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
Dfp-bit.c227 fraction |= QUIET_NAN - 1;
229 fraction |= QUIET_NAN;
573 if ((fraction & QUIET_NAN) == 0)
575 if (fraction & QUIET_NAN)