Searched refs:QUIET_NAN (Results 1 – 2 of 2) sorted by relevance
153 # define QUIET_NAN ((TItype)0x8 << 108) macro163 # define QUIET_NAN ((TItype)0x8 << (48 + 64)) macro189 # define QUIET_NAN 0x100000L macro212 # define QUIET_NAN 0x8000000000000LL macro
227 fraction |= QUIET_NAN - 1;229 fraction |= QUIET_NAN;573 if ((fraction & QUIET_NAN) == 0)575 if (fraction & QUIET_NAN)