Home
last modified time | relevance | path

Searched refs:DBL_MIN (Results 1 - 25 of 75) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp11 #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 Dtsdate.cpp257 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
/third_party/ffmpeg/compat/float/
H A Dfloat.h33 #undef DBL_MIN macro
34 #define DBL_MIN ((double)2.22507385850720138309e-308L) macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-number-parser.hh224 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dvalues.h30 #define MINDOUBLE DBL_MIN
H A Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
H A Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
/third_party/musl/libc-test/src/functionalext/supplement/math/
H A Dfinitef.c34 * @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 Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
H A Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/src/math/
H A Dfma.c155 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 Dfma.c155 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 Dfloat.c36 D(DBL_MIN) in f()
/third_party/ffmpeg/libavfilter/
H A Debur128.c360 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 Df_realtime.c72 { "speed", "speed factor", OFFSET(speed), AV_OPT_TYPE_DOUBLE, { .dbl = 1.0 }, DBL_MIN, DBL_MAX, FLAGS },
/third_party/ffmpeg/libavutil/
H A Davsscanf.c333 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 Dtest_getargs.py48 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 Dethpccal.cpp144 static UDate gSystemDefaultCenturyStart = DBL_MIN;
H A Dtaiwncal.cpp141 static UDate gSystemDefaultCenturyStart = DBL_MIN;
H A Dcoptccal.cpp104 static UDate gSystemDefaultCenturyStart = DBL_MIN;
H A Dbuddhcal.cpp134 static UDate gSystemDefaultCenturyStart = DBL_MIN;
/third_party/node/deps/icu-small/source/i18n/
H A Dbuddhcal.cpp127 static UDate gSystemDefaultCenturyStart = DBL_MIN;

Completed in 13 milliseconds

123