Home
last modified time | relevance | path

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

/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/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/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.h50 # undef DBL_MIN_10_EXP
95 #define DBL_MIN_10_EXP __DBL_MIN_10_EXP__ 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
Dmodule.modulemap75 DBL_MIN, DBL_MIN_10_EXP, DBL_MIN_EXP,
/external/libcxx/include/support/win32/
Dlimits_win32.h41 #define __DBL_MIN_10_EXP__ DBL_MIN_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h69 #define __DBL_MIN_10_EXP__ DBL_MIN_10_EXP
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c2666 if (power < DBL_MIN_10_EXP) return 0;
/external/libpng/
Dpng.c2759 if (power < DBL_MIN_10_EXP) return 0;