HomeSort by relevance Sort by last modified time
    Searched refs:kMaxDouble (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/test/cctest/
test-strtod.cc 411 const double kMaxDouble = 1.7976931348623157e308;
412 // Check that the buffer*10^exponent >= boundary between kMaxDouble and inf.
413 Double d(kMaxDouble);
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 59 #define kMaxDouble (kHalfMaxDouble * kHalfMaxDouble)
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 62 #define kMaxDouble (kHalfMaxDouble * kHalfMaxDouble)
    [all...]

Completed in 1235 milliseconds