Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py2049 d = c.next_minus(Decimal(10))
2050 self.assertEqual(c.next_minus(10), d)
2051 self.assertRaises(TypeError, c.next_minus, '10')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3366 def next_minus(self, context=None): member in Decimal
3437 ans = self.next_minus(context)
4771 def next_minus(self, a): member in Context
4789 return a.next_minus(context=self)