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

123

/openbsd-current/lib/libm/arch/amd64/
H A Ds_tan.S11 ENTRY(tan)
12 RETGUARD_SETUP(tan, r11)
21 RETGUARD_CHECK(tan, r11)
34 RETGUARD_CHECK(tan, r11)
36 END(tan)
/openbsd-current/lib/libm/src/
H A Ds_tan.c13 /* tan(x)
21 * Let S,C and T denote the sin, cos and tan respectively on
26 * n sin(x) cos(x) tan(x)
35 * Let trig be any of sin, cos, or tan.
49 tan(double x) function
61 /* tan(Inf or NaN) is NaN */
71 DEF_STD(tan); variable
72 LDBL_MAYBE_UNUSED_CLONE(tan); variable
/openbsd-current/lib/libm/arch/i387/
H A Ds_tan.S9 ENTRY(tan)
28 END(tan)
/openbsd-current/regress/lib/libm/fpaccuracy/
H A Dtan.c1 /* $OpenBSD: tan.c,v 1.1 2009/04/09 01:24:43 martynas Exp $ */
25 #define F tan
26 #define Fs "tan"
H A DMakefile7 sincos.c sincos2.c sinh.c sqrt.c tan.c tanh.c y0.c y1.c
/openbsd-current/regress/lib/libm/msun/
H A Dtrig_test.c87 "test special cases in sin(), cos(), and tan()");
93 testall(tan, 0.0, 0.0, ALL_STD_EXCEPT, 0);
94 testall(tan, -0.0, -0.0, ALL_STD_EXCEPT, 0);
101 testall(tan, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
104 testall(tan, -INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
109 testall(tan, NAN, NAN, ALL_STD_EXCEPT, 0);
169 ATF_CHECK(fabs(tan(f_pi_odd[i])) < FLT_EPSILON);
187 ATF_CHECK(fabs(tan(d_pi_odd[i])) < 2 * DBL_EPSILON);
191 ATF_CHECK(fabs(tan(-d_pi_odd[i])) < 2 * DBL_EPSILON);
195 ATF_CHECK(fabs(tan(d_pi_od
[all...]
/openbsd-current/regress/lib/libm/cephes/
H A Dmonot.c47 double tan (double);
132 {"tan", tan, 7.85398163397448278999E-1, 9.999847412109375e-1,
134 {"tan", tan, 1.17809724509617241850E0, 2.41419982910156250000E0,
136 {"tan", tan, 1.96349540849362069750E0, -2.41421508789062500000E0,
138 {"tan", tan, 2.35619449019234483700E0, -1.00001525878906250000E0,
140 {"tan", ta
[all...]
H A Dtestvect.c56 double tan (double);
100 {"tan", tan, 32767., 1.9089234430221485740826E-1, 0},
103 {"tan", tan, 8388607., -8.0354556223613614748329E0, 0},
107 {"tan", tan, 2147483647., 1.0523779637351339136698E0, 0},
136 {"tan", tan, &NAN, &NAN, 0},
137 {"tan", ta
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c250 return (float) tan(x);
258 return tan((double) x);
H A Dmathconf.h302 # define tanf(x) tan (x)
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dvalarray_name_lookup.cc79 Number tan(Number);
111 v = tan(u);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h42 using std::tan;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dmath.h42 using std::tan;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t49 is(tan(0), 0, "Basic tan(0) test");
50 between(1.55, tan(1), 1.56, 'tan(1)');
51 between(1.55, tan(1), 1.56, 'tan(-1)');
52 cmp_ok(tan(1), '==', -tan(-1), 'tan(1) == -tan(
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c428 return (float) tan(x);
436 return tan((double) x);
H A Dmathconf.h297 # define tanf(x) tan (x)
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h66 #undef tan macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h66 #undef tan macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h174 __DEVICE__ double tan(double);
175 __DEVICE__ float tan(float);
268 using ::tan;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h77 #undef tan macro
641 using ::tan;
645 tan(float __x) { return __gnu_cxx::__c99_binding::tanf(__x); } function in namespace:std
648 tan(float __x) { return ::tan(static_cast<double>(__x)); }
653 tan(long double __x) { return ::tanl(__x); } function in namespace:std
656 tan(long double __x) { return ::tan(static_cast<double>(__x)); } function in namespace:std
661 tan(_Tp __x) function in namespace:std
662 { return ::tan(static_cas
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h92 using std::tr1::tan;
/openbsd-current/gnu/gcc/gcc/
H A Dfp-test.c50 extern double tan (double);
234 d1 = tan (d2);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfp-test.c50 extern double tan (double);
234 d1 = tan (d2);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h79 #undef tan macro
424 using ::tan;
427 tan(float __x) function
431 tan(long double __x) function
437 tan(_Tp __x) function
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h145 "tan",

Completed in 189 milliseconds

123