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

  /external/protobuf/src/google/protobuf/
generated_message_util.cc 43 double Infinity() {
44 return std::numeric_limits<double>::infinity();
  /external/webkit/JavaScriptCore/wrec/
Quantifier.h 46 Quantifier(Type type = None, unsigned min = 0, unsigned max = Infinity)
59 static const unsigned Infinity = UINT_MAX;
  /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/gtest/include/gtest/internal/
gtest-internal.h 399 // Returns the floating-point number that represent positive infinity.
400 static RawType Infinity() {
429 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 63 propertyCallBack(Infinity, (void*) this);
372 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) {
373 if (SK_LITERAL_STR_EQUAL("Infinity", token, len) == false)
528 { "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...]

Completed in 107 milliseconds