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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.h 54 static const double mantissaOverflowLowerBound = 9007199254740992.0;
JSGlobalObjectFunctions.cpp 265 if (number >= mantissaOverflowLowerBound) {
308 if (number >= mantissaOverflowLowerBound)

Completed in 43 milliseconds