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

/fuchsia/zircon/third_party/ulib/musl/src/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 Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1 / EPS;
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A D__rem_pio2f.c26 #define EPS DBL_EPSILON macro
28 #define EPS LDBL_EPSILON macro
36 static const double toint = 1.5 / EPS,
H A D__rem_pio2.c23 #define EPS DBL_EPSILON macro
25 #define EPS LDBL_EPSILON macro
37 static const double toint = 1.5 / EPS,

Completed in 178 milliseconds