Searched refs:_math (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/python/ops/signal/ |
D | dct_ops.py | 20 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/ |
D | py23.py | 4 import math as _math namespace 51 isclose = _math.isclose 52 isfinite = _math.isfinite
|
/external/python/cpython3/android/ |
D | Setup.local | 4 cmath cmathmodule.c _math.c 5 math mathmodule.c _math.c
|
/external/python/cpython3/ |
D | Android-bionic.bp | 49 "Modules/_math.c",
|
D | Android-linux_x86_64.bp | 50 "Modules/_math.c",
|
D | Android-darwin_x86_64.bp | 34 "Modules/_math.c",
|
D | Makefile.pre.in | 612 Modules/_math.o: Modules/_math.c Modules/_math.h 625 sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
|
/external/python/cpython3/Lib/ |
D | datetime.py | 12 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.py | 156 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/ |
D | Setup | 173 #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/ |
D | Android.bp | 444 "Modules/_math.c", 453 "Modules/_math.c",
|
D | Makefile.pre.in | 514 Modules/_math.o: Modules/_math.c Modules/_math.h 521 sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 172 #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/ |
D | decimal.py | 139 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/ |
D | pythoncore.dsp | 164 SOURCE=..\..\Modules\_math.c
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.12rc1.rst | 1050 Compile Modules/_math.c once, before building extensions. Previously it
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.2rc1.rst | 2036 Compile Modules/_math.c once, before building extensions. Previously it
|
D | 3.6.0a1.rst | 3765 Compile Modules/_math.c once, before building extensions. Previously it
|