Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d96 alias core.stdc.math.tan tan; in version() local
98 alias core.stdc.math.tanf tan; in version() local
100 alias core.stdc.math.tanl tan; in version() local
103 deprecated alias core.stdc.complex.ctan tan; in version() local
104 deprecated alias core.stdc.complex.ctanf tan; in version() local
105 deprecated alias core.stdc.complex.ctanl tan; in version() local
596 alias core.stdc.math.tan tan; in version() local
598 alias core.stdc.math.tanf tan; in version() local
600 alias core.stdc.math.tanl tan; in version() local
603 deprecated alias core.stdc.complex.ctan tan; in version() local
[all …]
/netbsd-src/lib/libm/src/
H A Ds_tan.c52 __weak_alias(tan, _tan) in __weak_alias() argument
H A Dnamespace.h103 #define tan _tan macro
/netbsd-src/lib/libm/noieee_src/
H A Dn_tan.c40 tan(double x) in tan() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h90 tan (double x) in tan() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h90 tan (double x) in tan() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1060 inline _LIBCPP_INLINE_VISIBILITY float tan(float __lcpp_x) _NOEXCEPT {return ::tanf(__l… in tan() function
1061 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__l… in tan() function
1067 tan(_A1 __lcpp_x) _NOEXCEPT {return ::tan((double)__lcpp_x);} in tan() function
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
/netbsd-src/include/
H A Dtgmath.h139 #define tan(a) __TG_COMPLEX((a), tan) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h492 tan, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf192 tan, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf192 tan, 89 keyword
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d857 real tan(real x) @trusted pure nothrow @nogc in tan() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c4479 tree tan; in gfc_conv_intrinsic_cotan() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc4628 tree tan; in gfc_conv_intrinsic_cotan() local