Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c1198 int is_zero = n == 0; in _PyInt_Format() local
1240 if (!is_zero) in _PyInt_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c1172 int is_zero = n == 0; in _PyInt_Format() local
1214 if (!is_zero) in _PyInt_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py1941 d = c.is_zero(Decimal(10))
1942 self.assertEqual(c.is_zero(10), d)
1943 self.assertRaises(TypeError, c.is_zero, '10')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3031 def is_zero(self): member in Decimal
3482 if self.is_zero():
4441 def is_zero(self, a): member in Context
4456 return a.is_zero()