Home
last modified time | relevance | path

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

12

/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/llvm-project/clang/test/Headers/
Dfloat.c159 #ifndef DBL_MIN_10_EXP
161 #elif DBL_MIN_10_EXP > -37
237 _Static_assert(DBL_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
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp102 #ifndef DBL_MIN_10_EXP
103 #error DBL_MIN_10_EXP not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp102 #ifndef DBL_MIN_10_EXP
103 #error DBL_MIN_10_EXP not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp100 #ifndef DBL_MIN_10_EXP
101 #error DBL_MIN_10_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp100 #ifndef DBL_MIN_10_EXP
101 #error DBL_MIN_10_EXP not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h50 # undef DBL_MIN_10_EXP
103 #define DBL_MIN_10_EXP __DBL_MIN_10_EXP__ macro
Dopencl-c-base.h196 #define DBL_MIN_10_EXP -307 macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp55 test<double, DBL_MIN_10_EXP>(); in main()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp56 test<double, DBL_MIN_10_EXP>(); in main()
/external/llvm-project/libclc/generic/include/clc/float/
Ddefinitions.h46 #define DBL_MIN_10_EXP -307 macro
/external/llvm-project/libcxx/include/support/win32/
Dlimits_msvc_win32.h44 #define __DBL_MIN_10_EXP__ DBL_MIN_10_EXP
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h45 #define __DBL_MIN_10_EXP__ DBL_MIN_10_EXP
/external/llvm-project/libcxx/include/
Dcfloat44 DBL_MIN_10_EXP
/external/libcxx/include/
Dcfloat45 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/llvm-project/libcxx/include/support/ibm/
Dlimits.h68 #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/python/cpython3/Objects/
Dfloatobject.c99 SetIntFlag(DBL_MIN_10_EXP); in PyFloat_GetInfo()
/external/python/cpython2/Objects/
Dfloatobject.c124 SetIntFlag(DBL_MIN_10_EXP); in PyFloat_GetInfo()
/external/libpng/
Dpng.c2868 if (power < DBL_MIN_10_EXP) return 0;
/external/pdfium/third_party/libpng16/
Dpng.c2869 if (power < DBL_MIN_10_EXP) return 0;
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc40 SYMBOL(DBL_MIN_10_EXP, None, <float.h>)
/external/python/cpython2/Doc/library/
Dsys.rst332 | :const:`min_10_exp` | DBL_MIN_10_EXP | minimum integer e such that ``10**e`` is a |

12