/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 | 257 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
|
D | tsnmfmt.cpp | 123 || !((-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/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/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/liteos_a/kernel/include/ |
D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
/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/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_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/porting/liteos_m_iccarm/kernel/include/ |
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/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);
|
/third_party/ffmpeg/libavfilter/ |
D | ebur128.c | 360 st->d->v[ci][4] = fabs(st->d->v[ci][4]) < DBL_MIN ? 0.0 : st->d->v[ci][4]; \ 361 st->d->v[ci][3] = fabs(st->d->v[ci][3]) < DBL_MIN ? 0.0 : st->d->v[ci][3]; \ 362 st->d->v[ci][2] = fabs(st->d->v[ci][2]) < DBL_MIN ? 0.0 : st->d->v[ci][2]; \ 363 st->d->v[ci][1] = fabs(st->d->v[ci][1]) < DBL_MIN ? 0.0 : st->d->v[ci][1]; \
|
D | f_realtime.c | 72 …{ "speed", "speed factor", OFFSET(speed), AV_OPT_TYPE_DOUBLE, { .dbl = 1.0 }, DBL_MIN, DBL_MAX, FL…
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 333 return sign * DBL_MIN * DBL_MIN; in decfloat() 578 return sign * DBL_MIN * DBL_MIN; in hexfloat()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coptccal.cpp | 104 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|
/third_party/icu/icu4c/source/i18n/ |
D | coptccal.cpp | 104 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|