Searched defs:IsNaN (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc59 inline bool IsNaN(double value) { function in namespace:google::protobuf::text_format_unittest
651 EXPECT_TRUE(IsNaN(message.repeated_double(11)));
652 EXPECT_TRUE(IsNaN(message.repeated_double(12)));
/external/skia/src/animator/
H A DSkAnimatorScript.cpp67 functionCallBack(IsNaN, (void*) this);
395 bool SkAnimatorScript::IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params, function in class:SkAnimatorScript
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc58 inline bool IsNaN(double value) { function in namespace:google::protobuf
1021 } else if (IsNaN(value)) {
1076 } else if (IsNaN(value)) {
/external/v8/test/cctest/
H A Dtest-api.cc44 static bool IsNaN(double x) { function
2492 CHECK_NE(0, IsNaN(number_value));
12368 if (IsNaN(input) || input < -date_limit || input > date_limit) {
12429 if (!IsNaN(test_value)) {
12442 if (!IsNaN(expected_stored_date)) {

Completed in 311 milliseconds