HomeSort by relevance Sort by last modified time
    Searched defs:Infinity (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/v8/test/cctest/compiler/
test-operator.cc 14 #define Infinity (std::numeric_limits<double>::infinity())
239 Operator1<double> op4(12, Operator::kNoProperties, 0, 1, "BarFoo", Infinity);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_util.cc 43 double Infinity() {
44 return std::numeric_limits<double>::infinity();
  /external/chromium_org/v8/test/cctest/
test-code-stubs.cc 93 // #define NaN and Infinity so that it's possible to cut-and-paste these tests
96 #define Infinity (std::numeric_limits<double>::infinity())
116 RunOneTruncationTest(Infinity, 0);
118 RunOneTruncationTest(-Infinity, 0);
173 #undef Infinity
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double.h 58 // It must not be special (infinity, or NaN).
87 // Returns the next greater double. Returns +infinity on input +infinity.
127 // Hence only Infinity and NaN are special.
200 static double Infinity() {
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 55 propertyCallBack(Infinity, (void*) this);
364 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) {
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/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 325 // Returns the floating-point number that represent positive infinity.
326 static RawType Infinity() {
358 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 378 // Returns the floating-point number that represent positive infinity.
379 static RawType Infinity() {
408 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 28 /** 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;
  /external/gtest/include/gtest/internal/
gtest-internal.h 293 // Returns the floating-point number that represent positive infinity.
294 static RawType Infinity() {
326 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 407 // Returns the floating-point number that represent positive infinity.
408 static RawType Infinity() {
437 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 378 // Returns the floating-point number that represent positive infinity.
379 static RawType Infinity() {
408 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 443 milliseconds