Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c1172 int is_zero = n == 0; in _PyInt_Format() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c1198 int is_zero = n == 0; in _PyInt_Format() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3031 def is_zero(self): member in Decimal
4441 def is_zero(self, a): member in Context