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

  /external/skia/src/animator/
SkAnimatorScript.h 66 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
SkAnimatorScript.cpp 67 functionCallBack(IsNaN, (void*) this);
395 bool SkAnimatorScript::IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
397 if (SK_LITERAL_STR_EQUAL("isNaN", function, len) == false)
531 { "isNaN(Number.NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
532 { "isNaN(NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 58 inline bool IsNaN(double value) {
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 59 inline bool IsNaN(double value) {
651 EXPECT_TRUE(IsNaN(message.repeated_double(11)));
652 EXPECT_TRUE(IsNaN(message.repeated_double(12)));
    [all...]
  /external/v8/test/cctest/
test-api.cc 44 static bool IsNaN(double x) {
48 return isnan(x);
    [all...]

Completed in 1493 milliseconds