Searched defs:ISNAN (Results 1 – 2 of 2) sorted by relevance
108 #define ISNAN(fp) ((fp)->fp_class < 0) macro
522 #define ISNAN(x) (x != x) macro