Home
last modified time | relevance | path

Searched refs:getFloatValue (Results 1 – 25 of 38) sorted by relevance

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DFloatKeyframeAnimation.java15 return getFloatValue(keyframe, keyframeProgress); in getValue()
21 float getFloatValue(Keyframe<Float> keyframe, float keyframeProgress) { in getFloatValue() method in FloatKeyframeAnimation
42 public float getFloatValue() { in getFloatValue() method in FloatKeyframeAnimation
43 return getFloatValue(getCurrentKeyframe(), getInterpolatedCurrentKeyframeProgress()); in getFloatValue()
DTransformKeyframeAnimation.java179 rotation = ((FloatKeyframeAnimation) this.rotation).getFloatValue(); in getMatrix()
187 … mCos = skewAngle == null ? 0f : (float) Math.cos(Math.toRadians(-skewAngle.getFloatValue() + 90)); in getMatrix()
188 … mSin = skewAngle == null ? 1f : (float) Math.sin(Math.toRadians(-skewAngle.getFloatValue() + 90)); in getMatrix()
189 float aTan = (float) Math.tan(Math.toRadians(skew.getFloatValue())); in getMatrix()
/external/llvm-project/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp10 return getFloatValue() == o.getFloatValue(); in operator ==()
14 float getFloatValue() const { in getFloatValue() function
/external/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp10 return getFloatValue() == o.getFloatValue(); in operator ==()
14 float getFloatValue() const { in getFloatValue() function
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DRegisterValue.cpp16 static APFloat getFloatValue(const fltSemantics &FltSemantics, in getFloatValue() function
38 auto Output = getFloatValue(FltSemantics, PredefinedValues::ONE); in getFloatValue()
47 return getFloatValue(FltSemantics, Value).bitcastToAPInt(); in bitcastFloatValue()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java197 public float getFloatValue() { in getFloatValue() method in Value
279 if (Float.isNaN(getFloatValue()) in equals()
280 && (Float.isNaN(value0.getFloatValue()))) in equals()
282 return getFloatValue() == value0.getFloatValue(); in equals()
318 return "float: " + getFloatValue(); in toString()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/
DAsyncReaderWrapper.java63 public float getFloatValue() throws IOException { return _streamReader.getFloatValue(); } in getFloatValue() method in AsyncReaderWrapper
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java103 float start = ((FloatKeyframeAnimation) trimPath.getStart()).getFloatValue(); in applyTrimPathIfNeeded()
104 float end = ((FloatKeyframeAnimation) trimPath.getEnd()).getFloatValue(); in applyTrimPathIfNeeded()
105 float offset = ((FloatKeyframeAnimation) trimPath.getOffset()).getFloatValue(); in applyTrimPathIfNeeded()
/external/compiler-rt/lib/ubsan/
Dubsan_value.cc71 FloatMax Value::getFloatValue() const { in getFloatValue() function in Value
Dubsan_value.h192 FloatMax getFloatValue() const;
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonParserDelegate.java182 public float getFloatValue() throws IOException { return delegate.getFloatValue(); } in getFloatValue() method in JsonParserDelegate
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.cpp118 FloatMax Value::getFloatValue() const { in getFloatValue() function in Value
Dubsan_value.h194 FloatMax getFloatValue() const;
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBufferFloat.java58 public float getFloatValue(int absIndex) { in getFloatValue() method in TensorBufferFloat
DTensorBufferUint8.java60 public float getFloatValue(int index) { in getFloatValue() method in TensorBufferUint8
DTensorBuffer.java190 public abstract float getFloatValue(int absIndex); in getFloatValue() method in TensorBuffer
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNumberOverflowTest.java126 float f = p.getFloatValue(); in testMaliciousBigIntToFloat()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java148 …paint.setStrokeWidth(((FloatKeyframeAnimation) widthAnimation).getFloatValue() * Utils.getScale(pa… in draw()
259 float width = ((FloatKeyframeAnimation) widthAnimation).getFloatValue(); in getBounds()
DRectangleContent.java99 0f : ((FloatKeyframeAnimation) cornerRadiusAnimation).getFloatValue(); in getPath()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DGetValues002Test.java176 float floatValue = fieldValue.getFloatValue(); in testGetValues002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DGetValues002Test.java208 float floatValue = fieldValue.getFloatValue(); in testGetValues002()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DTreeTraversingParser.java272 public float getFloatValue() throws IOException { in getFloatValue() method in TreeTraversingParser
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringParserDelegate.java870 public float getFloatValue() throws IOException { return delegate.getFloatValue(); } in getFloatValue() method in FilteringParserDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java1961 writeNumber(p.getFloatValue()); in copyCurrentEvent()
2103 writeNumber(p.getFloatValue()); in _copyCurrentContents()
DJsonParser.java1464 public abstract float getFloatValue() throws IOException; in getFloatValue() method in JsonParser

12