Searched refs:kDoubleSignificandSize (Results 1 – 1 of 1) sorted by relevance
120 static const int kDoubleSignificandSize = 53; // Includes the hidden bit. variable329 if (exponent + kDoubleSignificandSize > 64) { in FastFixedDtoa()371 } else if (exponent > -kDoubleSignificandSize) { in FastFixedDtoa()