Home
last modified time | relevance | path

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

1234

/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp145 maxMinTest(pinf, DBL_MIN, pinf, TRUE); in testMaxMin()
146 maxMinTest(pinf, -DBL_MIN, pinf, TRUE); in testMaxMin()
147 maxMinTest(pinf, DBL_MIN, DBL_MIN, FALSE); in testMaxMin()
148 maxMinTest(pinf, -DBL_MIN, -DBL_MIN, FALSE); in testMaxMin()
155 maxMinTest(ninf, DBL_MIN, DBL_MIN, TRUE); in testMaxMin()
156 maxMinTest(ninf, -DBL_MIN, -DBL_MIN, TRUE); in testMaxMin()
157 maxMinTest(ninf, DBL_MIN, ninf, FALSE); in testMaxMin()
158 maxMinTest(ninf, -DBL_MIN, ninf, FALSE); in testMaxMin()
165 maxMinTest(pzero, DBL_MIN, DBL_MIN, TRUE); in testMaxMin()
166 maxMinTest(pzero, -DBL_MIN, pzero, TRUE); in testMaxMin()
[all …]
Dtsdate.cpp259 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
/external/clang/lib/Headers/
Dfloat.h67 # undef DBL_MIN
122 #define DBL_MIN __DBL_MIN__ macro
/external/harfbuzz_ng/src/
Dhb-number-parser.hh227 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
Dhb-number-parser.rl126 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN;
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp162 #ifndef DBL_MIN
163 #error DBL_MIN not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp162 #ifndef DBL_MIN
163 #error DBL_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp160 #ifndef DBL_MIN
161 #error DBL_MIN not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp160 #ifndef DBL_MIN
161 #error DBL_MIN not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h65 # undef DBL_MIN
123 #define DBL_MIN __DBL_MIN__ macro
/external/llvm-project/libclc/generic/lib/geometric/
Dnormalize.cl103 if (l2 < DBL_MIN) {
123 if (l2 < DBL_MIN) {
143 if (l2 < DBL_MIN) {
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dfloat4.c42 d = DBL_MIN / 2; in main()
/external/libffi/testsuite/libffi.call/
Dfloat4.c42 d = DBL_MIN / 2; in main()
/external/python/cpython2/Lib/test/
Dtest_getargs2.py48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX
354 if FLT_MIN > DBL_MIN:
355 self.assertEqualWithSign(getargs_f(DBL_MIN), 0.0)
356 self.assertEqualWithSign(getargs_f(-DBL_MIN), -0.0)
374 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF):
395 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF):
/external/llvm-project/libclc/generic/include/clc/float/
Ddefinitions.h49 #define DBL_MIN 0x1.0p-1022 macro
/external/llvm-project/libcxx/include/support/win32/
Dlimits_msvc_win32.h47 #define __DBL_MIN__ DBL_MIN
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h48 #define __DBL_MIN__ DBL_MIN
/external/llvm-project/libcxx/include/
Dcfloat64 DBL_MIN
/external/libcxx/include/
Dcfloat65 DBL_MIN
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin.pass.cpp62 test<double>(DBL_MIN); in main()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin.pass.cpp63 test<double>(DBL_MIN); in main()
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h71 #define __DBL_MIN__ DBL_MIN
/external/libcxx/include/support/ibm/
Dlimits.h72 #define __DBL_MIN__ DBL_MIN
/external/python/cpython3/Lib/test/
Dtest_getargs2.py45 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX
468 if FLT_MIN > DBL_MIN:
469 self.assertEqualWithSign(getargs_f(DBL_MIN), 0.0)
470 self.assertEqualWithSign(getargs_f(-DBL_MIN), -0.0)
497 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF):
521 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF):
/external/OpenCL-CTS/test_common/harness/
Dconversions.h124 return fabs(x) < (double)DBL_MIN && x != 0.0; in IsDoubleSubnormal()

1234