HomeSort by relevance Sort by last modified time
    Searched full:infinity (Results 476 - 500 of 681) sorted by null

<<11121314151617181920>>

  /external/opencv/cvaux/src/
cvmorphcontours.cpp 640 //double inf; // infinity
682 // Find infinity constant
  /external/protobuf/src/google/protobuf/
text_format.cc 562 if (text == "inf" || text == "infinity") {
563 *value = std::numeric_limits<double>::infinity();
    [all...]
  /external/v8/benchmarks/
raytrace.js 326 gloss: 2.0, // [0...infinity] 0 = matt
328 reflection: 0.0, // [0...infinity] 0 = no reflection
  /external/v8/src/arm/
constants-arm.h 410 RP = 1 << 22, // Round towards Plus Infinity.
411 RM = 2 << 22, // Round towards Minus Infinity.
stub-cache-arm.cc     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 327 gloss: 2.0, // [0...infinity] 0 = matt
329 reflection: 0.0, // [0...infinity] 0 = no reflection
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 327 gloss: 2.0, // [0...infinity] 0 = matt
329 reflection: 0.0, // [0...infinity] 0 = no reflection
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 321 gloss: 2.0, // [0...infinity] 0 = matt
323 reflection: 0.0, // [0...infinity] 0 = no reflection
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue_p.h 539 if (*u.m_string == "Infinity" || *u.m_string == "-Infinity")
    [all...]
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 464 * pretending that a[b - 1] is minus infinity and a[b + n] is infinity.
    [all...]
Formatter.java     [all...]
  /bionic/libc/stdlib/
strtod.c 1379 /* "INF" or "INFINITY" */
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c     [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-insns.c     [all...]
  /external/libxslt/libxslt/
xslt.c 294 self->infinity = xmlStrdup(BAD_CAST("Infinity"));
320 if (self->infinity)
321 xmlFree(self->infinity);
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 268 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
408 * <p>Infinity is represented as a single character, typically
410 * applied. The infinity character is determined by the
650 kRoundCeiling, /**< Round towards positive infinity */
651 kRoundFloor, /**< Round towards negative infinity */
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/libxml2/
xpath.c 1037 fprintf(output, "Object is a number : Infinity\n");
1040 fprintf(output, "Object is a number : -Infinity\n");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 187 * Default is "infinity" -- ie. no limit. This is to prevent DOS attacks
217 * unspecificed, the default is "infinity". This feature is useful if you are
267 * by the stack. Default time is "infinity" - i.e. if the listener never
    [all...]
  /dalvik/docs/
prettify.js 129 "Infinity NaN ";
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ScannerTest.java     [all...]
  /external/chromium/base/metrics/
histogram.h 14 // [0,1), [1,2), [2,4), [4,8), [8,16), [16,32), [32,64), [64,infinity)
18 // Note that the underflow bucket [0,1) and the overflow bucket [64,infinity)
  /external/openssl/crypto/ec/
ec.h 421 /** Sets a point to infinity (neutral element)
423 * \param point EC_POINT to set to infinity
    [all...]
ectest.c 288 fprintf(stdout, " point at infinity\n");
909 fprintf(stdout, " point at infinity\n");
    [all...]
  /external/openssl/include/openssl/
ec.h 421 /** Sets a point to infinity (neutral element)
423 * \param point EC_POINT to set to infinity
    [all...]

Completed in 582 milliseconds

<<11121314151617181920>>