Home
last modified time | relevance | path

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

/external/python/cpython2/
DMakefile.pre.in534 Modules/_math.o: Modules/_math.c Modules/_math.h
541 sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
/external/python/cpython2/Modules/
DSetup.dist172 #cmath cmathmodule.c _math.c # -lm # complex math library functions
173 #math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
/external/python/cpython2/Lib/
Ddecimal.py139 import math as _math namespace
684 if _math.isinf(f) or _math.isnan(f): # raises TypeError if not a float
686 if _math.copysign(1.0, f) == 1.0:
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp164 SOURCE=..\..\Modules\_math.c
/external/python/cpython2/Misc/
DNEWS729 - Issue #24421: Compile Modules/_math.c once, before building extensions.