/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/ |
D | SixDofJoint.java | 67 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/ |
D | SixDofJoint.java | 67 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/ |
D | SkDisplayNumber.cpp | 15 SK_PROPERTY(NEGATIVE_INFINITY), 25 SK_MEMBER_PROPERTY(NEGATIVE_INFINITY, Float), 50 case SK_PROPERTY(NEGATIVE_INFINITY): in getProperty()
|
/external/v8/test/mjsunit/ |
D | number-is.js | 40 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/ |
D | LightList.java | 85 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/ |
D | DoubleMathTest.java | 161 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);
|
D | DoubleUtilsTest.java | 54 assertEquals(0.0, DoubleUtils.ensureNonNegative(Double.NEGATIVE_INFINITY)); in testEnsureNonNegative()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/ |
D | OpaqueComparator.java | 52 return Float.NEGATIVE_INFINITY; in distanceToCam() 54 if (spat.queueDistance != Float.NEGATIVE_INFINITY) in distanceToCam()
|
D | TransparentComparator.java | 58 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/ |
D | TDistributionImpl.java | 167 return Double.NEGATIVE_INFINITY; in inverseCumulativeProbability() 238 return Double.NEGATIVE_INFINITY; in getSupportLowerBound()
|
D | CauchyDistributionImpl.java | 143 ret = Double.NEGATIVE_INFINITY; in inverseCumulativeProbability() 282 return Double.NEGATIVE_INFINITY; in getSupportLowerBound()
|
D | NormalDistributionImpl.java | 223 return Double.NEGATIVE_INFINITY; in inverseCumulativeProbability() 320 return Double.NEGATIVE_INFINITY; in getSupportLowerBound()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | XYRegionExampleActivity.java | 349 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/ |
D | Vector3D.java | 68 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/ |
D | Vector4f.java | 65 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);
|
D | Vector3f.java | 68 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/ |
D | RectRegion.java | 102 …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/ |
D | regress-925537.js | 37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 1242 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/ |
D | NumberUtilsTest.java | 43 … 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/ |
D | SetValuesTest.java | 84 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/ |
D | BoundingBox.java | 126 …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/ |
D | KMeansPlusPlusClusterer.java | 208 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/ |
D | NumberFormatRegressionTest.java | 260 Double.NEGATIVE_INFINITY, in TestT5698() 267 Double.NEGATIVE_INFINITY, in TestT5698()
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
D | BIHTree.java | 145 …3f max = vars.vect2.set(new Vector3f(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGAT… in createBox()
|