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

1 2

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 140 return toBool(r.reg & (1<<24));
145 return toBool(r1.reg == r2.reg);
ir_opt.c 274 return toBool( isIRAtom(e->Iex.Binop.arg1)
643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
    [all...]
ir_defs.c     [all...]
main_util.c 447 Bool hexcaps = toBool(*format == 'P');
492 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
host_mips_isel.c 671 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);
    [all...]
guest_generic_x87.c 121 = toBool(
274 isInf = toBool(
    [all...]
host_ppc_isel.c     [all...]
guest_generic_bb_to_IR.c 219 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
289 = toBool(
357 toBool(n_cond_resteers_allowed > 0),
    [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.h 44 return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
  /external/skia/debugger/QT/
SkSettingsWidget.h 44 return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 100 static inline Bool toBool ( Int x ) {
  /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))
389 def toBool(self): return Vec2(bool(self.x), bool(self.y))
500 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
620 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))
391 def toBool(self): return Vec2(bool(self.x), bool(self.y))
502 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
622 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
  /external/valgrind/main/VEX/useful/
fp_80_64.c 119 = toBool(
272 isInf = toBool(
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 72 return toBool(*p == 0x10);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-mips32-linux.c 396 rr = toBool(prot & VKI_PROT_READ);
397 ww = toBool(prot & VKI_PROT_WRITE);
398 xx = toBool(prot & VKI_PROT_EXEC);
    [all...]
syswrap-generic.c 171 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);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 556 milliseconds

1 2