Home
last modified time | relevance | path

Searched defs:tan (Results 1 – 12 of 12) sorted by relevance

/openbsd/lib/libm/src/
H A Ds_tan.c49 tan(double x) in tan() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h645 tan(float __x) { return __gnu_cxx::__c99_binding::tanf(__x); } in tan() function
648 tan(float __x) { return ::tan(static_cast<double>(__x)); } in tan() function
653 tan(long double __x) { return ::tanl(__x); } in tan() function
656 tan(long double __x) { return ::tan(static_cast<double>(__x)); } in tan() function
661 tan(_Tp __x) in tan() function
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h427 tan(float __x) in tan() function
431 tan(long double __x) in tan() function
437 tan(_Tp __x) in tan() function
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm979 sub tan { subroutine
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h947 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT {return __builtin_tanf(__x)… in tan() function
950 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
954 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT {return __builtin_tanl(__x)… in tan() function
960 tan(_A1 __x) _NOEXCEPT {return __builtin_tan((double)__x);} in tan() function
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h90 tan (double x) in tan() function
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h90 tan (double x) in tan() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
H A D__clang_cuda_math.h315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } in tan() function
H A Dtgmath.h315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
/openbsd/include/
H A Dtgmath.h107 #define tan(x) __tg_full(x, tan) macro