Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dfloat.c127 #ifndef FLT_MIN_10_EXP
129 #elif FLT_MIN_10_EXP > -37
209 _Static_assert(FLT_MIN_10_EXP == __FLT_MIN_10_EXP__, "");
/external/llvm-project/clang/test/Headers/
Dfloat.c154 #ifndef FLT_MIN_10_EXP
156 #elif FLT_MIN_10_EXP > -37
236 _Static_assert(FLT_MIN_10_EXP == __FLT_MIN_10_EXP__, "");
/external/clang/lib/Headers/
Dfloat.h51 # undef FLT_MIN_10_EXP
101 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ macro
Dopencl-c.h184 #define FLT_MIN_10_EXP -37 macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp98 #ifndef FLT_MIN_10_EXP
99 #error FLT_MIN_10_EXP not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp98 #ifndef FLT_MIN_10_EXP
99 #error FLT_MIN_10_EXP not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp96 #ifndef FLT_MIN_10_EXP
97 #error FLT_MIN_10_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp96 #ifndef FLT_MIN_10_EXP
97 #error FLT_MIN_10_EXP not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h49 # undef FLT_MIN_10_EXP
102 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ macro
Dopencl-c-base.h171 #define FLT_MIN_10_EXP -37 macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp54 test<float, FLT_MIN_10_EXP>(); in main()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp55 test<float, FLT_MIN_10_EXP>(); in main()
/external/llvm-project/libclc/generic/include/clc/float/
Ddefinitions.h10 #define FLT_MIN_10_EXP -37 macro
/external/llvm-project/libcxx/include/support/win32/
Dlimits_msvc_win32.h31 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h32 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/llvm-project/libcxx/include/
Dcfloat43 FLT_MIN_10_EXP
/external/libcxx/include/
Dcfloat44 FLT_MIN_10_EXP
/external/mesa3d/src/mesa/swrast/
Ds_fog.c75 if (tmp < FLT_MIN_10_EXP) \
76 tmp = FLT_MIN_10_EXP; \
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h56 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h57 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/pdfium/third_party/skia_shared/
DSkFloatToDecimal.cpp75 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/external/skqp/src/utils/
DSkFloatToDecimal.cpp79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/external/skia/src/utils/
DSkFloatToDecimal.cpp79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/external/python/cpython2/Lib/plat-beos5/
DIN.py80 FLT_MIN_10_EXP = (-37) variable
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc73 SYMBOL(FLT_MIN_10_EXP, None, <float.h>)