Searched refs:tan (Results 26 - 50 of 65) sorted by relevance

123

/openbsd-current/include/
H A Dtgmath.h107 #define tan(x) __tg_full(x, tan) macro
H A Dmath.h178 double tan(double);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } function
297 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, tan)
428 using ::tan;
H A Dtgmath.h288 // tan
296 __tg_tan(double __x) {return tan(__x);}
314 #undef tan macro
315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h251 __DEF_FUN1(float, tan)
539 __HIP_OVERLOAD1(double, tan)
716 using ::tan;
H A D__clang_cuda_math.h315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } function
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h90 tan (double x) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h90 tan (double x) function
/openbsd-current/lib/libm/hidden/
H A Dmath.h202 PROTO_NORMAL(tan); variable
/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Dcauchy_distribution.h122 // purposefully let tan arg get as close to pi/2 as it wants, tan will return a finite
123 return __p.a() + __p.b() * _VSTD::tan(3.1415926535897932384626433832795 * __gen(__g));
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t750 |'cot(z)':'1 / tan(z)'
769 |'tan(atan(z))':'z'
797 |'atan(tan(z))':'z'
844 &tan
853 &tan
H A DTrig.t44 ok(near(tan(1), 1.5574077246549));
77 ok(near(tan($x), sin($x) / cos($x)));
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcompatibility.cc480 _GLIBCXX_MATHL_WRAPPER1 (tan, GLIBCXX_3.4);
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm250 $x = tan(0.9);
280 =item B<tan>
343 tan
363 C<tan>, C<sec>, C<tanh>, C<sech>, the argument cannot be I<pi/2 + k *
H A DComplex.pm123 tan
975 # tan
977 # Compute tan(z) = sin(z) / cos(z).
979 sub tan { subroutine
982 _divbyzero "tan($z)", "cos($z)" if $cz == 0;
1803 tan(z) = sin(z) / cos(z)
1807 cot(z) = 1 / tan(z)
2053 tan sec csc cot
2077 cannot be C<-i> (the negative imaginary unit). For the C<tan>,
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmktodo.pl130 tan
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h126 floating_point tan (arithmetic x);
944 // tan
947 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT {return __builtin_tanf(__x);}
950 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT {
954 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT {return __builtin_tanl(__x);}
960 tan(_A1 __x) _NOEXCEPT {return __builtin_tan((double)__x);}
/openbsd-current/lib/libm/
H A DMakefile152 tan.3 tanh.3 trunc.3
/openbsd-current/regress/lib/libm/msun/
H A Dctrig_test.c325 test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP());
346 test_odd_tol(ctanh, z, CMPLXL(0, tan(nums[i])), DBL_ULP());
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t105 strtoul strxfrm sysconf tan tanh tcdrain tcflow tcflush
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h99 template<typename _Tp> complex<_Tp> tan(const complex<_Tp>&);
881 // 26.2.8/14 tan(__z): Return the complex tangent of __z.
901 tan(const complex<_Tp>& __z) { return __complex_tan(__z.__rep()); } function
905 tan(const complex<_Tp>& __z) { return __complex_tan(__z); } function
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dvalarray_before.h120 { return tan(__t); }
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm320 frexp ldexp log10 modf pow sinh tan tanh)],
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dvalarray_meta.h109 _Tp operator()(const _Tp& __t) const { return tan(__t); }
1041 _DEFINE_EXPR_UNARY_FUNCTION(tan)
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_complex.h82 template<typename _Tp> complex<_Tp> tan(const complex<_Tp>&);
548 tan(const complex<_Tp>& __z) function in namespace:std

Completed in 335 milliseconds

123