Searched refs:FLT_EPSILON (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c41 if (rx >= 1.0f / FLT_EPSILON || ix >= 1.0f / FLT_EPSILON)
60 else if (rx >= 0.5f && ix < FLT_EPSILON / 8.0f)
70 else if (rx < FLT_EPSILON / 8.0f && ix >= 1.5f)
82 if (rx < FLT_EPSILON * FLT_EPSILON)
115 if (rx < FLT_EPSILON / 8.0f)
141 if (ix >= FLT_EPSILON)
143 if (rx < FLT_EPSILON * FLT_EPSILON)
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A Drintf.c6 #define EPS FLT_EPSILON
H A Droundf.c4 #define EPS FLT_EPSILON
/haiku/headers/build/gcc-2.95.3/
H A Dfloat.h20 #undef FLT_EPSILON macro
21 #define FLT_EPSILON 1.19209290e-07F macro
/haiku/src/apps/glteapot/
H A DQuaternion.h388 if (d < -1.0 + FLT_EPSILON)
/haiku/src/apps/haiku3d/
H A DQuaternion.h396 if (d < -1.0 + FLT_EPSILON)

Completed in 45 milliseconds