Searched refs:compare_total_mag (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_decimal.py155 'comparetotmag':'compare_total_mag',
1626 self.assertEqual(Decimal(4).compare_total_mag(3),
1627 Decimal(4).compare_total_mag(Decimal(3)))
1824 d = c.compare_total_mag(Decimal(1), Decimal(1))
1825 self.assertEqual(c.compare_total_mag(1, 1), d)
1826 self.assertEqual(c.compare_total_mag(Decimal(1), 1), d)
1827 self.assertEqual(c.compare_total_mag(1, Decimal(1)), d)
1828 self.assertRaises(TypeError, c.compare_total_mag, '1', 1)
1829 self.assertRaises(TypeError, c.compare_total_mag, 1, '1')
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_decimal.py155 'comparetotmag':'compare_total_mag',
1626 self.assertEqual(Decimal(4).compare_total_mag(3),
1627 Decimal(4).compare_total_mag(Decimal(3)))
1824 d = c.compare_total_mag(Decimal(1), Decimal(1))
1825 self.assertEqual(c.compare_total_mag(1, 1), d)
1826 self.assertEqual(c.compare_total_mag(Decimal(1), 1), d)
1827 self.assertEqual(c.compare_total_mag(1, Decimal(1)), d)
1828 self.assertRaises(TypeError, c.compare_total_mag, '1', 1)
1829 self.assertRaises(TypeError, c.compare_total_mag, 1, '1')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py155 'comparetotmag':'compare_total_mag',
1626 self.assertEqual(Decimal(4).compare_total_mag(3),
1627 Decimal(4).compare_total_mag(Decimal(3)))
1824 d = c.compare_total_mag(Decimal(1), Decimal(1))
1825 self.assertEqual(c.compare_total_mag(1, 1), d)
1826 self.assertEqual(c.compare_total_mag(Decimal(1), 1), d)
1827 self.assertEqual(c.compare_total_mag(1, Decimal(1)), d)
1828 self.assertRaises(TypeError, c.compare_total_mag, '1', 1)
1829 self.assertRaises(TypeError, c.compare_total_mag, 1, '1')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py155 'comparetotmag':'compare_total_mag',
1626 self.assertEqual(Decimal(4).compare_total_mag(3),
1627 Decimal(4).compare_total_mag(Decimal(3)))
1824 d = c.compare_total_mag(Decimal(1), Decimal(1))
1825 self.assertEqual(c.compare_total_mag(1, 1), d)
1826 self.assertEqual(c.compare_total_mag(Decimal(1), 1), d)
1827 self.assertEqual(c.compare_total_mag(1, Decimal(1)), d)
1828 self.assertRaises(TypeError, c.compare_total_mag, '1', 1)
1829 self.assertRaises(TypeError, c.compare_total_mag, 1, '1')
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddecimal.py2904 def compare_total_mag(self, other): member in class:Decimal
4113 def compare_total_mag(self, a, b): member in class:Context
4119 return a.compare_total_mag(b)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddecimal.py2904 def compare_total_mag(self, other): member in class:Decimal
4113 def compare_total_mag(self, a, b): member in class:Context
4119 return a.compare_total_mag(b)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py2904 def compare_total_mag(self, other): member in class:Decimal
4113 def compare_total_mag(self, a, b): member in class:Context
4119 return a.compare_total_mag(b)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py2904 def compare_total_mag(self, other): member in class:Decimal
4113 def compare_total_mag(self, a, b): member in class:Context
4119 return a.compare_total_mag(b)

Completed in 107 milliseconds