HomeSort by relevance Sort by last modified time
    Searched defs:toBool (Results 1 - 7 of 7) sorted by null

  /external/valgrind/VEX/pub/
libvex_basictypes.h 106 static inline Bool toBool ( Int x ) {
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');
  /external/deqp/executor/
xeTestResultParser.cpp 59 static inline bool toBool (const char* str)
542 shaderProgram->linkStatus = toBool(getAttribute("LinkStatus"));
555 shader->compileStatus = toBool(getAttribute("CompileStatus"));
596 info->compileStatus = toBool(getAttribute("CompileStatus"));
620 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB"));
621 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA"));
633 config->nativeRenderable = toBool(getAttribute("NativeRenderable"));
  /external/deqp/modules/gles2/scripts/
genutil.py 117 def toBool(lst): return [Scalar(bool(v.x)) for v in lst]
124 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
125 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
126 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
235 def toBool(self): return Scalar(bool(self.x))
349 def toBool(self): return Vec2(bool(self.x), bool(self.y))
435 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
528 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
  /external/deqp/modules/gles3/scripts/
genutil.py 118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst]
125 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
126 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
127 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
258 def toBool(self): return Scalar(bool(self.x))
417 def toBool(self): return Vec2(bool(self.x), bool(self.y))
528 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
648 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
  /external/deqp/modules/gles31/scripts/
genutil.py 118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst]
125 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
126 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
127 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
258 def toBool(self): return Scalar(bool(self.x))
419 def toBool(self): return Vec2(bool(self.x), bool(self.y))
530 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
650 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
  /external/eigen/unsupported/test/mpreal/
mpreal.h 288 bool toBool ( ) const;
298 explicit operator bool () const { return toBool(); }
    [all...]

Completed in 385 milliseconds