Searched defs:isnormal (Results 1 – 1 of 1) sorted by relevance
292 #define isnormal(__x) (__builtin_isnormal (__x)) macro314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro