Searched refs:floatValue (Results 1 - 25 of 108) sorted by relevance

12345

/external/proguard/src/proguard/evaluation/value/
H A DNegatedFloatValue.java30 private final FloatValue floatValue; field in class:NegatedFloatValue
36 public NegatedFloatValue(FloatValue floatValue) argument
38 this.floatValue = floatValue;
46 return floatValue;
56 this.floatValue.equals(((NegatedFloatValue)object).floatValue);
63 floatValue.hashCode();
69 return "-"+floatValue;
H A DValue.java79 public FloatValue floatValue() method in class:Value
H A DFloatValue.java340 public final FloatValue floatValue() method in class:FloatValue
347 return this.generalize(other.floatValue());
/external/deqp/framework/common/
H A DtcuEither.cpp104 const float floatValue = 0.43223332995f; local
105 const Either<int, float> either (floatValue);
113 TCU_CHECK(either.getSecond() == floatValue);
114 TCU_CHECK(either.get<float>() == floatValue);
120 const float floatValue = 0.43223332995f; local
121 Either<int, float> either (floatValue);
138 const float floatValue = 0.43223332995f; local
141 either = floatValue;
149 TCU_CHECK(either.getSecond() == floatValue);
150 TCU_CHECK(either.get<float>() == floatValue);
156 const float floatValue = 0.43223332995f; local
175 const float floatValue = 0.43223332995f; local
[all...]
/external/deqp/framework/randomshaders/
H A DrsgToken.cpp62 m_arg.floatValue = other.m_arg.floatValue;
84 else if (m_type == FLOAT_LITERAL && m_arg.floatValue != other.m_arg.floatValue)
H A DrsgToken.hpp157 float floatValue; member in union:rsg::Token::__anon4200
179 m_arg.floatValue = value;
208 return m_arg.floatValue;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlotZoomPan.java117 minXLimit = getCalculatedMinX().floatValue();
125 maxXLimit = getCalculatedMaxX().floatValue();
133 minYLimit = getCalculatedMinY().floatValue();
141 maxYLimit = getCalculatedMaxY().floatValue();
149 lastMinX = getCalculatedMinX().floatValue();
156 lastMaxX = getCalculatedMaxX().floatValue();
163 lastMinY = getCalculatedMinY().floatValue();
170 lastMaxY = getCalculatedMaxY().floatValue();
181 minXLimit = lowerBoundaryMode == BoundaryMode.FIXED ? lowerBoundary.floatValue() : getCalculatedMinX().floatValue();
[all...]
H A DXYStepCalculator.java63 stepPix = new Double(stepValue).floatValue();
68 stepCount = new Double(stepValue).floatValue();
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyPrimitiveValue.java59 @Override public float floatValue() { method in class:LazyPrimitiveValue
60 return getValue().floatValue();
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DTouchZoomExampleActivity.java58 minXY.x = series[0].getX(0).floatValue();
59 maxXY.x = series[3].getX(series[3].size() - 1).floatValue();
101 minXY = new PointF(mySimpleXYPlot.getCalculatedMinX().floatValue(),
102 mySimpleXYPlot.getCalculatedMinY().floatValue());
103 maxXY = new PointF(mySimpleXYPlot.getCalculatedMaxX().floatValue(),
104 mySimpleXYPlot.getCalculatedMaxY().floatValue());
174 .floatValue());
175 maxXY.x = Math.max(maxXY.x, series[0].getX(1).floatValue());
189 float leftBoundary = series[0].getX(0).floatValue();
190 float rightBoundary = series[3].getX(series[3].size() - 1).floatValue();
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DDefaultsTest.java34 assertEquals(0.0f, Defaults.defaultValue(float.class).floatValue());
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/
H A DMutableFloat.java21 @Override public float floatValue() {return (float) value;} method in class:MutableFloat
H A DMutableInteger.java21 @Override public float floatValue() {return (float) value;} method in class:MutableInteger
/external/smali/util/src/main/java/org/jf/util/
H A DNumberUtils.java74 float floatValue = Float.intBitsToFloat(value);
75 if (Float.isNaN(floatValue)) {
82 String asFloat = format.format(floatValue);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue183/
H A DNumberBeanTest.java42 assertEquals(Float.POSITIVE_INFINITY, loaded.number.floatValue());
62 assertEquals(Float.NEGATIVE_INFINITY, loaded.number.floatValue());
82 assertEquals(Float.NaN, loaded.number.floatValue());
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
H A DAtomicInteger.java102 public float floatValue() { method in class:AtomicInteger
H A DAtomicLong.java102 public float floatValue() { method in class:AtomicLong
/external/jsr305/ri/src/main/java/javax/annotation/
H A DNonnegative.java30 isNegative = value.floatValue() < 0;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DTimeStamp.java141 return this.timeStampFloat == -1 ? Float.valueOf(timeStamp).floatValue()
148 return delayFloat == -1 ? Float.valueOf(delay).floatValue() : delayFloat;
H A DAcceptLanguage.java100 return ((Float) parameters.getValue("q")).floatValue();
/external/icu/icu4c/source/io/
H A Dufmt_cmn.h58 float floatValue; /* float */ member in union:ufmt_args
/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
H A DReturnsGenericDeepStubsTest.java83 type_that_is_the_upper_bound_of_the_wildcard.floatValue();
91 the_raw_type_that_should_be_returned.floatValue();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java222 public float floatValue() { method in class:AtomicDouble
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrixCursor.java57 return numberValue == null ? 0.0f : numberValue.floatValue();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DGetValues002Test.java209 float floatValue = fieldValue.getFloatValue();
210 logWriter.println("=> Float value = " + floatValue);
212 assertEquals("Invalid float value,", expectedFloatValue, floatValue, 0);

Completed in 632 milliseconds

12345