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

  /external/protobuf/src/google/protobuf/
generated_message_util.cc 43 double Infinity() {
44 return std::numeric_limits<double>::infinity();
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 381 // Returns the floating-point number that represent positive infinity.
382 static RawType Infinity() {
411 // - treats really large numbers as almost equal to infinity.
  /external/skia/legacy/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/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/eigen/Eigen/src/Core/util/
Constants.h 23 /** 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;
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 396 // Returns the floating-point number that represent positive infinity.
397 static RawType Infinity() {
426 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 394 // Returns the floating-point number that represent positive infinity.
395 static RawType Infinity() {
424 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 372 // Returns the floating-point number that represent positive infinity.
373 static RawType Infinity() {
402 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/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/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 406 // Returns the floating-point number that represent positive infinity.
407 static RawType Infinity() {
436 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 355 milliseconds