/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 168 alias core.stdc.math.tanh tanh; in version() local 170 alias core.stdc.math.tanhf tanh; in version() local 172 alias core.stdc.math.tanhl tanh; in version() local 175 deprecated alias core.stdc.complex.ctanh tanh; in version() local 176 deprecated alias core.stdc.complex.ctanhf tanh; in version() local 177 deprecated alias core.stdc.complex.ctanhl tanh; in version() local 668 alias core.stdc.math.tanh tanh; in version() local 670 alias core.stdc.math.tanhf tanh; in version() local 672 alias core.stdc.math.tanhl tanh; in version() local 675 deprecated alias core.stdc.complex.ctanh tanh; in version() local [all …]
|
/netbsd-src/lib/libm/src/ |
H A D | s_tanh.c | 48 tanh(double x) in tanh() function
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_tanh.c | 77 tanh(double x) tanh() function [all...] |
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | f7-wraps.h | 346 …p exp10 pow10 log log10 log2 sin cos tan cotan asin acos atan ceil floor trunc round sinh cosh tanh variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | f7-wraps.h | 346 …p exp10 pow10 log log10 log2 sin cos tan cotan asin acos atan ceil floor trunc round sinh cosh tanh variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 1220 real tanh(real x) @safe pure nothrow @nogc { return _tanh(x); } in tanh() function 1223 double tanh(double x) @safe pure nothrow @nogc { return _tanh(x); } in tanh() function 1226 float tanh(float x) @safe pure nothrow @nogc { return _tanh(x); } in tanh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 213 tanh (double x) in tanh() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 213 tanh (double x) in tanh() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1072 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __lcpp_x) _NOEXCEPT {return ::tanhf(_… in tanh() function 1073 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(_… in tanh() function 1079 tanh(_A1 __lcpp_x) _NOEXCEPT {return ::tanh((double)__lcpp_x);} in tanh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
|
H A D | __clang_cuda_math.h | 317 __DEVICE__ double tanh(double __a) { return __nv_tanh(__a); } in tanh() function
|
H A D | tgmath.h | 402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 72 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 72 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1456 real tanh(real x) @safe pure nothrow @nogc in tanh() function 1469 double tanh(double x) @safe pure nothrow @nogc { return tanh(cast(real) x); } in tanh() function 1472 float tanh(float x) @safe pure nothrow @nogc { return tanh(cast(real) x); } in tanh() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 142 #define tanh(a) __TG_COMPLEX((a), tanh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 193 tanh, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 193 tanh, 89 keyword
|