Home
last modified time | relevance | path

Searched defs:getFloatValue (Results 1 – 14 of 14) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DFloatKeyframeAnimation.java21 float getFloatValue(Keyframe<Float> keyframe, float keyframeProgress) { in getFloatValue() method in FloatKeyframeAnimation
42 public float getFloatValue() { in getFloatValue() method in FloatKeyframeAnimation
/external/compiler-rt/lib/ubsan/
Dubsan_value.cc71 FloatMax Value::getFloatValue() const { in getFloatValue() function in Value
/external/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp14 float getFloatValue() const { in getFloatValue() function
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBufferUint8.java60 public float getFloatValue(int index) { in getFloatValue() method in TensorBufferUint8
DTensorBufferFloat.java58 public float getFloatValue(int absIndex) { in getFloatValue() method in TensorBufferFloat
DTensorBuffer.java190 public abstract float getFloatValue(int absIndex); in getFloatValue() method in TensorBuffer
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java197 public float getFloatValue() { in getFloatValue() method in Value
/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/util/
DJsonParserDelegate.java182 public float getFloatValue() throws IOException { return delegate.getFloatValue(); } in getFloatValue() method in JsonParserDelegate
/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/base/
DParserBase.java719 public float getFloatValue() throws IOException in getFloatValue() method in ParserBase
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java1464 public abstract float getFloatValue() throws IOException; in getFloatValue() method in JsonParser
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java1786 public float getFloatValue() throws IOException { in getFloatValue() method in TokenBuffer.Parser