Home
last modified time | relevance | path

Searched refs:DBL_MIN_10_EXP (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/Headers/
Dfloat.c132 #ifndef DBL_MIN_10_EXP
134 #elif DBL_MIN_10_EXP > -37
210 _Static_assert(DBL_MIN_10_EXP == __DBL_MIN_10_EXP__, "");
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp70 #ifndef DBL_MIN_10_EXP
71 #error DBL_MIN_10_EXP not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp70 #ifndef DBL_MIN_10_EXP
71 #error DBL_MIN_10_EXP not defined
/external/bison/lib/
Dfloat.in.h118 # define LDBL_MIN_10_EXP DBL_MIN_10_EXP
168 # define LDBL_MIN_10_EXP DBL_MIN_10_EXP
/external/clang/lib/Headers/
Dfloat.h52 # undef DBL_MIN_10_EXP
102 #define DBL_MIN_10_EXP __DBL_MIN_10_EXP__ macro
Dopencl-c.h209 #define DBL_MIN_10_EXP -307 macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp51 test<double, DBL_MIN_10_EXP>(); in main()
/external/libcxx/include/
Dcfloat38 DBL_MIN_10_EXP
/external/libcxx/include/support/win32/
Dlimits_win32.h41 #define __DBL_MIN_10_EXP__ DBL_MIN_10_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py86 DBL_MIN_10_EXP = (-308) variable
92 LDBL_MIN_10_EXP = DBL_MIN_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h69 #define __DBL_MIN_10_EXP__ DBL_MIN_10_EXP
/external/python/cpython2/Objects/
Dfloatobject.c125 SetIntFlag(DBL_MIN_10_EXP); in PyFloat_GetInfo()
/external/skia/third_party/libpng/
Dpng.c2801 if (power < DBL_MIN_10_EXP) return 0;
/external/libpng/
Dpng.c2833 if (power < DBL_MIN_10_EXP) return 0;
/external/pdfium/third_party/libpng16/
Dpng.c2802 if (power < DBL_MIN_10_EXP) return 0;
/external/python/cpython2/Doc/library/
Dsys.rst332 | :const:`min_10_exp` | DBL_MIN_10_EXP | minimum integer e such that ``10**e`` is a |