Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/scripts/
Dgenutil.py117 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
235 def toBool(self): return Scalar(bool(self.x)) member in Scalar
349 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
435 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
528 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java195 private static String toBool(String i) { in toBool() method in ASTExpr
/external/deqp/modules/gles3/scripts/
Dgenutil.py118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
258 def toBool(self): return Scalar(bool(self.x)) member in Scalar
417 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
528 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
648 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.py118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
258 def toBool(self): return Scalar(bool(self.x)) member in Scalar
419 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
530 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
650 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
/external/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
Dp1.cpp170 constexpr bool toBool(Result R) { in toBool() function
/external/golang-protobuf/proto/
Dpointer_reflect.go219 func (p pointer) toBool() *bool { func
Dpointer_unsafe.go194 func (p pointer) toBool() *bool { func
/external/deqp/executor/
DxeTestResultParser.cpp59 static inline bool toBool (const char* str) in toBool() function
/external/libxml2/
Dxpath.c11963 int toBool) in xmlXPathNodeCollectAndTest()
13641 xmlXPathObjectPtr *resultSeq, int toBool) in xmlXPathRunStreamEval()
13888 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval()
14308 int toBool) in xmlXPathCompiledEvalInternal()