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