Home
last modified time | relevance | path

Searched defs:absx (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
D_math.c91 double absx = fabs(x); in _Py_asinh() local
133 double absx; in _Py_atanh() local
Dmathmodule.c233 double absx, r, y, z, sqrtpow; in m_tgamma() local
333 double r, absx; in m_lgamma() local
492 double absx, cf; in m_erf() local
510 double absx, cf; in m_erfc() local
/external/python/cpython2/Python/
Dpymath.c72 double absx, y; in round() local