Searched refs:FP_NORMAL (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dmath.h38 # define FP_NORMAL 0 macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dtg-tests.h5 #define FP_NORMAL 3 macro
8 #define fpclassify(X) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (X))
129 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL);
133 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL);
141 foo(f, d, ld, /*unord=*/ 0, /*isnan=*/ 0, /*isinf=*/ 0, /*isfin=*/ 1, /*isnorm=*/ 1, FP_NORMAL);
H A Dc99-math.h21 if (fpclassify (norm1) != FP_NORMAL) \
24 if (fpclassify (norm2) != FP_NORMAL) \
27 if (fpclassify (norm3) != FP_NORMAL) \
/haiku-buildtools/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h48 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))

Completed in 57 milliseconds