Searched refs:kDoubleSignificandSize (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dfixed-dtoa.cc122 static const int kDoubleSignificandSize = 53; // Includes the hidden bit. member in namespace:v8::internal
328 // At most kDoubleSignificandSize bits of the significand are non-zero.
331 if (exponent + kDoubleSignificandSize > 64) {
373 } else if (exponent > -kDoubleSignificandSize) {

Completed in 38 milliseconds