Home
last modified time | relevance | path

Searched refs:LDBL_EPSILON (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dfloat.in.h41 # undef LDBL_EPSILON
42 # define LDBL_EPSILON 1.0842021724855044340E-19L macro
74 # undef LDBL_EPSILON
75 # define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */ macro
171 # undef LDBL_EPSILON
172 # define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */ macro
/external/libffi/testsuite/libffi.call/
Dfloat2.c47 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON); in main()
51 if (ld - ldblit(f) < LDBL_EPSILON) in main()
/external/clang/lib/Headers/
Dfloat.h63 # undef LDBL_EPSILON
112 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/external/stlport/stlport/stl/
D_limits.h482 static long double _STLP_CALL epsilon() _STLP_NOTHROW { return LDBL_EPSILON; } in epsilon()
/external/libxml2/
Dtrio.c291 # undef LDBL_EPSILON
294 # define LDBL_EPSILON DBL_EPSILON macro
2690 epsilon = LDBL_EPSILON;