Lines Matching refs:cop
361 self.cop = RestrictedList() # converted C.Decimal operands
544 if t.cop[0].is_nan() and t.pop[0].is_nan():
581 cargs = t.cop
588 cself, cargs = t.cop[0], t.cop[1:]
692 t.cop.append(op)
722 t.cop.append(c)
747 t.cop.append(op.c)
752 t.cop.append(op)
760 t.cop and t.pop for the C and Python versions of decimal.
772 cargs = t.cop
775 cself = t.cop[0]
776 cargs = t.cop[1:]
806 not any(isinstance(v, C.Context) for v in t.cop)): # another context is used.
830 t.cop: C.Decimal operands (see convert for details)