Searched refs:_tan (Results 1 – 2 of 2) sorted by relevance
965 double _sin, _cos, _tan, _cot; /* local variables, not functions */ in lm_qrsolv() local1006 _tan = Sdiag[k] / r[kk]; in lm_qrsolv()1007 _cos = 1 / hypot(1, _tan); in lm_qrsolv()1008 _sin = _cos * _tan; in lm_qrsolv()
3688 builtin_builder::_tan(const glsl_type *type) in UNOP()