OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds