HomeSort by relevance Sort by last modified time
    Searched full:infinity (Results 251 - 275 of 974) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 262 // this = -b, i.e. the result is the point at infinity
279 // Twice identity element (point at infinity) is identity
286 // and hence this = -this and thus 2(x1, y1) == infinity
487 // this = -other, i.e. the result is the point at infinity
539 // Twice identity element (point at infinity) is identity
546 // and hence this = -this and thus 2(x1, y1) == infinity
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/v8/test/mjsunit/
div-mod.js 97 // dividend is an infinity. Return dividend if divisor is an infinity.
101 if (dividend == Infinity) { return NaN; }
103 if (divisor == Infinity) { return sign * dividend; }
125 // All combinations of NaN, Infinity, normal, denormal and zero.
140 Infinity
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.7.js 33 Infinity returns 0
34 -Infinity returns 0
152 // array[item++] = new TestCase( "9.7", "String.fromCharCode(Infinity).charCodeAt(0)", 0, String.fromCharCode("Infinity").charCodeAt(0) );
153 // array[item++] = new TestCase( "9.7", "String.fromCharCode(-Infinity).charCodeAt(0)", 0, String.fromCharCode("-Infinity").charCodeAt(0) );
  /libcore/luni/src/main/java/java/lang/
Double.java 63 * Constant for the positive infinity value of the {@code double} type.
68 * Constant for the negative infinity value of the {@code double} type.
233 * infinity; {@code false} otherwise.
245 * infinity; {@code false} otherwise.
409 return "Infinity";
412 return "-Infinity";
Float.java 60 * Constant for the positive infinity value of the {@code float} type.
65 * Constant for the negative infinity value of the {@code float} type.
242 * infinity; {@code false} otherwise.
254 * infinity; {@code false} otherwise.
416 return "Infinity";
419 return "-Infinity";
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 55 ScopedJavaUnicodeString infinity(env, infinity0);
67 result->setSymbol(DecimalFormatSymbols::kInfinitySymbol, infinity.unicodeString());
92 jchar groupingSeparator, jstring infinity,
98 infinity, internationalCurrencySymbol, minusSign,
106 jchar groupingSeparator, jstring infinity,
118 infinity, internationalCurrencySymbol, minusSign,
  /prebuilts/gcc/linux-x86/host/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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/ceres-solver/include/ceres/
gradient_checker.h 86 // Infinity-norm of term_jacobians - finite_difference_jacobians.
93 // error_tolerance: A threshold for the infinity-norm difference
188 jacobian_difference.lpNorm<Eigen::Infinity>());
  /external/stlport/test/unit/
num_facets_test.cpp 110 double infinity = limd::infinity(); local
112 nput.put(fostr, fostr, ' ', infinity);
  /external/v8/test/preparser/
duplicate-property.pyt 142 TestBothWays("overflow-inf", "1e2000", "Infinity")
143 TestBothWays("overflow-inf-exact", "1.797693134862315808e+308", "Infinity")
159 TestBothWays("overflow-inf-str", "1e2000", '"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/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
117 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
215 return (nextafterl(z, -INFINITY));
218 return (nextafterl(z, INFINITY));
s_frexpl.c 54 case 0x7fff: /* infinity or NaN; value of *ex is unspecified */
  /external/ceres-solver/internal/ceres/
array_utils_test.cc 46 x[1] = std::numeric_limits<double>::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/compiler-rt/lib/ppc/
gcc_qadd.c 28 /* If either operand is NaN or infinity: */
gcc_qsub.c 28 /* If either operand is NaN or infinity: */
  /external/icu4c/i18n/
decContext.h 76 DEC_ROUND_CEILING, /* round towards +infinity */
82 DEC_ROUND_FLOOR, /* round towards -infinity */
128 #define DEC_ClassString_NI "-Infinity"
135 #define DEC_ClassString_PI "+Infinity"
  /external/junit/src/org/junit/
Test.java 40 * &#064;Test(<b>timeout=100</b>) public void infinity() {

Completed in 2715 milliseconds

<<11121314151617181920>>