Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dfast-dtoa.cc601 static bool Grisu3(double v, in Grisu3() function
723 result = Grisu3(v, buffer, length, &decimal_exponent); in FastDtoa()
/external/chromium_org/v8/src/
Dfast-dtoa.cc577 static bool Grisu3(double v, in Grisu3() function
699 result = Grisu3(v, buffer, length, &decimal_exponent); in FastDtoa()