HomeSort by relevance Sort by last modified time
    Searched refs:toBool (Results 1 - 25 of 46) sorted by null

1 2

  /external/valgrind/VEX/pub/
libvex_basictypes.h 106 static inline Bool toBool ( Int x ) {
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /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...]
host_ppc_isel.c     [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_tilegx_isel.c 377 return toBool(u == (UInt) i);
383 return toBool(hregClass(am->GXam.IR.base) == HRcGPR() &&
853 Bool srcIs16 = toBool( e->Iex.Unop.op==Iop_16Uto32
    [all...]
host_mips_defs.c 1193 toBool(rh_srcR->tag == Mrh_Imm)));
1205 toBool(rh_srcR->tag == Mrh_Imm),
    [all...]
guest_amd64_toIR.c 496 return toBool(0xC0 == (mod_reg_rm & 0xC0));
677 return toBool((pfx & 0xFF000000) == PFX_EMPTY);
681 return toBool(pfx & PFX_REX);
700 return toBool((pfx & (PFX_F2|PFX_F3)) > 0);
703 return toBool((pfx & (PFX_F2|PFX_F3)) == (PFX_F2|PFX_F3));
706 return toBool((pfx & PFX_F2) > 0);
709 return toBool((pfx & PFX_F3) > 0);
713 return toBool((pfx & PFX_66) > 0);
716 return toBool((pfx & PFX_ASO) > 0);
719 return toBool((pfx & PFX_LOCK) > 0)
    [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 59 static inline bool toBool (const char* str)
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/
gen-conversions.py 74 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps])))
274 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool])))
282 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/deqp/modules/gles3/scripts/
gen-conversions.py 77 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps])))
300 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\
310 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...]

Completed in 391 milliseconds

1 2