Searched refs:txty (Results 1 – 2 of 2) sorted by relevance
895 double tx, ty, cx, txty, denom; in cmath_tanh_impl() local934 txty = tx*ty; in cmath_tanh_impl()935 denom = 1. + txty*txty; in cmath_tanh_impl()
777 double tx, ty, cx, txty, denom; in c_tanh() local816 txty = tx*ty; in c_tanh()817 denom = 1. + txty*txty; in c_tanh()