Searched refs:fpclassify (Results 1 – 3 of 3) sorted by relevance
127 #define fpclassify(x) \ macro133 fpclassify(__y) != FP_INFINITE && fpclassify(__y) != FP_NAN;}))136 fpclassify(__z) == FP_NORMAL;}))159 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
172 #define fpclassify(x) \ macro179 fpclassify(__y) != FP_INFINITE && fpclassify(__y) != FP_NAN;}))199 #define isnormal(y) (fpclassify(y) == FP_NORMAL)222 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
214 # define fpclassify(x) \ macro217 # define fpclassify(x) \ macro249 # define isnormal(x) (fpclassify (x) == FP_NORMAL)460 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))