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

  /external/protobuf/src/google/protobuf/
generated_message_util.cc 43 double Infinity() {
44 return std::numeric_limits<double>::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 83 // #define NaN and Infinity so that it's possible to cut-and-paste these tests
86 #define Infinity (std::numeric_limits<double>::infinity())
98 RunOneTruncationTest(Infinity, 0);
100 RunOneTruncationTest(-Infinity, 0);
129 #undef 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceJavaScriptTokenizer.js 83 "Infinity": "javascript-inf"
    [all...]
  /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/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/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 317 // Returns the floating-point number that represent positive infinity.
318 static RawType Infinity() {
347 // - 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/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/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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 292 // Returns the floating-point number that represent positive infinity.
293 static RawType Infinity() {
322 // - treats really large numbers as almost equal to infinity.
    [all...]

Completed in 635 milliseconds