Searched refs:_math (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
H A Dspectral_ops.py35 import math as _math namespace
234 0.0, -_math.pi * _math_ops.range(axis_dim_float) /
/external/python/cpython3/Lib/
H A Ddatetime.py8 import math as _math namespace
379 dayfrac, days = _math.modf(days)
380 daysecondsfrac, daysecondswhole = _math.modf(dayfrac * (24.*3600.))
395 secondsfrac, seconds = _math.modf(seconds)
1429 frac, t = _math.modf(t)
2273 _format_time, _is_leap, _isoweek1monday, _math, _ord2ymd,
H A D_pydecimal.py153 import math as _math namespace
740 if _math.isinf(f) or _math.isnan(f):
742 if _math.copysign(1.0, f) == 1.0:
/external/python/cpython2/Lib/
H A 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:

Completed in 169 milliseconds