Searched defs:toBool (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h106 static inline Bool toBool ( Int x ) { function
/external/deqp/executor/
H A DxeTestResultParser.cpp59 static inline bool toBool (const char* str) function in namespace:xe
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/
H A Dgenutil.py117 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
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)) member in class:Scalar
349 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2
435 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3
528 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in class:Vec4
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
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)) member in class:Scalar
417 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2
528 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3
648 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in class:Vec4
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
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)) member in class:Scalar
419 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2
530 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3
650 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in class:Vec4
/external/valgrind/exp-sgcheck/tests/
H A Dbad_percentify.c129 static Bool toBool ( Int x ) { function
470 caps = toBool(format[i] == 'X');
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h288 bool toBool ( ) const;
298 explicit operator bool () const { return toBool(); }
1712 inline bool mpreal::toBool ( ) const { return mpfr_zero_p (mpfr_srcptr()) == 0; } function in class:mpfr::mpreal
/external/libxml2/
H A Dxpath.c12082 int toBool)
12301 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12552 if (toBool)
12650 if (toBool)
12703 * When traversing the namespace axis in "toBool" mode, it's
14276 xmlXPathObjectPtr *resultSeq, int toBool)
14304 if (! toBool) {
14318 if (toBool)
14324 if (toBool)
14384 if (toBool)
12079 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument
14275 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14509 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument
14909 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 4270 milliseconds