Home
last modified time | relevance | path

Searched defs:decimalPlaces (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DDecimalNumber.h69 DecimalNumber(double d, RoundingDecimalPlacesType, unsigned decimalPlaces) in DecimalNumber()
/external/webkit/Source/WebCore/html/parser/
DHTMLParserIdioms.cpp100 …DoubleForNumberTypeWithDecimalPlaces(const String& string, double *result, unsigned *decimalPlaces) in parseToDoubleForNumberTypeWithDecimalPlaces()
/external/webkit/Source/JavaScriptCore/runtime/
DNumberPrototype.cpp139 int decimalPlaces; in numberProtoFuncToFixed() local