Home
last modified time | relevance | path

Searched refs:acosh (Results 1 – 25 of 25) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/
HDe_acosh.c37 acosh(double x) in acosh() function
62 __strong_alias(acoshl, acosh);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dcomplex51 using std::acosh;
58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
207 acosh(const std::complex<_Tp>& __z)
210 /// acosh(__z) [8.1.5].
215 acosh(const std::complex<_Tp>& __z)
Dmath.h37 using std::tr1::acosh;
Dcmath38 #undef acosh
161 using ::acosh;
453 using std::acosh;
495 acosh(float __x)
499 acosh(long double __x)
506 acosh(_Tp __x)
/dragonfly/tools/regression/lib/libm/
HDtest-invctrig.c360 CMPLXL(acosh(fabs(nums[i])), in test_axes()
364 -acosh(fabs(nums[i]))), 1); in test_axes()
367 acosh(fabs(nums[i]))), 1); in test_axes()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dcomplex58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
208 acosh(const std::complex<_Tp>& __z)
211 /// acosh(__z) [8.1.5].
216 acosh(const std::complex<_Tp>& __z)
Dmath.h37 using std::tr1::acosh;
Dcmath39 #undef acosh
160 using ::acosh;
424 acosh(float __x)
428 acosh(long double __x)
434 acosh(_Tp __x)
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
HDtgmath.h108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
/dragonfly/contrib/openbsd_libm/include/global/
HDtgmath.h144 #define acosh(x) __tg_full(x, acosh) macro
HDmath.h203 double acosh(double);
/dragonfly/gnu/usr.bin/mpc/
HDMakefile22 SRCS= mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c \
/dragonfly/tools/regression/include/tgmath/
HDtgmath.c81 TGMACRO(acosh) in TGMACRO()
422 PASS_REAL_ARG_REAL_RET(acosh) && in main()
423 PASS_COMPLEX_ARG_COMPLEX_RET(acosh)); in main()
/dragonfly/lib/libm/
HDMakefile137 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
152 MLINKS+=acosh.3 acoshf.3 \
153 acosh.3 acoshl.3
HDSymbol.map9 acosh;
/dragonfly/contrib/mpc/src/
HDlogging.c136 MPC_LOGGING_C_C (acosh)
/dragonfly/contrib/openbsd_libm/
HDMakefile181 MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
227 MLINKS+=acosh.3 acoshf.3
316 MLINKS+=acosh.3 acoshl.3
/dragonfly/gnu/usr.bin/mpfr/
HDMakefile45 tanh.c sinh_cosh.c acosh.c asinh.c atanh.c atan.c cmp2.c exp_2.c \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcmath929 #undef acosh
1044 using ::acosh;
1186 acosh(float __x)
1190 acosh(long double __x)
1196 acosh(_Tp __x)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcmath956 #undef acosh
1069 using ::acosh;
1214 acosh(float __x)
1218 acosh(long double __x)
1226 acosh(_Tp __x)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dcomplex1561 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
1707 acosh(const std::complex<_Tp>& __z)
1710 /// acosh(__z) [8.1.5].
1715 acosh(const std::complex<_Tp>& __z)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dcomplex1600 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
1746 acosh(const std::complex<_Tp>& __z)
1749 /// acosh(__z) [8.1.5].
1754 acosh(const std::complex<_Tp>& __z)
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.def189 DEF_C99_BUILTIN (BUILT_IN_ACOSH, "acosh", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
/dragonfly/contrib/gcc-8.0/gcc/
HDbuiltins.def307 DEF_C99_BUILTIN (BUILT_IN_ACOSH, "acosh", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDextend.texi7513 @findex acosh
7933 @code{_Exit}, @code{acoshf}, @code{acoshl}, @code{acosh}, @code{asinhf},