/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 96 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 D | s_tan.c | 52 __weak_alias(tan, _tan) in __weak_alias() argument
|
H A D | namespace.h | 103 #define tan _tan macro
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_tan.c | 40 tan(double x) in tan() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 90 tan (double x) in tan() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 90 tan (double x) in tan() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1060 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.h | 175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
|
H A D | __clang_cuda_math.h | 315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } in tan() function
|
H A D | tgmath.h | 315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 139 #define tan(a) __TG_COMPLEX((a), tan) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 492 tan, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 192 tan, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 192 tan, 89 keyword
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 857 real tan(real x) @trusted pure nothrow @nogc in tan() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 4479 tree tan; in gfc_conv_intrinsic_cotan() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 4628 tree tan; in gfc_conv_intrinsic_cotan() local
|