Searched refs:tan (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dtan.c12 /* tan(x)
20 * Let S,C and T denote the sin, cos and tan respectively on
25 * n sin(x) cos(x) tan(x)
34 * Let trig be any of sin, cos, or tan.
44 double tan(double x) function
63 /* tan(Inf or NaN) is NaN */
H A Dtanl.c6 return tan(x);
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h99 float x = (float)tan(angle);
115 float y = (float)tan(angle);
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h454 trans_affine(1.0, std::tan(y), std::tan(x), 1.0, 0.0, 0.0)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h67 __MATHCALL (tan,, (_Mdouble_ __x));
/haiku/headers/libs/mapm/
H A Dm_apm.h388 1-ary functions like sin, cos, tan, etc.
552 MAPM_1aryFunc(tan)
637 MAPM_1aryFunc(tan)
/haiku/src/kits/interface/
H A DAffineTransform.cpp173 return BAffineTransform(1.0, tan(y), tan(x), 1.0, 0.0, 0.0);
/haiku/headers/posix/
H A Dmath.h251 extern double tan(double x);
/haiku/headers/cpp/std/
H A Dcomplext.h391 tan (const complex<_FLT>& x) function
H A Dvalarray_meta.h939 _DEFINE_EXPR_UNARY_FUNCTION(tan)
/haiku/src/kits/shared/
H A DExpressionParser.cpp703 } else if (strcasecmp("tan", token.string.String()) == 0) {
712 return _ParseFactorial(values[0].tan());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2545 void tan() {} function
H A Dlibroot_stubs_legacy.c2537 void tan() {} function

Completed in 168 milliseconds