HomeSort by relevance Sort by last modified time
    Searched defs:Infinity (Results 1 - 8 of 8) 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/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/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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 398 // Returns the floating-point number that represent positive infinity.
399 static RawType Infinity() {
428 // - treats really large numbers as almost equal to infinity.
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 661 milliseconds