Home
last modified time | relevance | path

Searched refs:_cmp (Results 1 – 10 of 10) sorted by relevance

/external/skia/infra/bots/
Dtest_utils.py48 def _cmp(prefix, dcmp): function
71 _cmp(prefix, obj)
73 _cmp('', filecmp.dircmp(a, b))
/external/python/cpython2/Lib/
Dfilecmp.py258 res[_cmp(ax, bx, shallow)].append(x)
268 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
Ddecimal.py799 def _cmp(self, other): member in Decimal
869 return self._cmp(other) == 0
877 return self._cmp(other) != 0
886 return self._cmp(other) < 0
895 return self._cmp(other) <= 0
904 return self._cmp(other) > 0
913 return self._cmp(other) >= 0
932 return Decimal(self._cmp(other))
2733 c = self._cmp(other)
2775 c = self._cmp(other)
[all …]
/external/v8/src/base/
Dlogging.h75 bool _cmp = \
77 CHECK_WITH_MSG(_cmp, #lhs " " #op " " #rhs); \
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2787 _cmp(T2, _0); in lowerInt64Arithmetic()
2893 _cmp(T2, _0); in lowerInt64Arithmetic()
4482 _cmp(Src0RLo, Src1RFLo); in lowerInt64IcmpCond()
4487 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4488 _cmp(Src0RLo, Src1RFLo, CondARM32::EQ); in lowerInt64IcmpCond()
4540 _cmp(Src0RLo, Src1RFLo); in lowerInt64IcmpCond()
4546 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4547 _cmp(Src0RLo, Src1RFLo, CondARM32::EQ); in lowerInt64IcmpCond()
4560 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond()
4580 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond()
[all …]
DIceTargetLoweringX86BaseImpl.h2594 _cmp(Src0, Zero);
3544 _cmp(Src0RM, Src1);
3766 _cmp(Src0HiRM, Src1HiRI);
3771 _cmp(Src0LoRM, Src1LoRI);
3779 _cmp(Src0HiRM, Src1HiRI);
3784 _cmp(Src0LoRM, Src1LoRI);
3796 _cmp(Src0HiRM, Src1HiRI);
3801 _cmp(Src0LoRM, Src1LoRI);
3846 _cmp(Dest, Ctx->getConstantInt(Dest->getType(), 0));
5961 _cmp(Opnd, Ctx->getConstantZero(IceType_i32));
[all …]
DIceTargetLoweringARM32.h377 void _cmp(Variable *Src0, Operand *Src1,
DIceTargetLoweringX86Base.h597 void _cmp(Operand *Src0, Operand *Src1) { in _cmp() function
/external/python/cpython2/Lib/compiler/
Dpyassem.py492 _cmp = list(dis.cmp_op) variable in PyFlowGraph
494 return self._cmp.index(arg)
/external/python/cpython2/Misc/
DNEWS2941 - Issue #16584: in filecomp._cmp, catch IOError as well as os.error.