HomeSort by relevance Sort by last modified time
    Searched full:e30f (Results 1 - 11 of 11) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
ConeJoint.java 55 protected float swingSpan1 = 1e30f;
56 protected float swingSpan2 = 1e30f;
57 protected float twistSpan = 1e30f;
109 capsule.write(swingSpan1, "swingSpan1", 1e30f);
110 capsule.write(swingSpan2, "swingSpan2", 1e30f);
111 capsule.write(twistSpan, "twistSpan", 1e30f);
122 this.swingSpan1 = capsule.readFloat("swingSpan1", 1e30f);
123 this.swingSpan2 = capsule.readFloat("swingSpan2", 1e30f);
124 this.twistSpan = capsule.readFloat("twistSpan", 1e30f);
HingeJoint.java 148 capsule.write(getLowerLimit(), "lowerLimit", 1e30f); local
149 capsule.write(getUpperLimit(), "upperLimit", -1e30f);
167 float lowerLimit = capsule.readFloat("lowerLimit", 1e30f);
168 float upperLimit = capsule.readFloat("upperLimit", -1e30f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
ConeJoint.java 56 protected float swingSpan1 = 1e30f;
57 protected float swingSpan2 = 1e30f;
58 protected float twistSpan = 1e30f;
106 capsule.write(swingSpan1, "swingSpan1", 1e30f);
107 capsule.write(swingSpan2, "swingSpan2", 1e30f);
108 capsule.write(twistSpan, "twistSpan", 1e30f);
119 this.swingSpan1 = capsule.readFloat("swingSpan1", 1e30f);
120 this.swingSpan2 = capsule.readFloat("swingSpan2", 1e30f);
121 this.twistSpan = capsule.readFloat("twistSpan", 1e30f);
HingeJoint.java 116 capsule.write(((HingeConstraint) constraint).getLowerLimit(), "lowerLimit", 1e30f);
117 capsule.write(((HingeConstraint) constraint).getUpperLimit(), "upperLimit", -1e30f);
135 float lowerLimit = capsule.readFloat("lowerLimit", 1e30f);
136 float upperLimit = capsule.readFloat("upperLimit", -1e30f);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 54 // private static final Vector3f aabbMax = new Vector3f(1e30f, 1e30f, 1e30f);
56 // private static final Vector3f aabbMin = new Vector3f(-1e30f, -1e30f, -1e30f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 63 private static final Vector3f aabbMax = new Vector3f(1e30f, 1e30f, 1e30f);
65 private static final Vector3f aabbMin = new Vector3f(-1e30f, -1e30f, -1e30f);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_truncf.c 28 static const float huge = 1.0e30F;
  /external/chromium_org/ui/gfx/
quad_unittest.cc 229 PointF a5(1e30f, 1e30f);
230 PointF b5(1e35f, 1e30f);
232 PointF d5(1e30f, 1e35f);
  /external/opencv/cvaux/src/
cveigenobjects.cpp 893 return -1.0e30f;
895 return -1.0e30f;
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 35 #define MAX_DIFF_COST (1e30f)
    [all...]
  /external/webp/src/dsp/
lossless.c 35 #define MAX_DIFF_COST (1e30f)
    [all...]

Completed in 516 milliseconds