Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py262 class DivisionUndefined(InvalidOperation, ZeroDivisionError): class
382 DivisionUndefined:InvalidOperation,
1322 return context._raise_error(DivisionUndefined, '0 / 0')
1421 ans = context._raise_error(DivisionUndefined, 'divmod(0, 0)')
1459 return context._raise_error(DivisionUndefined, '0 % 0')
1496 return context._raise_error(DivisionUndefined,
1571 return context._raise_error(DivisionUndefined, '0 // 0')