/external/proguard/src/proguard/evaluation/value/ |
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...] |
Value.java | 77 * Returns this Value as a FloatValue. 79 public FloatValue floatValue()
|
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...] |
/frameworks/base/core/java/android/animation/ |
FloatEvaluator.java | 39 float startFloat = startValue.floatValue(); 40 return startFloat + fraction * (endValue.floatValue() - startFloat);
|
FloatKeyframeSet.java | 74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue(); 92 floatValue(); 108 floatValue(); 125 floatValue(); 130 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).floatValue();
|
/libcore/luni/src/main/java/java/lang/ |
Number.java | 58 public abstract float 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/webkit/Source/WebKit/mac/Misc/ |
WebNSPrintOperationExtras.m | 35 return [[[[self printInfo] dictionary] objectForKey:NSPrintScalingFactor] floatValue];
|
/external/webkit/Source/WebKit2/Shared/mac/ |
PrintInfoMac.mm | 32 : pageSetupScaleFactor([[[printInfo dictionary] objectForKey:NSPrintScalingFactor] 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());
|
OldLongTest.java | 65 assertEquals(Long.MAX_VALUE, new Long(Long.MAX_VALUE).floatValue(), 0F); 66 assertEquals(Long.MIN_VALUE, new Long(Long.MIN_VALUE).floatValue(), 0F);
|
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerConvertTest.java | 29 * floatValue(), doubleValue() 312 float aNumber = new BigInteger(a).floatValue(); 323 float aNumber = new BigInteger(a).floatValue(); 334 float aNumber = new BigInteger(a).floatValue(); 345 float aNumber = new BigInteger(a).floatValue(); 356 float aNumber = new BigInteger(a).floatValue(); 369 float aNumber = new BigInteger(aSign, a).floatValue(); 383 float aNumber = new BigInteger(aSign, a).floatValue(); 394 float aNumber = new BigInteger(aSign, a).floatValue(); 406 float aNumber = new BigInteger(aSign, a).floatValue(); [all...] |
BigDecimalConvertTest.java | 29 * Methods: doubleValue, floatValue, intValue, longValue, 102 assertTrue("incorrect value", aNumber.floatValue() == result); 112 assertTrue("incorrect value", aNumber.floatValue() == result); 122 assertTrue("incorrect value", aNumber.floatValue() == result); 132 assertTrue("incorrect value", aNumber.floatValue() == result); 142 float result = aNumber.floatValue(); 153 float result = aNumber.floatValue();
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
Nonnegative.java | 30 isNegative = value.floatValue() < 0;
|
/external/webkit/Source/WebCore/bridge/objc/ |
objc_utility.h | 52 float floatValue;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
TimeStamp.java | 141 return this.timeStampFloat == -1 ? Float.valueOf(timeStamp).floatValue() 148 return delayFloat == -1 ? Float.valueOf(delay).floatValue() : delayFloat;
|
AcceptLanguage.java | 100 return ((Float) parameters.getValue("q")).floatValue();
|
/sdk/monkeyrunner/test/com/android/monkeyrunner/ |
JythonUtilsTest.java | 45 private static double floatValue = 0.0; 55 floatValue = JythonUtils.getFloat(ap, 0); 88 floatValue = 0.0; 137 assertEquals(floatValue, 103.2); 143 assertEquals(floatValue, 103.0);
|
/external/webkit/Source/WebCore/css/ |
CSSPrimitiveValue.idl | 55 in float floatValue)
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatTestICU.java | 112 assertEquals(0.01f, format.parse("1E-2").floatValue()); 120 assertEquals(0.00123f, format.parse("12.3E-4").floatValue());
|
/external/icu4c/io/ |
ufmt_cmn.h | 55 float floatValue; /* float */
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
InterruptibleInOutAnimator.java | 65 ((Float) mAnimator.getAnimatedValue()).floatValue();
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLMock.java | 170 return (int) mGLTexEnv0.get(pname).floatValue(); 172 return (int) mGLTexEnv1.get(pname).floatValue();
|