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