OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxSignificantBits
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
bignum.h
39
static const int
kMaxSignificantBits
= 3584;
107
static const int kBigitCapacity =
kMaxSignificantBits
/ kBigitSize;
bignum-dtoa.cc
122
ASSERT(Bignum::
kMaxSignificantBits
>= 324*4);
strtod.cc
386
ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::
kMaxSignificantBits
);
Completed in 202 milliseconds