Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/signal/
Ddct_ops.py20 import math as _math namespace
129 zero, -_math_ops.range(axis_dim_float) * _math.pi * 0.5 /
140 n2 = n1 * _math.sqrt(2.0)
152 n2 = n1 * _math.sqrt(0.5)
163 _math_ops.range(axis_dim_float) * _math.pi * 0.5 /
179 dct4 *= _math.sqrt(0.5) * _math_ops.rsqrt(axis_dim_float)
/external/fonttools/Lib/fontTools/misc/
Dpy23.py4 import math as _math namespace
51 isclose = _math.isclose
52 isfinite = _math.isfinite
/external/python/cpython3/android/
DSetup.local4 cmath cmathmodule.c _math.c
5 math mathmodule.c _math.c
/external/python/cpython3/
DAndroid-bionic.bp49 "Modules/_math.c",
DAndroid-linux_x86_64.bp50 "Modules/_math.c",
DAndroid-darwin_x86_64.bp34 "Modules/_math.c",
DMakefile.pre.in612 Modules/_math.o: Modules/_math.c Modules/_math.h
625 sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
/external/python/cpython3/Lib/
Ddatetime.py12 import math as _math namespace
516 dayfrac, days = _math.modf(days)
517 daysecondsfrac, daysecondswhole = _math.modf(dayfrac * (24.*3600.))
532 secondsfrac, seconds = _math.modf(seconds)
1673 frac, t = _math.modf(t)
2547 _format_time, _format_offset, _is_leap, _isoweek1monday, _math,
D_pydecimal.py156 import math as _math namespace
699 if _math.isinf(f) or _math.isnan(f):
701 if _math.copysign(1.0, f) == 1.0:
/external/python/cpython3/Modules/
DSetup173 #cmath cmathmodule.c _math.c -DPy_BUILD_CORE_MODULE # -lm # complex math library functions
174 #math mathmodule.c _math.c -DPy_BUILD_CORE_MODULE # -lm # math library functions, e.g. sin()
/external/python/cpython2/
DAndroid.bp444 "Modules/_math.c",
453 "Modules/_math.c",
DMakefile.pre.in514 Modules/_math.o: Modules/_math.c Modules/_math.h
521 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/NEWS.d/
D2.7.12rc1.rst1050 Compile Modules/_math.c once, before building extensions. Previously it
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst2036 Compile Modules/_math.c once, before building extensions. Previously it
D3.6.0a1.rst3765 Compile Modules/_math.c once, before building extensions. Previously it