Searched defs:isNaN (Results 1 – 4 of 4) sorted by relevance
75 int isNaN(FPU_REG const *ptr) in isNaN() function
376 int signalling, isNaN; in real_1op_NaN() local
194 int isNaN; in single_arg_2_error() local
29 #define isNaN(number) ((number) != (number)) macro