Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DMathExtras.h213 const double maxIntAsDouble = std::numeric_limits<int>::max(); in clampToInteger() local
219 const double maxIntAsDouble = std::numeric_limits<int>::max(); in clampToPositiveInteger() local