Home
last modified time | relevance | path

Searched refs:__div__ (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py150 def __div__(self, val): member in AugAssignTest.testCustomMethods2.testall
251 x.__div__(1)
Dtest_complex.py74 q = z.__div__(x)
81 q = z.__div__(y)
103 self.assertRaises(ZeroDivisionError, complex.__div__, 1+1j, 0+0j)
398 def __div__(self,other): member in ComplexTest.test_subclass.xcomplex
404 __truediv__ = __div__
Dtest_coercion.py57 def __div__(self,other): member in MethodNumber
Dtest_binop.py143 __div__ = __truediv__ variable in Rat
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py111 def __div__(self, other): member in Complex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py111 def __div__(self, other): member in Complex
Dfractions.py415 __div__, __rdiv__ = _operator_fallbacks(_div, operator.div) variable in Fraction
Ddecimal.py1392 __div__ = __truediv__ variable in Decimal
4187 r = a.__div__(b, context=self)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py199 def __div__(self, other): member in Complex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c265 spam2(div,__div__, "div(a, b) -- Same as a / b when __future__.division is not in effect.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c391 spam2(div,__div__, "div(a, b) -- Same as a / b when __future__.division is not in effect.")