Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf182 Modules/_math.c #
DPy2710ReadMe.txt218 math Modules/mathmodule.c Modules/_math.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonCore.inf182 Python-$(PYTHON_VERSION)/Modules/_math.c #
DPythonReadMe.txt196 math Modules/mathmodule.c Modules/_math.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py140 import math as _math namespace
685 if _math.isinf(f) or _math.isnan(f): # raises TypeError if not a float
687 if _math.copysign(1.0, f) == 1.0: