Home
last modified time | relevance | path

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

123

/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/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp130 #ifndef DBL_MIN
131 #error DBL_MIN not defined
/external/bison/m4/
Dfrexp.m4109 The expression -DBL_MIN * DBL_MIN does not work when cross-compiling
115 return -DBL_MIN * DBL_MIN;
/external/clang/lib/Headers/
Dfloat.h65 # undef DBL_MIN
115 #define DBL_MIN __DBL_MIN__ macro
/external/libcxx/include/
Dcfloat58 DBL_MIN
/external/libcxx/include/support/win32/
Dlimits_win32.h44 #define __DBL_MIN__ DBL_MIN
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dlimits.hpp119 __device__ __forceinline__ static double min() { return DBL_MIN; } in min()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin.pass.cpp58 test<double>(DBL_MIN); in main()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dlimits.hpp119 __device__ __forceinline__ static double min() { return DBL_MIN; } in min()
/external/icu/icu4c/source/i18n/
Dindiancal.cpp349 const UDate IndianCalendar::fgSystemDefaultCentury = DBL_MIN;
352 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;
Dpersncal.cpp249 static UDate gSystemDefaultCenturyStart = DBL_MIN;
/external/libcxx/include/support/ibm/
Dlimits.h72 #define __DBL_MIN__ DBL_MIN
/external/opencv3/3rdparty/openexr/Imath/
DImathLimits.h247 static double smallest() {return DBL_MIN;}
/external/libxml2/
Dtrionan.c709 if ((number > 0.0) && (number < DBL_MIN)) {
713 if ((number < 0.0) && (number > -DBL_MIN)) {
/external/google-breakpad/src/common/mac/
DGTMDefines.h255 #define CGFLOAT_MIN DBL_MIN
/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl248 return _nextafter(x, DBL_MIN);
250 return nextafter(x, DBL_MIN);
/external/valgrind/none/tests/s390x/
Dfpext.c102 printf(#insn " %lu ", F2L(insn, DBL_MIN, type, round, cc)); \
/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp64 double num = MAX(1. - p, DBL_MIN); in RANSACUpdateNumIters()
66 if( denom < DBL_MIN ) in RANSACUpdateNumIters()

123