Searched refs:EPS (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Drintf.c6 #define EPS FLT_EPSILON macro
8 #define EPS DBL_EPSILON macro
10 #define EPS LDBL_EPSILON macro
12 static const float_t toint = 1/EPS;
H A Dceil.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Drint.c6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const double_t toint = 1/EPS;
H A Droundf.c4 #define EPS FLT_EPSILON macro
6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const float_t toint = 1/EPS;
H A Dlrint.c33 #define EPS DBL_EPSILON macro
35 #define EPS LDBL_EPSILON macro
61 double_t toint = asdouble(asuint64(1/EPS) | sign);
H A Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A D__rem_pio2f.c26 #define EPS DBL_EPSILON macro
28 #define EPS LDBL_EPSILON macro
37 toint = 1.5/EPS,
H A D__rem_pio2.c23 #define EPS DBL_EPSILON macro
25 #define EPS LDBL_EPSILON macro
38 toint = 1.5/EPS,

Completed in 82 milliseconds