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

/haiku/headers/posix/
H A Dmath.h79 #define FP_NORMAL 4 macro
343 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (value))
389 (fpclassify(value) == FP_NORMAL)
/haiku/src/system/libroot/posix/musl/math/
H A D__fpclassify.c10 return FP_NORMAL;
H A D__fpclassifyf.c10 return FP_NORMAL;
H A D__fpclassifyl.c28 return FP_NORMAL;
40 return FP_NORMAL;

Completed in 169 milliseconds