Home
last modified time | relevance | path

Searched refs:NEGATIVE_INFINITY (Results 1 – 25 of 82) sorted by relevance

1234

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSixDofJoint.java67 private Vector3f angularLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
69 private Vector3f linearLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
173 …mit((Vector3f) capsule.readSavable("angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY))); in read()
175 …imit((Vector3f) capsule.readSavable("linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY))); in read()
184 …onalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY)); in read()
203 … capsule.write(angularLowerLimit, "angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)); in write()
205 … capsule.write(linearLowerLimit, "linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)); in write()
214 …ule.write(rotationalLimitMotor.getLoLimit(), "rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY); in write()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSixDofJoint.java67 Vector3f angularLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
69 Vector3f linearLowerLimit = new Vector3f(Vector3f.NEGATIVE_INFINITY);
175 …mit((Vector3f) capsule.readSavable("angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY))); in read()
177 …imit((Vector3f) capsule.readSavable("linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY))); in read()
186 …onalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY)); in read()
205 … capsule.write(angularLowerLimit, "angularLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)); in write()
207 … capsule.write(linearLowerLimit, "linearLowerLimit", new Vector3f(Vector3f.NEGATIVE_INFINITY)); in write()
216 …ule.write(rotationalLimitMotor.getLoLimit(), "rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY); in write()
/external/skia/src/animator/
DSkDisplayNumber.cpp15 SK_PROPERTY(NEGATIVE_INFINITY),
25 SK_MEMBER_PROPERTY(NEGATIVE_INFINITY, Float),
50 case SK_PROPERTY(NEGATIVE_INFINITY): in getProperty()
/external/v8/test/mjsunit/
Dnumber-is.js40 assertFalse(Number.isFinite(Number.NEGATIVE_INFINITY));
57 assertFalse(Number.isNaN(Number.NEGATIVE_INFINITY));
83 assertFalse(Number.isInteger(Number.NEGATIVE_INFINITY));
105 assertFalse(Number.isSafeInteger(Number.NEGATIVE_INFINITY));
/external/jmonkeyengine/engine/src/core/com/jme3/light/
DLightList.java85 Arrays.fill(distToOwner, Float.NEGATIVE_INFINITY); in LightList()
117 distToOwner[listSize++] = Float.NEGATIVE_INFINITY; in add()
241 distToOwner[i] = Float.NEGATIVE_INFINITY; in update()
254 distToOwner[p] = Float.NEGATIVE_INFINITY; in update()
333 Arrays.fill(distToOwner, Float.NEGATIVE_INFINITY); in read()
/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java161 DoubleMath.roundToInt(Double.NEGATIVE_INFINITY, mode); in testRoundInfiniteToIntAlwaysFails()
248 DoubleMath.roundToLong(Double.NEGATIVE_INFINITY, mode); in testRoundInfiniteToLongAlwaysFails()
310 DoubleMath.roundToBigInteger(Double.NEGATIVE_INFINITY, mode); in testRoundInfiniteToBigIntegerAlwaysFails()
371 asList(0.0, -0.0, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NaN)) {
421 assertEquals(Double.NEGATIVE_INFINITY, DoubleMath.log2(0.0));
422 assertEquals(Double.NEGATIVE_INFINITY, DoubleMath.log2(-0.0));
427 assertTrue(Double.isNaN(DoubleMath.log2(Double.NEGATIVE_INFINITY)));
449 Arrays.asList(Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NaN)) {
485 Double.NEGATIVE_INFINITY, -0.001);
DDoubleUtilsTest.java54 assertEquals(0.0, DoubleUtils.ensureNonNegative(Double.NEGATIVE_INFINITY)); in testEnsureNonNegative()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
DOpaqueComparator.java52 return Float.NEGATIVE_INFINITY; in distanceToCam()
54 if (spat.queueDistance != Float.NEGATIVE_INFINITY) in distanceToCam()
DTransparentComparator.java58 return Float.NEGATIVE_INFINITY; in distanceToCam2()
60 if (spat.queueDistance != Float.NEGATIVE_INFINITY) in distanceToCam2()
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DTDistributionImpl.java167 return Double.NEGATIVE_INFINITY; in inverseCumulativeProbability()
238 return Double.NEGATIVE_INFINITY; in getSupportLowerBound()
DCauchyDistributionImpl.java143 ret = Double.NEGATIVE_INFINITY; in inverseCumulativeProbability()
282 return Double.NEGATIVE_INFINITY; in getSupportLowerBound()
DNormalDistributionImpl.java223 return Double.NEGATIVE_INFINITY; in inverseCumulativeProbability()
320 return Double.NEGATIVE_INFINITY; in getSupportLowerBound()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java349 Double.NEGATIVE_INFINITY, 2, new AxisValueLabelFormatter(Color.GRAY)); in axisLabelSetup()
354 Double.NEGATIVE_INFINITY, HOME_RUN_DIST, new AxisValueLabelFormatter(Color.RED)); in axisLabelSetup()
405 …shortRegion = new RectRegion(2, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, HOME_RUN_DIST,… in regionSetup()
416 … warmupRegion = new RectRegion(0, 2, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, "Warmup"); in regionSetup()
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java68 public static final Vector3D NEGATIVE_INFINITY = field in Vector3D
69 new Vector3D(Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector4f.java65 public final static Vector4f NEGATIVE_INFINITY = new Vector4f( field in Vector4f
66 Float.NEGATIVE_INFINITY,
67 Float.NEGATIVE_INFINITY,
68 Float.NEGATIVE_INFINITY,
69 Float.NEGATIVE_INFINITY);
DVector3f.java68 public final static Vector3f NEGATIVE_INFINITY = new Vector3f( field in Vector3f
69 Float.NEGATIVE_INFINITY,
70 Float.NEGATIVE_INFINITY,
71 Float.NEGATIVE_INFINITY);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java102 …xLineRegion.getMinVal().doubleValue() != Double.NEGATIVE_INFINITY ? xLineRegion.getMinVal() : visM… in getRectF()
111 …yLineRegion.getMinVal().doubleValue() != Double.NEGATIVE_INFINITY ? yLineRegion.getMinVal() : visM… in getRectF()
/external/v8/test/mjsunit/regress/
Dregress-925537.js37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY;
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java1242 return Double.NEGATIVE_INFINITY; in log()
1274 hiPrec[0] = Double.NEGATIVE_INFINITY; in log()
1277 return Double.NEGATIVE_INFINITY; in log()
1552 return Double.NEGATIVE_INFINITY; in pow()
1596 if (x == Double.NEGATIVE_INFINITY) { in pow()
1613 return Double.NEGATIVE_INFINITY; in pow()
1620 if (y == Double.NEGATIVE_INFINITY) { in pow()
2978 if (x == Double.NEGATIVE_INFINITY) { in atan2()
2985 if (y == Double.NEGATIVE_INFINITY) { in atan2()
2990 if (x == Double.NEGATIVE_INFINITY) { in atan2()
[all …]
/external/smali/util/src/test/java/org/jf/util/
DNumberUtilsTest.java43 … Assert.assertTrue(NumberUtils.isLikelyFloat(Float.floatToRawIntBits(Float.NEGATIVE_INFINITY))); in isLikelyFloatTest()
91 …ssert.assertTrue(NumberUtils.isLikelyDouble(Double.doubleToRawLongBits(Double.NEGATIVE_INFINITY))); in isLikelyDoubleTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DSetValuesTest.java84 testField(classID, fieldInfo, new Value((float)Float.NEGATIVE_INFINITY)); in testField()
92 testField(classID, fieldInfo, new Value((double)Double.NEGATIVE_INFINITY)); in testField()
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingBox.java126 …3f max = vars.vect2.set(new Vector3f(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGAT… in computeFromTris()
160 …Vector3f max = vect2.set(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY in computeFromTris()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java208 double maxVariance = Double.NEGATIVE_INFINITY; in getPointFromLargestVarianceCluster()
283 double maxDistance = Double.NEGATIVE_INFINITY; in getFarthestPoint()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegressionTest.java260 Double.NEGATIVE_INFINITY, in TestT5698()
267 Double.NEGATIVE_INFINITY, in TestT5698()
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTree.java145 …3f max = vars.vect2.set(new Vector3f(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGAT… in createBox()

1234