Searched defs:Infinity (Results 1 - 18 of 18) 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/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.cc83 // #define NaN and Infinity so that it's possible to cut-and-paste these tests
86 #define Infinity (std::numeric_limits<double>::infinity()) macro
98 RunOneTruncationTest(Infinity, 0);
100 RunOneTruncationTest(-Infinity, 0);
129 #undef Infinity macro
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h382 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSourceJavaScriptTokenizer.js83 "Infinity": "javascript-inf"
/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/eigen/Eigen/src/Core/util/
H A DConstants.h23 /** This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>().
24 * The value Infinity there means the L-infinity norm.
26 const int Infinity = -1; member in namespace:Eigen
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h397 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h395 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h373 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h318 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/gtest/include/gtest/internal/
H A Dgtest-internal.h379 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h379 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h407 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

Completed in 535 milliseconds