Home | History | Annotate | Download | only in glshared

Lines Matching full:sinh

2478 DEFINE_DERIVED_FLOAT1(Sinh, sinh, x, (exp(x) - exp(-x)) / constant(2.0f));
2480 DEFINE_DERIVED_FLOAT1(Tanh, tanh, x, sinh(x) / cosh(x));
5231 addScalarFactory<Sinh>(*funcs);