Searched refs:toBool (Results 1 - 25 of 47) sorted by relevance

12

/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h106 static inline Bool toBool ( Int x ) { function
/external/valgrind/VEX/priv/
H A Dir_opt.c274 return toBool( isIRAtom(e->Iex.Binop.arg1)
643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
1082 return toBool( e1->Iex.Binop.op == e2->Iex.Binop.op
1089 return toBool( e1->Iex.Unop.op == e2->Iex.Unop.op
1098 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 );
1099 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 );
1100 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );
1101 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1102 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
1111 return toBool( tri
[all...]
H A Dhost_generic_regs.h168 return toBool((r.u32 >> 31) & 1);
173 return toBool(r1.u32 == r2.u32);
H A Dir_defs.c3649 return toBool( isIRAtom(puti->ix)
3663 return toBool(
3669 return toBool(
3673 case Iex_Binop: return toBool(
3683 case Iex_ITE: return toBool (
3692 return toBool( isIRAtom(st->Ist.Store.addr)
3696 return toBool( isIRAtom(sg->addr)
3701 return toBool( isIRAtom(lg->addr)
3706 return toBool( isIRAtom(cas->addr)
3713 return toBool( isIRAto
[all...]
H A Dmain_util.c460 Bool hexcaps = toBool(*format == 'P');
505 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
H A Dhost_mips_isel.c672 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);
1087 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
1088 Bool size = toBool(e->Iex.Binop.op == Iop_MullS32)
1089 || toBool(e->Iex.Binop.op == Iop_MullU32);
1205 Bool syned = toBool(
[all...]
H A Dguest_generic_x87.c121 = toBool(
274 isInf = toBool(
H A Dguest_generic_bb_to_IR.c222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
292 = toBool(
360 toBool(n_cond_resteers_allowed > 0),
H A Dhost_ppc_isel.c1533 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS32) || (e->Iex.Binop.op == Iop_DivS32E));
1551 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS64) ||(e->Iex.Binop.op == Iop_DivS64E));
1589 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
1608 Bool syned = toBool(e->Iex.Binop.op == Iop_CmpORD32S);
1623 Bool syned = toBool(e->Iex.Binop.op == Iop_CmpORD64S);
2497 return toBool((u & 3ULL) == 0);
2507 return toBool( hregClass(am->Pam.IR.base) == HRcGPR(mode64) &&
2511 return toBool( hregClass(am->Pam.RR.base) == HRcGPR(mode64) &&
2544 Bool aligned4imm = toBool(xferTy == Ity_I32 || xferTy == Ity_I64);
3052 Bool syned = toBool(
[all...]
H A Dhost_mips_defs.c1193 toBool(rh_srcR->tag == Mrh_Imm)));
1205 toBool(rh_srcR->tag == Mrh_Imm),
1349 Bool idxd = toBool(i->Min.Load.src->tag == Mam_RR);
1360 Bool idxd = toBool(i->Min.Store.dst->tag == Mam_RR);
1376 Bool sz8 = toBool(i->Min.Cas.sz == 8);
2528 Bool immR = toBool(srcR->tag == Mrh_Imm);
2637 Bool immR = toBool(srcR->tag == Mrh_Imm);
3319 Bool sz8 = toBool(i->Min.Cas.sz == 8);
H A Dhost_amd64_isel.c266 toBool( hregClass(am->Aam.IR.reg) == HRcInt64
271 toBool( hregClass(am->Aam.IRRS.base) == HRcInt64
289 return toBool(x == y1);
1256 Bool syned = toBool(e->Iex.Binop.op == Iop_DivModS64to32);
1474 Bool srcIs16 = toBool( e->Iex.Unop.op==Iop_16Uto32
1489 Bool srcIs16 = toBool( e->Iex.Unop.op==Iop_16Sto32
2496 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64);
2517 Bool syned = toBool(e->Iex.Binop.op == Iop_DivModS128to64);
2923 Bool arg2first = toBool(triop->op == Iop_ScaleF64
H A Dguest_amd64_helpers.c985 return toBool( e->tag == Iex_Const
1766 return toBool(*p == 0x10);
1797 = toBool(
3219 Bool wantRflags = toBool(szIN < 0);
3287 Bool wantRflags = toBool(szIN < 0);
/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 Dgen-conversions.py96 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])))
H A Dgenutil.py95 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/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1213 needR = toBool(prot & VKI_PROT_READ);
1214 needW = toBool(prot & VKI_PROT_WRITE);
1215 needX = toBool(prot & VKI_PROT_EXEC);
1517 seg.hasR = toBool(prot & VKI_PROT_READ);
1518 seg.hasW = toBool(prot & VKI_PROT_WRITE);
1519 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2156 seg.hasR = toBool(prot & VKI_PROT_READ);
2157 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2158 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2199 seg.hasR = toBool(pro
[all...]
/external/deqp/modules/gles3/scripts/
H A Dgen-conversions.py99 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]) +\
H A Dgenutil.py96 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 Dgenutil.py96 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/VEX/useful/
H A Dfp_80_64.c119 = toBool(
272 isInf = toBool(
/external/valgrind/exp-sgcheck/tests/
H A Dbad_percentify.c129 static Bool toBool ( Int x ) { function
470 caps = toBool(format[i] == 'X');
/external/valgrind/coregrind/m_debuginfo/
H A Dmisc.c80 return toBool(*p == 0x10);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c379 rr = toBool(prot & VKI_PROT_READ);
380 ww = toBool(prot & VKI_PROT_WRITE);
381 xx = toBool(prot & VKI_PROT_EXEC);
H A Dsyswrap-generic.c202 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);
/external/libxml2/
H A Dxpath.c12077 int toBool)
12296 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12547 if (toBool)
12645 if (toBool)
12698 * When traversing the namespace axis in "toBool" mode, it's
14271 xmlXPathObjectPtr *resultSeq, int toBool)
14299 if (! toBool) {
14313 if (toBool)
14319 if (toBool)
14379 if (toBool)
12074 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument
14270 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14504 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument
14904 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 1007 milliseconds

12