Searched defs:Infinity (Results 1 - 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc43 double Infinity() { function in namespace:google::protobuf::internal
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-operator.cc14 #define Infinity (std::numeric_limits<double>::infinity()) macro
239 Operator1<double> op4(12, Operator::kNoProperties, 0, 1, "BarFoo", Infinity);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc43 double Infinity() { function in namespace:google::protobuf::internal
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs.cc93 // #define NaN and Infinity so that it's possible to cut-and-paste these tests
96 #define Infinity (std::numeric_limits<double>::infinity()) macro
116 RunOneTruncationTest(Infinity, 0);
118 RunOneTruncationTest(-Infinity, 0);
173 #undef Infinity macro
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddouble.h127 // Hence only Infinity and NaN are special.
200 static double Infinity() { function in class:WTF::double_conversion::Double
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp55 propertyCallBack(Infinity, (void*) this);
364 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) { function in class:SkAnimatorScript
365 if (SK_LITERAL_STR_EQUAL("Infinity", token, len) == false)
520 { "Infinity >= Number.MAX_VALUE ? 1 : 0", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
/external/skia/src/animator/
H A DSkAnimatorScript.cpp55 propertyCallBack(Infinity, (void*) this);
364 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) { function in class:SkAnimatorScript
365 if (SK_LITERAL_STR_EQUAL("Infinity", token, len) == false)
520 { "Infinity >= Number.MAX_VALUE ? 1 : 0", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h395 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h326 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h379 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/eigen/Eigen/src/Core/util/
H A DConstants.h28 /** This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>().
29 * The value Infinity there means the L-infinity norm.
31 const int Infinity = -1; member in namespace:Eigen
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h294 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h408 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h379 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7254 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7254 static RawType Infinity() { function in class:testing::internal::FloatingPoint

Completed in 1169 milliseconds