HomeSort by relevance Sort by last modified time
    Searched refs:ToFixed (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h 39 // When calling ToFixed with a double > 10^kMaxFixedDigitsBeforePoint
166 // ToFixed(3.12, 1) -> "3.1"
167 // ToFixed(3.1415, 3) -> "3.142"
168 // ToFixed(1234.56789, 4) -> "1234.5679"
169 // ToFixed(1.23, 5) -> "1.23000"
170 // ToFixed(0.1, 4) -> "0.1000"
171 // ToFixed(1e30, 2) -> "1000000000000000019884624838656.00"
172 // ToFixed(0.1, 30) -> "0.100000000000000005551115123126"
173 // ToFixed(0.1, 17) -> "0.10000000000000001"
195 bool ToFixed(double value
    [all...]
double-conversion.cc 200 bool DoubleToStringConverter::ToFixed(double value,
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 1138 // but ECMA-262 specifies that equidistant values (e.g. (.5).toFixed()) should
1181 // but ECMA-262 specifies that equidistant values (e.g. (.5).toFixed()) should
    [all...]

Completed in 54 milliseconds