/third_party/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 145 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 …]
|
D | tsdate.cpp | 259 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
|
/third_party/ffmpeg/compat/float/ |
D | float.h | 33 #undef DBL_MIN 34 #define DBL_MIN ((double)2.22507385850720138309e-308L) macro
|
/third_party/harfbuzz/src/ |
D | hb-number-parser.hh | 224 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
|
D | hb-number-parser.rl | 123 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-number-parser.hh | 224 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
|
D | hb-number-parser.rl | 123 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-dict-common.hh | 149 return neg? -DBL_MIN: DBL_MIN; in parse_bcd()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fma.c | 155 return DBL_MIN/FLT_MIN * fltmin; in fma() 169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma()
|
/third_party/musl/src/math/ |
D | fma.c | 155 return DBL_MIN/FLT_MIN * fltmin; in fma() 169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/ndk_musl_include/ |
D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/include/ |
D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
D | finitef.c | 39 int ret = finitef(DBL_MIN / 2); in finitef_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/libffi/testsuite/libffi.call/ |
D | float4.c | 42 d = DBL_MIN / 2; in main()
|
/third_party/musl/libc-test/src/api/ |
D | float.c | 36 D(DBL_MIN) in f()
|
/third_party/python/Lib/test/ |
D | test_getargs2.py | 47 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX 454 if FLT_MIN > DBL_MIN: 455 self.assertEqualWithSign(getargs_f(DBL_MIN), 0.0) 456 self.assertEqualWithSign(getargs_f(-DBL_MIN), -0.0) 483 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF): 507 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF):
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | ulp.inl | 229 return _nextafter(x, DBL_MIN); 231 return __builtin_nextafter(x, DBL_MIN); 233 return nextafter(x, DBL_MIN);
|