Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/icu/source/test/intltest/
Dtsputil.cpp143 maxMinTest(pinf, DBL_MIN, pinf, TRUE); in testMaxMin()
144 maxMinTest(pinf, -DBL_MIN, pinf, TRUE); in testMaxMin()
145 maxMinTest(pinf, DBL_MIN, DBL_MIN, FALSE); in testMaxMin()
146 maxMinTest(pinf, -DBL_MIN, -DBL_MIN, FALSE); in testMaxMin()
153 maxMinTest(ninf, DBL_MIN, DBL_MIN, TRUE); in testMaxMin()
154 maxMinTest(ninf, -DBL_MIN, -DBL_MIN, TRUE); in testMaxMin()
155 maxMinTest(ninf, DBL_MIN, ninf, FALSE); in testMaxMin()
156 maxMinTest(ninf, -DBL_MIN, ninf, FALSE); in testMaxMin()
163 maxMinTest(pzero, DBL_MIN, DBL_MIN, TRUE); in testMaxMin()
164 maxMinTest(pzero, -DBL_MIN, pzero, TRUE); in testMaxMin()
[all …]
Dtsdate.cpp246 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
Dtsnmfmt.cpp121 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp143 maxMinTest(pinf, DBL_MIN, pinf, TRUE); in testMaxMin()
144 maxMinTest(pinf, -DBL_MIN, pinf, TRUE); in testMaxMin()
145 maxMinTest(pinf, DBL_MIN, DBL_MIN, FALSE); in testMaxMin()
146 maxMinTest(pinf, -DBL_MIN, -DBL_MIN, FALSE); in testMaxMin()
153 maxMinTest(ninf, DBL_MIN, DBL_MIN, TRUE); in testMaxMin()
154 maxMinTest(ninf, -DBL_MIN, -DBL_MIN, TRUE); in testMaxMin()
155 maxMinTest(ninf, DBL_MIN, ninf, FALSE); in testMaxMin()
156 maxMinTest(ninf, -DBL_MIN, ninf, FALSE); in testMaxMin()
163 maxMinTest(pzero, DBL_MIN, DBL_MIN, TRUE); in testMaxMin()
164 maxMinTest(pzero, -DBL_MIN, pzero, TRUE); in testMaxMin()
[all …]
Dtsdate.cpp246 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
Dtsnmfmt.cpp121 || !((-DBL_MAX < d && d < DBL_MAX) || (d < -DBL_MIN && DBL_MIN < d))); in randDouble()
/external/libcxx/test/language.support/support.limits/c.limits/
Dcfloat.pass.cpp130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
/external/libcxx/test/depr/depr.c.headers/
Dfloat_h.pass.cpp130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
/external/clang/lib/Headers/
Dfloat.h65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__ macro
/external/bison/m4/
Dfrexp.m4109 The expression -DBL_MIN * DBL_MIN does not work when cross-compiling
115 return -DBL_MIN * DBL_MIN;
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dfloat.pxd42 enum: DBL_MIN
/external/libcxx/include/
Dcfloat58 DBL_MIN
/external/libcxx/include/support/win32/
Dlimits_win32.h44 #define __DBL_MIN__ DBL_MIN
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dmin.pass.cpp58 test<double>(DBL_MIN); in main()
/external/libcxx/include/support/ibm/
Dlimits.h72 #define __DBL_MIN__ DBL_MIN
/external/chromium_org/third_party/icu/source/i18n/
Dindiancal.cpp350 const UDate IndianCalendar::fgSystemDefaultCentury = DBL_MIN;
353 UDate IndianCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
Dcoptccal.cpp102 static UDate gSystemDefaultCenturyStart = DBL_MIN;
Dbuddhcal.cpp132 static UDate gSystemDefaultCenturyStart = DBL_MIN;
Dethpccal.cpp142 static UDate gSystemDefaultCenturyStart = DBL_MIN;
Dtaiwncal.cpp139 static UDate gSystemDefaultCenturyStart = DBL_MIN;
/external/icu/icu4c/source/i18n/
Dindiancal.cpp350 const UDate IndianCalendar::fgSystemDefaultCentury = DBL_MIN;
353 UDate IndianCalendar::fgSystemDefaultCenturyStart = DBL_MIN;
Dcoptccal.cpp102 static UDate gSystemDefaultCenturyStart = DBL_MIN;
Dbuddhcal.cpp132 static UDate gSystemDefaultCenturyStart = DBL_MIN;
Dtaiwncal.cpp139 static UDate gSystemDefaultCenturyStart = DBL_MIN;
Dethpccal.cpp142 static UDate gSystemDefaultCenturyStart = DBL_MIN;

123