Lines Matching full:_tan
965 double _sin, _cos, _tan, _cot; /* local variables, not functions */1006 _tan = Sdiag[k] / r[kk];1007 _cos = 1 / hypot(1, _tan);1008 _sin = _cos * _tan;