Home
last modified time | relevance | path

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

1234

/third_party/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()
/third_party/ffmpeg/compat/float/
Dfloat.h33 #undef DBL_MIN
34 #define DBL_MIN ((double)2.22507385850720138309e-308L) macro
/third_party/harfbuzz/src/
Dhb-number-parser.hh224 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
Dhb-number-parser.rl123 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-number-parser.hh224 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN; in strtod_rl()
Dhb-number-parser.rl123 if (exp_neg) return neg ? -DBL_MIN : DBL_MIN;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-dict-common.hh149 return neg? -DBL_MIN: DBL_MIN; in parse_bcd()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfma.c155 return DBL_MIN/FLT_MIN * fltmin; in fma()
169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma()
/third_party/musl/src/math/
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/uniproton/kernel/include/
Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/ndk_musl_include/
Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/include/
Dfloat.h29 #define DBL_MIN 2.22507385850720138309e-308 macro
Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/musl/libc-test/src/functionalext/supplement/math/
Dfinitef.c39 int ret = finitef(DBL_MIN / 2); in finitef_0200()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dvalues.h30 #define MINDOUBLE DBL_MIN
/third_party/libffi/testsuite/libffi.call/
Dfloat4.c42 d = DBL_MIN / 2; in main()
/third_party/musl/libc-test/src/api/
Dfloat.c36 D(DBL_MIN) in f()
/third_party/python/Lib/test/
Dtest_getargs2.py47 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/
Dulp.inl229 return _nextafter(x, DBL_MIN);
231 return __builtin_nextafter(x, DBL_MIN);
233 return nextafter(x, DBL_MIN);

1234