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

/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;
/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)

Completed in 44 milliseconds