HomeSort by relevance Sort by last modified time
    Searched full:floatvalue (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/proguard/src/proguard/evaluation/value/
FloatValue.java 30 public abstract class FloatValue extends Category1Value
44 * Returns the negated value of this FloatValue.
46 public abstract FloatValue negate();
49 * Converts this FloatValue to an IntegerValue.
54 * Converts this FloatValue to a LongValue.
59 * Converts this FloatValue to a DoubleValue.
67 * Returns the generalization of this FloatValue and the given other
68 * FloatValue.
70 public abstract FloatValue generalize(FloatValue other)
    [all...]
UnknownFloatValue.java 28 public class UnknownFloatValue extends FloatValue
32 public FloatValue negate()
55 public FloatValue generalize(FloatValue other)
60 public FloatValue add(FloatValue other)
65 public FloatValue subtract(FloatValue other)
70 public FloatValue subtractFrom(FloatValue other
    [all...]
NegatedFloatValue.java 24 * This FloatValue represents a float value that is negated.
30 private final FloatValue floatValue;
36 public NegatedFloatValue(FloatValue floatValue)
38 this.floatValue = floatValue;
42 // Implementations of unary methods of FloatValue.
44 public FloatValue negate()
46 return floatValue;
    [all...]
ParticularFloatValue.java 24 * This FloatValue represents a particular float value.
42 // Implementations for FloatValue.
50 // Implementations of unary methods of FloatValue.
52 public FloatValue negate()
73 // Implementations of binary methods of FloatValue.
75 public FloatValue generalize(FloatValue other)
80 public FloatValue add(FloatValue other)
85 public FloatValue subtract(FloatValue other
    [all...]
SpecificFloatValue.java 24 * This FloatValue represents a specific float value.
28 abstract class SpecificFloatValue extends FloatValue
30 // Implementations of unary methods of FloatValue.
32 public FloatValue negate()
53 // Implementations of binary methods of FloatValue.
55 public FloatValue generalize(FloatValue other)
60 public FloatValue add(FloatValue other)
65 public FloatValue subtract(FloatValue other
    [all...]
CompositeFloatValue.java 24 * This FloatValue represents the result of a binary operation on two float
38 private final FloatValue floatValue1;
40 private final FloatValue floatValue2;
47 public CompositeFloatValue(FloatValue floatValue1,
49 FloatValue floatValue2)
SpecificValueFactory.java 41 static final FloatValue FLOAT_VALUE_0 = new ParticularFloatValue(0.0f);
42 static final FloatValue FLOAT_VALUE_1 = new ParticularFloatValue(1.0f);
43 static final FloatValue FLOAT_VALUE_2 = new ParticularFloatValue(2.0f);
74 public FloatValue createFloatValue(float value)
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
BoneContext.java 138 poseTransform.setTranslation(loc.get(0).floatValue(), -loc.get(2).floatValue(), loc.get(1).floatValue());
139 poseTransform.setRotation(new Quaternion(quat.get(1).floatValue(), quat.get(3).floatValue(), -quat.get(2).floatValue(), quat.get(0).floatValue()));
140 poseTransform.setScale(size.get(0).floatValue(), size.get(2).floatValue(), size.get(1).floatValue());
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/
CameraHelper.java 72 float clipsta = ((Number) structure.getFieldValue("clipsta")).floatValue();
73 float clipend = ((Number) structure.getFieldValue("clipend")).floatValue();
75 aspect = ((Number) structure.getFieldValue("lens")).floatValue();
77 aspect = ((Number) structure.getFieldValue("ortho_scale")).floatValue();
103 float clipsta = ((Number) structure.getFieldValue("clipsta")).floatValue();
104 float clipend = ((Number) structure.getFieldValue("clipend")).floatValue();
106 aspect = ((Number) structure.getFieldValue("lens")).floatValue();
108 aspect = ((Number) structure.getFieldValue("ortho_scale")).floatValue();
  /libcore/support/src/test/java/tests/support/
Support_GetPutFields.java 41 public float floatValue = 0.0f;
81 floatValue = 24.12f;
98 floatValue == other.floatValue &&
112 floatValue = getField.get("floatValue", 0.0f);
126 putField.put("floatValue", floatValue);
Support_GetPutFieldsDeprecated.java 43 public float floatValue = 0.0f;
83 floatValue = 43.22f;
100 floatValue == other.floatValue &&
113 floatValue = getField.get("floatValue", 0.0f);
127 putField.put("floatValue", floatValue);
Support_GetPutFieldsDefaulted.java 52 public float floatValue = 0.0f;
92 floatValue = 298.54f;
109 floatValue == other.floatValue &&
123 floatValue = getField.get("floatValue", 298.54f);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLimit.java 49 limits[0][0] = ((Number) data.getFieldValue("xmin")).floatValue();
50 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
51 limits[2][0] = -((Number) data.getFieldValue("ymin")).floatValue();
52 limits[2][1] = -((Number) data.getFieldValue("ymax")).floatValue();
53 limits[1][0] = ((Number) data.getFieldValue("zmin")).floatValue();
54 limits[1][1] = ((Number) data.getFieldValue("zmax")).floatValue();
67 limits[0][0] = ((Number) data.getFieldValue("xmin")).floatValue();
68 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
69 limits[1][0] = ((Number) data.getFieldValue("ymin")).floatValue();
70 limits[1][1] = ((Number) data.getFieldValue("ymax")).floatValue();
    [all...]
ConstraintRotLimit.java 49 limits[0][0] = ((Number) data.getFieldValue("xmin")).floatValue();
50 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
51 limits[2][0] = -((Number) data.getFieldValue("ymin")).floatValue();
52 limits[2][1] = -((Number) data.getFieldValue("ymax")).floatValue();
53 limits[1][0] = ((Number) data.getFieldValue("zmin")).floatValue();
54 limits[1][1] = ((Number) data.getFieldValue("zmax")).floatValue();
63 limits[0][0] = ((Number) data.getFieldValue("xmin")).floatValue();
64 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
65 limits[1][0] = ((Number) data.getFieldValue("ymin")).floatValue();
66 limits[1][1] = ((Number) data.getFieldValue("ymax")).floatValue();
    [all...]
ConstraintSizeLimit.java 49 limits[0][0] = ((Number) data.getFieldValue("xmin")).floatValue();
50 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
51 limits[2][0] = -((Number) data.getFieldValue("ymin")).floatValue();
52 limits[2][1] = -((Number) data.getFieldValue("ymax")).floatValue();
53 limits[1][0] = ((Number) data.getFieldValue("zmin")).floatValue();
54 limits[1][1] = ((Number) data.getFieldValue("zmax")).floatValue();
67 limits[0][0] = ((Number) data.getFieldValue("xmin")).floatValue();
68 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
69 limits[1][0] = ((Number) data.getFieldValue("ymin")).floatValue();
70 limits[1][1] = ((Number) data.getFieldValue("ymax")).floatValue();
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 74 float r = ((Number) structure.getFieldValue("r")).floatValue();
75 float g = ((Number) structure.getFieldValue("g")).floatValue();
76 float b = ((Number) structure.getFieldValue("b")).floatValue();
77 float alpha = ((Number) structure.getFieldValue("alpha")).floatValue();
90 float r = ((Number) structure.getFieldValue("ambr")).floatValue();
91 float g = ((Number) structure.getFieldValue("ambg")).floatValue();
92 float b = ((Number) structure.getFieldValue("ambb")).floatValue();
93 float alpha = ((Number) structure.getFieldValue("alpha")).floatValue();
96 float shininess = ((Number) structure.getFieldValue("emit")).floatValue();
155 float[] color = new float[] { ((Number) mtexAndTex[0].getFieldValue("r")).floatValue(),
    [all...]
  /dalvik/tests/017-float/src/
Main.java 31 // + off.floatValue() + " ofd=" + ofd.floatValue());
  /external/smali/examples/AnnotationValues/
AnnotationWithValues.smali 23 .method public abstract floatValue()F
56 floatValue = 6.0f
Main.smali 5 #@AnnotationWithValues(booleanValue=false, byteValue=1, charValue=2, doubleValue=7.0, enumValue=12, floatValue=6.0, intValue=4, longValue=5, methodValue=public static void 10.11(), shortValue=3, stringValue=8, subAnnotationValue=@SubAnnotation(stringValue=9), typeValue=class 10)
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/
ParticlesHelper.java 150 result.setGravity(-acc.get(0).floatValue(), -acc.get(1).floatValue(), -acc.get(2).floatValue());
158 float size = ((Number)particleSettings.getFieldValue("size")).floatValue() * sizeFactor;
164 float lifetime = ((Number)particleSettings.getFieldValue("lifetime")).floatValue() / fps;
165 float randlife = ((Number)particleSettings.getFieldValue("randlife")).floatValue() / fps;
175 ((NewtonianParticleInfluencer)influencer).setNormalVelocity(((Number)particleSettings.getFieldValue("normfac")).floatValue());
176 ((NewtonianParticleInfluencer)influencer).setVelocityVariation(((Number)particleSettings.getFieldValue("randfac")).floatValue());
177 ((NewtonianParticleInfluencer)influencer).setSurfaceTangentFactor(((Number)particleSettings.getFieldValue("tanfac")).floatValue());
178 ((NewtonianParticleInfluencer)influencer).setSurfaceTangentRotation(((Number)particleSettings.getFieldValue("tanphase")).floatValue());
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/
LightHelper.java 78 float distance = ((Number) structure.getFieldValue("dist")).floatValue();
87 ((SpotLight)result).setSpotRange(((Number) structure.getFieldValue("dist")).floatValue());
89 float outerAngle = ((Number) structure.getFieldValue("spotsize")).floatValue()*FastMath.DEG_TO_RAD * 0.5f;
93 float spotblend = ((Number) structure.getFieldValue("spotblend")).floatValue();
108 float r = ((Number) structure.getFieldValue("r")).floatValue();
109 float g = ((Number) structure.getFieldValue("g")).floatValue();
110 float b = ((Number) structure.getFieldValue("b")).floatValue();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorMusgrave.java 63 float noisesize = ((Number) tex.getFieldValue("noisesize")).floatValue();
128 outscale = ((Number) tex.getFieldValue("ns_outscale")).floatValue();
129 h = ((Number) tex.getFieldValue("mg_H")).floatValue();
130 lacunarity = ((Number) tex.getFieldValue("mg_lacunarity")).floatValue();
131 octaves = ((Number) tex.getFieldValue("mg_octaves")).floatValue();
133 offset = ((Number) tex.getFieldValue("mg_offset")).floatValue();
134 gain = ((Number) tex.getFieldValue("mg_gain")).floatValue();
  /libcore/luni/src/test/java/libcore/java/lang/
OldDoubleTest.java 52 assertEquals(Float.POSITIVE_INFINITY, new Double("3.4028236E38").floatValue());
53 assertEquals(Float.NEGATIVE_INFINITY, new Double("-3.4028236E38").floatValue());
54 assertEquals(Float.MAX_VALUE, new Double("3.4028235E38").floatValue());
55 assertEquals(Float.MIN_VALUE, new Double("1.4E-45").floatValue());
  /external/clang/test/CodeGenObjC/
fpret.m 11 -(float) floatValue;
35 [(A*)0 floatValue];
  /frameworks/base/core/java/android/animation/
FloatEvaluator.java 39 float startFloat = startValue.floatValue();
40 return startFloat + fraction * (endValue.floatValue() - startFloat);

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 910