Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dstrtod.cc176 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
438 if (DoubleStrtod(trimmed, exponent, &guess) || in Strtod()
/external/chromium_org/v8/src/
Dstrtod.cc155 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
415 if (DoubleStrtod(trimmed, exponent, &guess) || in Strtod()