Searched refs:LDBL_EPSILON (Results 26 - 36 of 36) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/math/
H A Drintf.c10 #define EPS LDBL_EPSILON
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON;
H A Dtruncl.c10 static const long double toint = 1/LDBL_EPSILON;
H A Dmodfl.c15 static const long double toint = 1/LDBL_EPSILON;
H A Dround.c6 #define EPS LDBL_EPSILON
H A Droundf.c8 #define EPS LDBL_EPSILON
H A Droundl.c10 static const long double toint = 1/LDBL_EPSILON;
H A D__rem_pio2f.c28 #define EPS LDBL_EPSILON
H A D__rem_pio2.c25 #define EPS LDBL_EPSILON
H A D__rem_pio2l.c23 static const long double toint = 1.5/LDBL_EPSILON;
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dvfprintf.c346 long double round = 2/LDBL_EPSILON;

Completed in 88 milliseconds

12