Partial StrtodDiyFp implementation [ci skip]

This commit is contained in:
Milo Yip
2014-09-19 08:59:36 +08:00
parent 475b242087
commit faa877ff78
3 changed files with 106 additions and 34 deletions

View File

@@ -258,7 +258,7 @@ static void TestParseDouble() {
}
#if 1
static const unsigned count = 1000000;
static const unsigned count = 10000000;
// Random test for double
{
Random r;