Home
last modified time | relevance | path

Searched refs:txty (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dcmathmodule.c895 double tx, ty, cx, txty, denom; in cmath_tanh_impl() local
934 txty = tx*ty; in cmath_tanh_impl()
935 denom = 1. + txty*txty; in cmath_tanh_impl()
/external/python/cpython2/Modules/
Dcmathmodule.c777 double tx, ty, cx, txty, denom; in c_tanh() local
816 txty = tx*ty; in c_tanh()
817 denom = 1. + txty*txty; in c_tanh()