Searched refs:atanh (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Dbuiltin5.C8 atanh(double __x) function in namespace:std
14 std::atanh(.3);
/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dn_atanh.c33 static char sccsid[] = "@(#)atanh.c 8.1 (Berkeley) 6/4/93";
49 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
53 * atanh(x) is NaN if |x| > 1 with signal;
54 * atanh(NaN) is that NaN with no signal;
55 * atanh(+-1) is +-INF with signal.
58 * atanh(x) returns the exact hyperbolic arc tangent of x nearly rounded.
70 atanh(double x) function
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Dw_atanh.c19 * wrapper atanh(x)
27 atanh(double x) /* wrapper atanh */ function
38 return __kernel_standard(x,x,30); /* atanh(|x|>1) */
40 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A Dfunctions.cc39 ans = std::tr1::atanh(cmplx_type(1.0, 1.0));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/
H A Dcdce3.C83 DEF_MATH_FUNC (m,atanh)
104 DEF_MATH_FUNC (o,atanh)
141 INIT_MATH_FUNC (m,atanh, true, true)
163 INIT_MATH_FUNC (o,atanh, true, true)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-tgmath-1.c31 #ifndef atanh
32 #error atanh undefined
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A DMakefile.am7 add_si.c add_ui.c arg.c asin.c asinh.c atan.c atanh.c clear.c cmp.c cmp_si_si.c \
H A Dlogging.c135 MPC_LOGGING_C_C (atanh)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-3.c149 TESTIT_R (atanh, -0.5, -0.55, -0.54); /* atanh(-0.5) == -0.549... */
150 TESTIT (atanh, 0.0, 0.0); /* atanh(0) == 0 */
151 TESTIT (atanh, -0.0, -0.0); /* atanh(-0) == -0 */
152 TESTIT_R (atanh, 0.5, 0.54, 0.55); /* atanh(0.5) == 0.549... */
H A Dbuiltin-symmetric-1.c80 TESTIT_ODD(atanh);
H A Dbuiltin-math-2.c110 /* The atanh arg must be [-1 ... 1] EXclusive. */
111 TESTIT (atanh, -1.0);
112 TESTIT (atanh, 1.0);
332 /* { dg-final { scan-tree-dump-times "atanh " 2 "original" } } */
H A Dbuiltin-convert-1.c93 OUTER_CAST1 (atanh, /*C99=*/ 1);
H A Dbuiltin-nonneg-1.c139 ARG1TEST1 (atanh);
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/lib/libmpc/
H A DMakefile30 atanh.c \
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A DMakefile.am21 EXTRA_DIST = abs.dat acos.dat acosh.dat asin.dat asinh.dat atan.dat atanh.dat \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Doverloads.cc59 check_ret_type<double>(std::tr1::atanh(d0));
60 check_ret_type<float>(std::tr1::atanh(f0));
61 check_ret_type<long double>(std::tr1::atanh(ld0));
62 check_ret_type<double>(std::tr1::atanh(i0));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-convert-1.c98 OUTER_CAST1 (atanh, /*C99=*/ 1);
H A Dbuiltin-nonneg-1.c139 ARG1TEST1 (atanh);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
/netbsd-6-1-5-RELEASE/include/
H A Dtgmath.h134 #define atanh(a) __TG_COMPLEX((a), atanh) macro
H A Dmath.h241 double atanh(double);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h224 atanh (double x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmath.h42 using std::tr1::atanh;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dmath-68881.h224 atanh (double x) function
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/lib/libmpfr/
H A DMakefile35 atanh.c \
329 atanh.c \

Completed in 204 milliseconds

12