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

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 33 On all IEEE754 machines, this is +Infinity. */
39 /* Get machine-dependent INFINITY value. */
179 INFINITY representation of the infinity value of type `float'
264 /* Return nonzero value is X is positive or negative infinity. */
335 /* SVID mode specifies returning this large value instead of infinity. */
  /external/stlport/test/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
  /external/webkit/Source/WebCore/html/
InputType.h 224 // return NaN or Infinity only if defaultValue is NaN or Infinity.
239 // input type. If NaN or Infinity is specified, this returns an empty
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
  /bionic/libc/regex/
utils.h 40 #define INFINITY (DUPMAX + 1)
  /bionic/libm/man/
atanh.3 71 is raised and an infinity is returned.
  /bionic/libm/src/
s_frexpl.c 54 case 0x7fff: /* infinity or NaN; value of *ex is unspecified */
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 39 ECPoint.Fp infinity; field in class:ECCurve.Fp
46 this.infinity = new ECPoint.Fp(this, null, null);
81 // infinity
146 return infinity;
222 * The point at infinity on this curve.
224 private ECPoint.F2m infinity; // can't be final - JDK 1.1 field in class:ECCurve.F2m
388 this.infinity = new ECPoint.F2m(this, null, null);
415 // infinity
464 return infinity;
  /external/chromium/base/third_party/dmg_fp/
g_fmt.cc 48 if (decpt == 9999) /* Infinity or Nan */ {
mac_wextra.patch 8 if (decpt == 9999) /* Infinity or Nan */ {
  /external/icu4c/i18n/
decContext.h 75 DEC_ROUND_CEILING, /* round towards +infinity */
81 DEC_ROUND_FLOOR, /* round towards -infinity */
127 #define DEC_ClassString_NI "-Infinity"
134 #define DEC_ClassString_PI "+Infinity"
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 277 if (value == numeric_limits<double>::infinity()) {
279 } else if (value == -numeric_limits<double>::infinity()) {
289 if (value == numeric_limits<float>::infinity()) {
291 } else if (value == -numeric_limits<float>::infinity()) {
  /external/protobuf/src/google/protobuf/
generated_message_util.h 69 LIBPROTOBUF_EXPORT double Infinity();
  /external/skia/src/animator/
SkAnimatorScript.h 63 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
  /external/v8/src/
fixed-dtoa.h 43 // Halfway cases are rounded towards +/-Infinity (away from 0). The call
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.5-2.js 57 -Infinity,
15.7.3.6-2.js 49 array[item++] = new TestCase(SECTION, "delete( Number.POSITIVE_INFINITY ); Number.POSITIVE_INFINITY", Infinity, "delete( Number.POSITIVE_INFINITY );Number.POSITIVE_INFINITY" );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.9-1.js 114 "var s = new String('this is a string object'); s.substring(Infinity)",
116 eval("var s = new String('this is a string object'); s.substring(Infinity)") );
119 "var s = new String('this is a string object'); s.substring(-Infinity)",
121 eval("var s = new String('this is a string object'); s.substring(-Infinity)") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.8.1.js 32 4. If m is Infinity, return the string "Infinity".
110 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY", "Infinity", Number.POSITIVE_INFINITY + "" );
111 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY", "-Infinity", Number.NEGATIVE_INFINITY + "" );
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 132 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
187 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /frameworks/compile/libbcc/runtime/lib/ppc/
gcc_qadd.c 28 /* If either operand is NaN or infinity: */
gcc_qsub.c 28 /* If either operand is NaN or infinity: */
  /libcore/luni/src/main/java/java/lang/
RealToString.java 76 quickResult = positive ? "Infinity" : "-Infinity";
143 quickResult = positive ? "Infinity" : "-Infinity";
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatSymbolsTest.java 32 // TODO: we fail these tests because ROOT has "INF" for infinity but 'dfs' has "\u221e".

Completed in 374 milliseconds

1 2 3 4 5 6 7 891011>>