Home
last modified time | relevance | path

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

/external/v8/src/
Dfixed-dtoa.cc120 static const int kDoubleSignificandSize = 53; // Includes the hidden bit. variable
329 if (exponent + kDoubleSignificandSize > 64) { in FastFixedDtoa()
371 } else if (exponent > -kDoubleSignificandSize) { in FastFixedDtoa()