Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dfixed-dtoa.cc121 static const int kDoubleSignificandSize = 53; // Includes the hidden bit. variable
330 if (exponent + kDoubleSignificandSize > 64) { in FastFixedDtoa()
372 } else if (exponent > -kDoubleSignificandSize) { in FastFixedDtoa()
/external/chromium_org/v8/src/
Dfixed-dtoa.cc99 static const int kDoubleSignificandSize = 53; // Includes the hidden bit. variable
308 if (exponent + kDoubleSignificandSize > 64) { in FastFixedDtoa()
350 } else if (exponent > -kDoubleSignificandSize) { in FastFixedDtoa()