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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObjectFunctions.h 54 static const double mantissaOverflowLowerBound = 9007199254740992.0;
JSGlobalObjectFunctions.cpp 242 if (number >= mantissaOverflowLowerBound) {
UString.cpp 407 if (d >= mantissaOverflowLowerBound)

Completed in 53 milliseconds