Searched refs:isnormal (Results 1 – 3 of 3) sorted by relevance
134 #define isnormal(z) \ macro
249 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
199 #define isnormal(y) (fpclassify(y) == FP_NORMAL) macro