Searched defs:NaN (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DJSCell.cpp35 extern const double NaN = NAN; member in namespace:JSC
40 // The trick is to define the NaN and Inf globals with a different type than the declaration.
74 extern const double NaN = NaNInf.doubles.NaN_Double;
/external/skia/src/animator/
H A DSkAnimatorScript.cpp64 propertyCallBack(NaN, (void*) this);
427 bool SkAnimatorScript::NaN(const char* token, size_t len, void* user, SkScriptValue* value) { function in class:SkAnimatorScript
428 if (SK_LITERAL_STR_EQUAL("NaN", token, len) == false)
531 { "isNaN(Number.NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
532 { "isNaN(NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
/external/webkit/JavaScriptCore/wtf/
H A DDateMath.cpp108 #define NaN std::numeric_limits<double>::quiet_NaN() macro
376 ASSERT((year >= minYear && year <= maxYear) || (product - year == static_cast<int>(NaN)));
603 return NaN;
609 return NaN;
613 return NaN;
616 return NaN;
622 return NaN;
625 return NaN;
628 return NaN;
632 return NaN;
[all...]

Completed in 82 milliseconds