Home
last modified time | relevance | path

Searched refs:fpclassify (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmath.h127 #define fpclassify(x) \ macro
133 fpclassify(__y) != FP_INFINITE && fpclassify(__y) != FP_NAN;}))
136 fpclassify(__z) == FP_NORMAL;}))
159 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dmath.h172 #define fpclassify(x) \ macro
179 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;}))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dmath.h214 # define fpclassify(x) \ macro
217 # define fpclassify(x) \ macro
249 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
460 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))