/external/cbor-java/src/main/java/co/nstant/in/cbor/decoder/ |
D | HalfPrecisionFloatDecoder.java | 26 private static float toFloat(int bits) { in toFloat() method in HalfPrecisionFloatDecoder
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/ |
D | MutableFloat.java | 336 public Float toFloat() { in toFloat() method in MutableFloat
|
/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] function 233 def toFloat(self): return Scalar(float(self.x)) member in Scalar 347 def toFloat(self): return Vec2(float(self.x), float(self.y)) member in Vec2 433 def toFloat(self): return Vec3(float(self.x), float(self.y), float(self.z)) member in Vec3 526 def toFloat(self): return Vec4(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] function 255 def toFloat(self): return Scalar(float(self.x)) member in Scalar 414 def toFloat(self): return Vec2(float(self.x), float(self.y)) member in Vec2 525 def toFloat(self): return Vec3(float(self.x), float(self.y), float(self.z)) member in Vec3 645 def toFloat(self): return Vec4(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] function 255 def toFloat(self): return Scalar(float(self.x)) member in Scalar 416 def toFloat(self): return Vec2(float(self.x), float(self.y)) member in Vec2 527 def toFloat(self): return Vec3(float(self.x), float(self.y), float(self.z)) member in Vec3 647 def toFloat(self): return Vec4(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/ |
D | NumberUtils.java | 215 public static float toFloat(final String str) { in toFloat() method in NumberUtils 238 public static float toFloat(final String str, final float defaultValue) { in toFloat() method in NumberUtils
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffers.kt | 243 public fun toFloat(): Float = resolve { pos: Int, width: ByteWidth -> in pos() method in com.google.flatbuffers.kotlin.Reference
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1210 float GLValue::toFloat(void) const in toFloat() function in deqp::gls::GLValue
|
D | glsDrawTest.cpp | 841 float GLValue::toFloat(void) const in toFloat() function in deqp::gls::__anonf5b218060111::GLValue
|
/external/swiftshader/src/Reactor/ |
D | Reactor.cpp | 4619 static std::vector<Value *> toFloat(const std::vector<Value *> &vals) in toFloat() function
|