Home
last modified time | relevance | path

Searched defs:modulo (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py1847 def _power_modulo(self, other, modulo, context=None): argument
2146 def __pow__(self, other, modulo=None, context=None): argument
4937 def power(self, a, b, modulo=None): argument