/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | e_atanh.c | 40 atanh(double x) in atanh() function 62 __strong_alias(atanhl, atanh);
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | complex | 53 using std::atanh; 60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 290 atanh(const std::complex<_Tp>& __z) 293 /// atanh(__z) [8.1.7]. 298 atanh(const std::complex<_Tp>& __z)
|
H A D | math.h | 42 using std::tr1::atanh;
|
H A D | cmath | 44 #undef atanh 169 using ::atanh; 455 using std::atanh; 527 atanh(float __x) 531 atanh(long double __x) 538 atanh(_Tp __x)
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | complex | 60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 291 atanh(const std::complex<_Tp>& __z) 294 /// atanh(__z) [8.1.7]. 299 atanh(const std::complex<_Tp>& __z)
|
H A D | math.h | 42 using std::tr1::atanh;
|
H A D | cmath | 45 #undef atanh 168 using ::atanh; 457 atanh(float __x) 461 atanh(long double __x) 467 atanh(_Tp __x)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/ |
H A D | tgmath.h | 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
|
/dflybsd-src/contrib/openbsd_libm/include/global/ |
H A D | tgmath.h | 146 #define atanh(x) __tg_full(x, atanh) macro
|
H A D | math.h | 205 double atanh(double);
|
/dflybsd-src/gnu/usr.bin/mpc/ |
H A D | Makefile | 23 add_si.c add_ui.c arg.c asin.c asinh.c atan.c atanh.c clear.c cmp.c \
|
/dflybsd-src/tools/regression/include/tgmath/ |
H A D | tgmath.c | 83 TGMACRO(atanh) in TGMACRO() 430 PASS_REAL_ARG_REAL_RET(atanh) && in main() 431 PASS_COMPLEX_ARG_COMPLEX_RET(atanh)); in main()
|
/dflybsd-src/lib/libm/ |
H A D | Makefile | 137 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ 162 MLINKS+=atanh.3 atanhf.3 \ 163 atanh.3 atanhl.3
|
H A D | Symbol.map | 15 atanh;
|
/dflybsd-src/contrib/mpc/src/ |
H A D | logging.c | 137 MPC_LOGGING_C_C (atanh)
|
/dflybsd-src/contrib/openbsd_libm/ |
H A D | Makefile | 181 MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ 232 MLINKS+=atanh.3 atanhf.3 321 MLINKS+=atanh.3 atanhl.3
|
/dflybsd-src/tools/regression/lib/libm/ |
H A D | test-invctrig.c | 357 testall_tol(catanh, z, CMPLXL(atanh(nums[i]), 0.0), 1); in test_axes() 369 CMPLXL(atanh(1 / nums[i]), pi / 2), 1); in test_axes()
|
/dflybsd-src/gnu/usr.bin/mpfr/ |
H A D | Makefile | 45 tanh.c sinh_cosh.c acosh.c asinh.c atanh.c atan.c cmp2.c exp_2.c \
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
H A D | cmath | 935 #undef atanh 1052 using ::atanh; 1214 atanh(float __x) 1218 atanh(long double __x) 1224 atanh(_Tp __x)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
H A D | cmath | 962 #undef atanh 1077 using ::atanh; 1250 atanh(float __x) 1254 atanh(long double __x) 1262 atanh(_Tp __x)
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | complex | 1563 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 1790 atanh(const std::complex<_Tp>& __z) 1793 /// atanh(__z) [8.1.7]. 1798 atanh(const std::complex<_Tp>& __z)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | complex | 1602 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 1829 atanh(const std::complex<_Tp>& __z) 1832 /// atanh(__z) [8.1.7]. 1837 atanh(const std::complex<_Tp>& __z)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtins.def | 204 DEF_C99_BUILTIN (BUILT_IN_ATANH, "atanh", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtins.def | 323 DEF_C99_BUILTIN (BUILT_IN_ATANH, "atanh", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | extend.texi | 7529 @findex atanh 7934 @code{asinhl}, @code{asinh}, @code{atanhf}, @code{atanhl}, @code{atanh},
|