HomeSort by relevance Sort by last modified time
    Searched full:negative_infinity (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java 67 Vector3f angularLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
69 Vector3f linearLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
175 setAngularLowerLimit((Vector3f) capsule.readSavable("angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)));
177 setLinearLowerLimit((Vector3f) capsule.readSavable("linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)));
186 rotationalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY));
205 capsule.write(angularLowerLimit, "angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY));
207 capsule.write(linearLowerLimit, "linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY));
216 capsule.write(rotationalLimitMotor.getLoLimit(), "rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY);
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
OpaqueComparator.java 52 return Float.NEGATIVE_INFINITY;
54 if (spat.queueDistance != Float.NEGATIVE_INFINITY)
TransparentComparator.java 58 return Float.NEGATIVE_INFINITY;
60 if (spat.queueDistance != Float.NEGATIVE_INFINITY)
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java 67 private Vector3f angularLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
69 private Vector3f linearLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
173 setAngularLowerLimit((Vector3f) capsule.readSavable("angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)));
175 setLinearLowerLimit((Vector3f) capsule.readSavable("linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)));
184 rotationalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY));
203 capsule.write(angularLowerLimit, "angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY));
205 capsule.write(linearLowerLimit, "linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY));
214 capsule.write(rotationalLimitMotor.getLoLimit(), "rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY);
  /external/v8/test/mjsunit/
number-is.js 35 assertFalse(Number.isFinite(Number.NEGATIVE_INFINITY));
50 assertFalse(Number.isNaN(Number.NEGATIVE_INFINITY));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 128 assertEquals("Should return Double.NEGATIVE_INFINITY",
129 Double.NEGATIVE_INFINITY, Math
130 .cbrt(Double.NEGATIVE_INFINITY), 0D);
172 Double.NEGATIVE_INFINITY };
245 Float.NEGATIVE_INFINITY };
326 Double.POSITIVE_INFINITY, Math.cosh(Double.NEGATIVE_INFINITY), 0D);
367 .expm1(Double.NEGATIVE_INFINITY), 0D);
413 Double.toString(Double.NEGATIVE_INFINITY), Double.toString(Math.floor(Double.NEGATIVE_INFINITY)));
420 Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY,
    [all...]
StrictMathTest.java 135 assertEquals("Should return Double.NEGATIVE_INFINITY",
136 Double.NEGATIVE_INFINITY, StrictMath
137 .cbrt(Double.NEGATIVE_INFINITY));
330 .cosh(Double.NEGATIVE_INFINITY));
373 .expm1(Double.NEGATIVE_INFINITY));
457 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY,
464 Double.NEGATIVE_INFINITY));
467 Double.NEGATIVE_INFINITY));
469 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY,
528 assertEquals("Should return NEGATIVE_INFINITY",
    [all...]
  /art/test/302-float-conversion/src/
Main.java 19 static volatile double negInfinity = Double.NEGATIVE_INFINITY;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float/
Test_mul_float.java 71 assertEquals(Float.NEGATIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
77 * Float.NEGATIVE_INFINITY
81 assertEquals(Float.NEGATIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
82 Float.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float_2addr/
Test_mul_float_2addr.java 71 assertEquals(Float.NEGATIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
77 * Float.NEGATIVE_INFINITY
81 assertEquals(Float.NEGATIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
82 Float.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/
Test_rem_double.java 60 * Double.NEGATIVE_INFINITY
65 Double.NEGATIVE_INFINITY));
77 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
81 assertEquals(-2.7d, t.run(-2.7d, Double.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/
Test_rem_double_2addr.java 60 * Double.NEGATIVE_INFINITY
65 Double.NEGATIVE_INFINITY));
77 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
81 assertEquals(-2.7d, t.run(-2.7d, Double.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/
Test_rem_float.java 60 * Float.NEGATIVE_INFINITY
65 Float.NEGATIVE_INFINITY));
77 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY
81 assertEquals(-2.7f, t.run(-2.7f, Float.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/
Test_rem_float_2addr.java 60 * Float.NEGATIVE_INFINITY
65 Float.NEGATIVE_INFINITY));
77 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY
81 assertEquals(-2.7f, t.run(-2.7f, Float.NEGATIVE_INFINITY));
  /dalvik/tests/302-float-conversion/src/
Main.java 19 static volatile double negInfinity = Double.NEGATIVE_INFINITY;
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
LightList.java 85 Arrays.fill(distToOwner, Float.NEGATIVE_INFINITY);
117 distToOwner[listSize++] = Float.NEGATIVE_INFINITY;
241 distToOwner[i] = Float.NEGATIVE_INFINITY;
254 distToOwner[p] = Float.NEGATIVE_INFINITY;
333 Arrays.fill(distToOwner, Float.NEGATIVE_INFINITY);
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 146 DoubleMath.roundToInt(Double.NEGATIVE_INFINITY, mode);
227 DoubleMath.roundToLong(Double.NEGATIVE_INFINITY, mode);
283 DoubleMath.roundToBigInteger(Double.NEGATIVE_INFINITY, mode);
356 asList(0.0, -0.0, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NaN)) {
411 assertEquals(Double.NEGATIVE_INFINITY, DoubleMath.log2(0.0));
412 assertEquals(Double.NEGATIVE_INFINITY, DoubleMath.log2(-0.0));
417 assertTrue(Double.isNaN(DoubleMath.log2(Double.NEGATIVE_INFINITY)));
429 trueLog2 = StrictMath.nextAfter(trueLog2, Double.NEGATIVE_INFINITY);
452 Arrays.asList(Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NaN)) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 90 * @title Argument = NEGATIVE_INFINITY
94 assertTrue(Float.isInfinite(t.run(Double.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_int/
Test_double_to_int.java 91 * @title Argument = NEGATIVE_INFINITY
95 assertEquals(Integer.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_long/
Test_double_to_long.java 90 * @title Argument = NEGATIVE_INFINITY
94 assertEquals(Long.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 92 * @title Argument = NEGATIVE_INFINITY
96 assertTrue(Double.isInfinite(t.run(Float.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_int/
Test_float_to_int.java 91 * @title Argument = NEGATIVE_INFINITY
95 assertEquals(Integer.MIN_VALUE, t.run(Float.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_long/
Test_float_to_long.java 90 * @title Argument = NEGATIVE_INFINITY
94 assertEquals(Long.MIN_VALUE, t.run(Float.NEGATIVE_INFINITY));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-925537.js 37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY;
  /external/v8/test/mjsunit/regress/
regress-925537.js 37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY;

Completed in 2290 milliseconds

12 3 4 5 6 7