Home | History | Annotate | Download | only in glshared

Lines Matching refs:tan

2347 DEFINE_DERIVED_FLOAT1(Tan, tan, x, sin(x) * (constant(1.0f) / cos(x)));
5184 addScalarFactory<Tan>(*funcs);