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

/external/chromium_org/base/
H A Dfloat_util.h26 inline bool IsNaN(const Float& number) { function in namespace:base
/external/ceres-solver/include/ceres/
H A Dfpclassify.h51 inline bool IsNaN (double x) { return _isnan(x); } function in namespace:ceres
62 inline bool IsNaN (double x) { return isnan(x); }
84 inline bool IsNaN (double x) { return std::isnan(x); }
H A Djet.h557 // to be finite (or normal). For IsNaN and IsInfinite, the answer is less
558 // clear. This takes a "any" approach for IsNaN and IsInfinite such that if any
560 // to strange situations like a jet can be both IsInfinite and IsNaN, but in
594 bool IsNaN(const Jet<T, N>& f) { function in namespace:ceres
595 if (IsNaN(f.a)) {
599 if (IsNaN(f.v[i])) {
/external/ceres-solver/google3/
H A Djet_traits.h47 static bool IsNaN (const Type x) { return isnan(x); } function in struct:MathLimits
/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc59 inline bool IsNaN(double value) { function in namespace:google::protobuf::text_format_unittest
713 EXPECT_TRUE(IsNaN(message.repeated_double(11)));
714 EXPECT_TRUE(IsNaN(message.repeated_double(12)));
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp59 functionCallBack(IsNaN, (void*) this);
387 bool SkAnimatorScript::IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params, function in class:SkAnimatorScript
/external/skia/src/animator/
H A DSkAnimatorScript.cpp59 functionCallBack(IsNaN, (void*) this);
387 bool SkAnimatorScript::IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params, function in class:SkAnimatorScript
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc58 inline bool IsNaN(double value) { function in namespace:google::protobuf
1066 } else if (IsNaN(value)) {
1121 } else if (IsNaN(value)) {
/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/src/
H A Dobjects-inl.h813 bool Object::IsNaN() { function in class:v8::internal::Object
/external/chromium_org/v8/src/
H A Dobjects-inl.h878 bool Object::IsNaN() { function in class:v8::internal::Object
/external/v8/test/cctest/
H A Dtest-api.cc45 static bool IsNaN(double x) { function
2924 CHECK_NE(0, IsNaN(number_value));
14179 if (IsNaN(input) || input < -date_limit || input > date_limit) {
14240 if (!IsNaN(test_value)) {
14259 if (!IsNaN(expected_stored_date)) {

Completed in 2043 milliseconds