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

<<11121314151617181920>>

  /external/icu4c/common/
putil.c 18 * with NaN and Infinity to be platform independent
329 These methods detect and return NaN and infinity values for doubles
343 /* Infinity is 0x7FF0000000000000U. Anything greater than that is a NaN */
369 /* Infinity is exactly 0x7FF0000000000000U. */
380 /* If your platform doesn't support IEEE 754 but *does* have an infinity*/
430 /* If your platform doesn't support IEEE 754 but *does* have an infinity*/
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 502 /* Min and max values for the common repeats; for the maxima, 0 => infinity */
    [all...]
  /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/icu4c/i18n/unicode/
choicfmt.h 81 * given by the lower limit of the next range. The Unicode infinity
82 * sign \htmlonly&#x221E \endhtmlonly (U+221E) is recognized for positive infinity. It may be preceded by
83 * '-' (U+002D) to indicate negative infinity.</p>
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 414 // Returns the floating-point number that represent positive infinity.
415 static RawType Infinity() {
444 // - treats really large numbers as almost equal to infinity.
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 335 /* Set an EC_POINT to the point at infinity.
336 * A point at infinity is represented by having Z=0.
864 /* Indicates whether the given point is the point at infinity. */
  /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...]
  /bionic/libc/regex/
regcomp.c 413 count2 = INFINITY;
584 count2 = INFINITY;
942 int to) /* to this number of times (maybe INFINITY) */
948 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 287 "a + number out of the double range should return infinity",
292 "a - number out of the double range should return neg infinity",
341 "A number can't be represented by float should return infinity",
345 "A number can't be represented by float should return infinity",
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 115 "Oslash", "infinity", "plusminus", "lessequal", "greaterequal",
  /external/icu4c/i18n/
decNumber.h 43 #define DECINF 0x40 /* 1=Infinity */
  /external/jpeg/
jpegint.h 303 * rounding towards minus infinity. This is correct for typical "arithmetic
  /external/llvm/lib/Support/
APFloat.cpp 529 static const char infinityL[] = "infinity";
530 static const char infinityU[] = "INFINITY";
662 // *something* to make it a NaN instead of an infinity;
1111 /* Handle overflow. Sign is preserved. We either become infinity or
1116 /* Infinity? */
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 168 // infinity.
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 624 // We need to parse infinity and nan separately because
625 // Double.parseDouble() does not accept "inf", "infinity", or "nan".
649 // We need to parse infinity and nan separately because
650 // Float.parseFloat() does not accept "inf", "infinity", or "nan".
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 158 EXPECT_EQ(numeric_limits<double>::infinity(),
160 EXPECT_EQ(-numeric_limits<double>::infinity(),
163 EXPECT_EQ(numeric_limits<float>::infinity(),
165 EXPECT_EQ(-numeric_limits<float>::infinity(),
    [all...]
  /external/skia/include/core/
SkScalar.h 48 /** SK_ScalarInfinity is defined to be infinity as an SkScalar
  /external/stlport/stlport/stl/
_limits.c 151 * computation of infinity and NaN values is only based on big/little endianess, compiler
  /external/v8/test/mjsunit/
array-indexing.js 46 var infinite_object = { 10: 42, 100000: 37, length: Infinity };
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 229 double shortestDistance = std::numeric_limits<double>::infinity();
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 132 // Don't return Infinity() or NaN().
  /frameworks/base/include/media/stagefright/openmax/
OMX_Image.h 225 * nFocusSteps : Focus can take on values from 0 mm to infinity.
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 208 * nFocusSteps : Focus can take on values from 0 mm to infinity.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 208 * nFocusSteps : Focus can take on values from 0 mm to infinity.
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 208 * nFocusSteps : Focus can take on values from 0 mm to infinity.

Completed in 608 milliseconds

<<11121314151617181920>>