Home
last modified time | relevance | path

Searched defs:toFloat (Results 1 – 10 of 10) sorted by relevance

/external/cbor-java/src/main/java/co/nstant/in/cbor/decoder/
DHalfPrecisionFloatDecoder.java26 private static float toFloat(int bits) { in toFloat() method in HalfPrecisionFloatDecoder
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutableFloat.java336 public Float toFloat() { in toFloat() method in MutableFloat
/external/deqp/modules/gles2/scripts/
Dgenutil.py115 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/
Dgenutil.py115 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/
Dgenutil.py115 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/
DNumberUtils.java215 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/
DFlexBuffers.kt243 public fun toFloat(): Float = resolve { pos: Int, width: ByteWidth -> in pos() method in com.google.flatbuffers.kotlin.Reference
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1210 float GLValue::toFloat(void) const in toFloat() function in deqp::gls::GLValue
DglsDrawTest.cpp841 float GLValue::toFloat(void) const in toFloat() function in deqp::gls::__anonf5b218060111::GLValue
/external/swiftshader/src/Reactor/
DReactor.cpp4619 static std::vector<Value *> toFloat(const std::vector<Value *> &vals) in toFloat() function