Searched defs:toFloat (Results 1 – 8 of 8) sorted by relevance
/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/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/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 250 float toFloat[4]; member
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1252 float GLValue::toFloat (void) const in toFloat() function in deqp::gls::GLValue
|
D | glsDrawTest.cpp | 547 float GLValue::toFloat (void) const in toFloat() function in deqp::gls::__anonde041cf70111::GLValue
|
/external/swiftshader/src/Reactor/ |
D | Reactor.cpp | 4496 static std::vector<Value *> toFloat(const std::vector<Value *> &vals) in toFloat() function
|