Searched refs:minIntAsDouble (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h212 const double minIntAsDouble = std::numeric_limits<int>::min(); local
214 return static_cast<int>(std::max(std::min(d, maxIntAsDouble), minIntAsDouble));

Completed in 39 milliseconds