Searched defs:isnan (Results 1 – 5 of 5) sorted by relevance
67 #define isnan(x) __builtin_isnan(x) macro324 int (isnan)(double __x) __attribute_const__; variable
55 #define isnan(x) ((x) != (x)) macro
41 #define isnan(x) ((x) != (x)) macro
156 TEST(MATH_TEST, isnan) { in TEST() argument