OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxDouble
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-strtod.cc
385
const double
kMaxDouble
= 1.7976931348623157e308;
386
// Check that the buffer*10^exponent >= boundary between
kMaxDouble
and inf.
387
Double d(
kMaxDouble
);
/external/icu4c/i18n/
rbnf.cpp
59
#define
kMaxDouble
(kHalfMaxDouble * kHalfMaxDouble)
[
all
...]
Completed in 79 milliseconds