Home
last modified time | relevance | path

Searched defs:kMantissaTopBit (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/objects/
Dbigint.cc268 const int kMantissaTopBit = Double::kSignificandSize - 1; // 0-indexed. in NewFromDouble() local
874 const int kMantissaTopBit = 52; // 0-indexed. in CompareToDouble() local