Lines Matching defs:NAN
71 #define NAN (__builtin_nanf(""))134 i = a == NAN;140 j = NAN == a;158 j = a > NAN;164 j = a >= NAN;200 #ifndef NAN206 #ifdef NAN216 #elifndef(NAN)219 #if defined(NAN)229 j = isunorderedf(a, NAN);243 i = std::isunordered(a, NAN);