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

12

/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h140 return toBool(r.reg & (1<<24));
145 return toBool(r1.reg == r2.reg);
H A Dir_opt.c274 return toBool( isIRAtom(e->Iex.Binop.arg1)
643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
1074 return toBool( e1->Iex.Binop.op == e2->Iex.Binop.op
1081 return toBool( e1->Iex.Unop.op == e2->Iex.Unop.op
1090 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 );
1091 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 );
1092 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );
1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1094 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
1103 return toBool( tri
[all...]
H A Dir_defs.c3497 return toBool( isIRAtom(puti->ix)
3510 return toBool(
3516 return toBool(
3520 case Iex_Binop: return toBool(
3530 case Iex_ITE: return toBool (
3539 return toBool( isIRAtom(st->Ist.Store.addr)
3543 return toBool( isIRAtom(sg->addr)
3548 return toBool( isIRAtom(lg->addr)
3553 return toBool( isIRAtom(cas->addr)
3559 return toBool( isIRAto
[all...]
H A Dmain_util.c447 Bool hexcaps = toBool(*format == 'P');
492 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
H A Dhost_mips_isel.c671 return toBool(u == (UInt) i);
679 return toBool(u == (ULong) i);
684 return toBool((u & 3ULL) == 0);
691 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
695 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) &&
717 Bool aligned4imm = toBool(xferTy == Ity_I32 || xferTy == Ity_I64);
1082 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
1083 Bool size = toBool(e->Iex.Binop.op == Iop_MullS32)
1084 || toBool(e->Iex.Binop.op == Iop_MullU32);
1200 Bool syned = toBool(
[all...]
H A Dguest_generic_x87.c121 = toBool(
274 isInf = toBool(
H A Dhost_ppc_isel.c1499 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS32) || (e->Iex.Binop.op == Iop_DivS32E));
1517 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS64) ||(e->Iex.Binop.op == Iop_DivS64E));
1555 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
1574 Bool syned = toBool(e->Iex.Binop.op == Iop_CmpORD32S);
1588 Bool syned = toBool(e->Iex.Binop.op == Iop_CmpORD64S);
2400 return toBool(u == (UInt)i);
2409 return toBool(u == (ULong)i);
2414 return toBool((u & 3ULL) == 0);
2424 return toBool( hregClass(am->Pam.IR.base) == HRcGPR(mode64) &&
2428 return toBool( hregClas
[all...]
H A Dguest_generic_bb_to_IR.c219 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
289 = toBool(
357 toBool(n_cond_resteers_allowed > 0),
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkSettingsWidget.h44 return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
/external/skia/debugger/QT/
H A DSkSettingsWidget.h44 return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1312 needR = toBool(prot & VKI_PROT_READ);
1313 needW = toBool(prot & VKI_PROT_WRITE);
1314 needX = toBool(prot & VKI_PROT_EXEC);
1572 seg.hasR = toBool(prot & VKI_PROT_READ);
1573 seg.hasW = toBool(prot & VKI_PROT_WRITE);
1574 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2061 seg.hasR = toBool(prot & VKI_PROT_READ);
2062 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2063 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2104 seg.hasR = toBool(pro
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h100 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
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 Dgen-conversions.py74 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])))
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/deqp/modules/gles3/scripts/
H A Dgen-conversions.py77 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]) +\
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
389 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2
500 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3
620 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
391 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in class:Vec2
502 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in class:Vec3
622 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in class:Vec4
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c119 = toBool(
272 isInf = toBool(
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c129 static Bool toBool ( Int x ) { function
470 caps = toBool(format[i] == 'X');
/external/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c72 return toBool(*p == 0x10);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c396 rr = toBool(prot & VKI_PROT_READ);
397 ww = toBool(prot & VKI_PROT_WRITE);
398 xx = toBool(prot & VKI_PROT_EXEC);
H A Dsyswrap-generic.c171 rr = toBool(prot & VKI_PROT_READ);
172 ww = toBool(prot & VKI_PROT_WRITE);
173 xx = toBool(prot & VKI_PROT_EXEC);
223 Bool rr = toBool(prot & VKI_PROT_READ);
224 Bool ww = toBool(prot & VKI_PROT_WRITE);
225 Bool xx = toBool(prot & VKI_PROT_EXEC);
253 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED);
254 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c11912 int toBool)
12139 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12399 if (toBool)
12494 if (toBool)
14082 xmlXPathObjectPtr *resultSeq, int toBool)
14110 if (! toBool) {
14124 if (toBool)
14130 if (toBool)
14190 if (toBool)
14218 if (toBool)
11909 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument
14081 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14310 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument
14702 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]
/external/libxml2/
H A Dxpath.c12072 int toBool)
12291 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12532 if (toBool)
12630 if (toBool)
14235 xmlXPathObjectPtr *resultSeq, int toBool)
14263 if (! toBool) {
14277 if (toBool)
14283 if (toBool)
14343 if (toBool)
14371 if (toBool)
12069 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodePtr * first, xmlNodePtr * last, int toBool) argument
14234 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14468 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) argument
14863 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 301 milliseconds

12