/external/valgrind/VEX/pub/ |
libvex_basictypes.h | 106 static inline Bool toBool ( Int x ) {
|
/external/valgrind/VEX/priv/ |
ir_opt.c | 274 return toBool( isIRAtom(e->Iex.Binop.arg1) 643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE) [all...] |
host_generic_regs.h | 168 return toBool((r.u32 >> 31) & 1); 173 return toBool(r1.u32 == r2.u32);
|
ir_defs.c | [all...] |
main_util.c | 460 Bool hexcaps = toBool(*format == 'P'); 505 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
|
host_mips_isel.c | 672 return toBool(u == (UInt) i); 680 return toBool(u == (ULong) i); 685 return toBool((u & 3ULL) == 0); 692 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) && 696 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) && 718 Bool aligned4imm = toBool(xferTy == Ity_I32 || xferTy == Ity_I64); [all...] |
guest_generic_x87.c | 121 = toBool( 274 isInf = toBool( [all...] |
guest_generic_bb_to_IR.c | 222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE); 292 = toBool( 360 toBool(n_cond_resteers_allowed > 0), [all...] |
host_ppc_isel.c | [all...] |
host_mips_defs.c | 1193 toBool(rh_srcR->tag == Mrh_Imm))); 1205 toBool(rh_srcR->tag == Mrh_Imm), [all...] |
guest_amd64_toIR.c | 503 return toBool(0xC0 == (mod_reg_rm & 0xC0)); 684 return toBool((pfx & 0xFF000000) == PFX_EMPTY); 688 return toBool(pfx & PFX_REX); 707 return toBool((pfx & (PFX_F2|PFX_F3)) > 0); 710 return toBool((pfx & (PFX_F2|PFX_F3)) == (PFX_F2|PFX_F3)); 713 return toBool((pfx & PFX_F2) > 0); 716 return toBool((pfx & PFX_F3) > 0); 720 return toBool((pfx & PFX_66) > 0); 723 return toBool((pfx & PFX_ASO) > 0); 726 return toBool((pfx & PFX_LOCK) > 0) [all...] |
host_amd64_isel.c | 266 toBool( hregClass(am->Aam.IR.reg) == HRcInt64 271 toBool( hregClass(am->Aam.IRRS.base) == HRcInt64 289 return toBool(x == y1); [all...] |
/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/ |
gen-conversions.py | 96 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps]))) 296 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool]))) 304 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool])))
|
genutil.py | 95 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] 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)) 327 def toBool(self): return Vec2(bool(self.x), bool(self.y)) 413 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) 506 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
|
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | [all...] |
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 99 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps]))) 322 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\ 332 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool]) +\
|
genutil.py | 96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] 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)) 395 def toBool(self): return Vec2(bool(self.x), bool(self.y)) 506 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) 626 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
|
/external/deqp/modules/gles31/scripts/ |
genutil.py | 96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] 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)) 397 def toBool(self): return Vec2(bool(self.x), bool(self.y)) 508 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) 628 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
|
/external/valgrind/VEX/useful/ |
fp_80_64.c | 119 = toBool( 272 isInf = toBool(
|
/external/valgrind/exp-sgcheck/tests/ |
bad_percentify.c | 129 static Bool toBool ( Int x ) { 470 caps = toBool(format[i] == 'X');
|
/external/valgrind/coregrind/m_debuginfo/ |
misc.c | 80 return toBool(*p == 0x10);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-mips32-linux.c | 379 rr = toBool(prot & VKI_PROT_READ); 380 ww = toBool(prot & VKI_PROT_WRITE); 381 xx = toBool(prot & VKI_PROT_EXEC); [all...] |
syswrap-generic.c | 202 rr = toBool(prot & VKI_PROT_READ); 203 ww = toBool(prot & VKI_PROT_WRITE); 204 xx = toBool(prot & VKI_PROT_EXEC); 254 Bool rr = toBool(prot & VKI_PROT_READ); 255 Bool ww = toBool(prot & VKI_PROT_WRITE); 256 Bool xx = toBool(prot & VKI_PROT_EXEC); 284 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED); 285 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE); [all...] |
/external/libxml2/ |
xpath.c | [all...] |