/external/valgrind/VEX/pub/ |
H A D | libvex_basictypes.h | 106 static inline Bool toBool ( Int x ) { function
|
/external/deqp/executor/ |
H A D | xeTestResultParser.cpp | 59 static inline bool toBool (const char* str) function in namespace:xe 540 shaderProgram->linkStatus = toBool(getAttribute("LinkStatus")); 553 shader->compileStatus = toBool(getAttribute("CompileStatus")); 586 info->compileStatus = toBool(getAttribute("CompileStatus")); 610 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); 611 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); 623 config->nativeRenderable = toBool(getAttribute("NativeRenderable"));
|
/external/deqp/modules/gles2/scripts/ |
H A D | genutil.py | 95 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function 102 def toBVec4(lst): return [v.toBool().toVec4() for v in lst] 103 def toBVec3(lst): return [v.toBool().toVec3() for v in lst] 104 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] 213 def toBool(self): return Scalar(bool(self.x)) member in class:Scalar 327 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2 413 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3 506 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 D | genutil.py | 96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function 103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst] 104 def toBVec3(lst): return [v.toBool().toVec3() for v in lst] 105 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] 236 def toBool(self): return Scalar(bool(self.x)) member in class:Scalar 395 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2 506 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3 626 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 D | genutil.py | 96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function 103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst] 104 def toBVec3(lst): return [v.toBool().toVec3() for v in lst] 105 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] 236 def toBool(self): return Scalar(bool(self.x)) member in class:Scalar 397 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2 508 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3 628 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 D | bad_percentify.c | 129 static Bool toBool ( Int x ) { function 470 caps = toBool(format[i] == 'X');
|
/external/eigen/unsupported/test/mpreal/ |
H A D | mpreal.h | 327 bool toBool (mp_rnd_t mode = GMP_RNDZ) const;
335 explicit operator bool () const { return toBool(); }
1701 inline bool mpreal::toBool (mp_rnd_t /*mode*/) const { return mpfr_zero_p (mpfr_srcptr()) == 0; }
function in class:mpfr::mpreal
|
/external/libxml2/ |
H A D | xpath.c | 12077 int toBool) 12296 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0; 12544 if (toBool) 12642 if (toBool) 14255 xmlXPathObjectPtr *resultSeq, int toBool) 14283 if (! toBool) { 14297 if (toBool) 14303 if (toBool) 14363 if (toBool) 14391 if (toBool) 12074 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument 14254 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument 14488 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument 14884 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument [all...] |