Home
last modified time | relevance | path

Searched defs:toFloat (Results 1 – 8 of 8) 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/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/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h250 float toFloat[4]; member
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1252 float GLValue::toFloat (void) const in toFloat() function in deqp::gls::GLValue
DglsDrawTest.cpp547 float GLValue::toFloat (void) const in toFloat() function in deqp::gls::__anonde041cf70111::GLValue
/external/swiftshader/src/Reactor/
DReactor.cpp4496 static std::vector<Value *> toFloat(const std::vector<Value *> &vals) in toFloat() function