Home
last modified time | relevance | path

Searched defs:toBool (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_basictypes.h106 static inline Bool toBool ( Int x ) { in toBool() function
/external/deqp/modules/gles2/scripts/
Dgenutil.py95 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
213 def toBool(self): return Scalar(bool(self.x)) member in Scalar
327 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
413 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
506 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
/external/deqp/modules/gles31/scripts/
Dgenutil.py96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
236 def toBool(self): return Scalar(bool(self.x)) member in Scalar
397 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
508 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
628 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
/external/deqp/modules/gles3/scripts/
Dgenutil.py96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
236 def toBool(self): return Scalar(bool(self.x)) member in Scalar
395 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
506 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
626 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c129 static Bool toBool ( Int x ) { in toBool() function
/external/deqp/executor/
DxeTestResultParser.cpp59 static inline bool toBool (const char* str) in toBool() function
/external/libxml2/
Dxpath.c12077 int toBool) in xmlXPathNodeCollectAndTest()
14255 xmlXPathObjectPtr *resultSeq, int toBool) in xmlXPathRunStreamEval()
14488 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval()
14887 int toBool) in xmlXPathCompiledEvalInternal()