/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsputil.cpp | 11 #include <float.h> // DBL_MAX, DBL_MIN 142 // +Inf with DBL_MAX and DBL_MIN in testMaxMin() 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() 152 // -Inf with DBL_MAX and DBL_MIN in testMaxMin() 155 maxMinTest(ninf, DBL_MIN, DBL_MI in testMaxMin() [all...] |
H A D | tsdate.cpp | 257 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
|
/third_party/ffmpeg/compat/float/ |
H A D | float.h | 33 #undef DBL_MIN macro 34 #define DBL_MIN ((double)2.22507385850720138309e-308L) macro
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-number-parser.hh | 224 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | values.h | 30 #define MINDOUBLE DBL_MIN
|
H A D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
H A D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
H A D | finitef.c | 34 * @tc.desc : Validate that the input parameter is a finite value (parameter is DBL_MIN/2). 39 int ret = finitef(DBL_MIN / 2); in finitef_0200()
|
/third_party/musl/include/ |
H A D | float.h | 29 #define DBL_MIN 2.22507385850720138309e-308 macro
|
H A D | values.h | 30 #define MINDOUBLE DBL_MIN
|
/third_party/musl/src/math/ |
H A 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/src/math/ |
H A 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/libc-test/src/api/ |
H A D | float.c | 36 D(DBL_MIN) in f()
|
/third_party/ffmpeg/libavfilter/ |
H A 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]; \
|
H A D | f_realtime.c | 72 { "speed", "speed factor", OFFSET(speed), AV_OPT_TYPE_DOUBLE, { .dbl = 1.0 }, DBL_MIN, DBL_MAX, FLAGS },
|
/third_party/ffmpeg/libavutil/ |
H A D | avsscanf.c | 333 return sign * DBL_MIN * DBL_MIN; in decfloat() 578 return sign * DBL_MIN * DBL_MIN; in hexfloat()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX namespace 455 if FLT_MIN > DBL_MIN: 456 self.assertEqualWithSign(getargs_f(DBL_MIN), 0.0) 457 self.assertEqualWithSign(getargs_f(-DBL_MIN), -0.0) 484 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF): 508 for x in (DBL_MIN, -DBL_MIN, DBL_MAX, -DBL_MAX, INF, -INF):
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ethpccal.cpp | 144 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|
H A D | taiwncal.cpp | 141 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|
H A D | coptccal.cpp | 104 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|
H A D | buddhcal.cpp | 134 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | buddhcal.cpp | 127 static UDate gSystemDefaultCenturyStart = DBL_MIN;
|