Home
last modified time | relevance | path

Searched refs:__divmod__ (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py200 def __divmod__(self, other): member in Real
Ddecimal.py1395 def __divmod__(self, other, context=None): member in Decimal
1436 return other.__divmod__(self, context=context)
4231 r = a.__divmod__(b, context=self)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py200 def __divmod__(self, other): member in Real
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_binop.py171 def __divmod__(self, other): member in Rat
Dtest_decimal.py635 def __divmod__(self, other): member in DecimalImplicitConstructionTest.test_rop.E