Searched refs:LDBL_EPSILON (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dfloat.in.h41 # undef LDBL_EPSILON macro
42 # define LDBL_EPSILON 1.0842021724855044340E-19L macro
74 # undef LDBL_EPSILON macro
75 # define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */ macro
159 On IRIX 6.5, with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_EPSILON
171 # undef LDBL_EPSILON macro
172 # define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */ macro
/external/libcxx/test/depr/depr.c.headers/
H A Dfloat_h.pass.cpp122 #ifndef LDBL_EPSILON
123 #error LDBL_EPSILON not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp122 #ifndef LDBL_EPSILON
123 #error LDBL_EPSILON not defined
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Depsilon.pass.cpp53 test<long double>(LDBL_EPSILON);
/external/clang/lib/Headers/
H A Dfloat.h63 # undef LDBL_EPSILON macro
112 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/external/libcxx/include/support/win32/
H A Dlimits_win32.h59 #define __LDBL_EPSILON__ LDBL_EPSILON
/external/libcxx/include/support/ibm/
H A Dlimits.h86 #define __LDBL_EPSILON__ LDBL_EPSILON
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c291 # undef LDBL_EPSILON macro
294 # define LDBL_EPSILON DBL_EPSILON macro
2690 epsilon = LDBL_EPSILON;
/external/libxml2/
H A Dtrio.c291 # undef LDBL_EPSILON macro
294 # define LDBL_EPSILON DBL_EPSILON macro
2694 epsilon = LDBL_EPSILON;
/external/stlport/stlport/stl/
H A D_limits.h482 static long double _STLP_CALL epsilon() _STLP_NOTHROW { return LDBL_EPSILON; }

Completed in 2438 milliseconds