Home
last modified time | relevance | path

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

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