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