Searched refs:casinh (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/libm/complex/
H A Dcasinh.c36 casinh(double complex z) function
H A DMakefile.inc9 CATRIG_SRCS = cacos.c cacosh.c casin.c casinh.c catan.c catanh.c
H A Dcatrig.c93 * The code for casinh, casin, cacos, and cacosh comes first. The code is
103 * | casinh, casin, cacos, cacosh |
116 * casinh(z) = sign(x)*log(A+sqrt(A*A-1)) + I*asin(B)
122 * (a) for Re(casinh(z)) when z is close to the line segment [-I, I] (that
123 * is, Re(casinh(z)) is close to 0);
124 * (b) for Im(casinh(z)) when z is close to either of the intervals
125 * [I, I*infinity) or (-I*infinity, -I] (that is, |Im(casinh(z))| is
169 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
233 * Avoid a possible underflow caused by y/A. For casinh this
290 * casinh(
298 casinh(double complex z) function
[all...]
H A Dcatrigl.c443 __strong_alias(casinhl, casinh)
/netbsd-current/tests/lib/libm/
H A Dt_casinh.c7 * Testing special values of casinh
47 complex double ci = casinh(a); \
50 "for casinh([%g,%g]) = [%g,%g] != [%g,%g]", \
55 ATF_TC(casinh); variable
56 ATF_TC_HEAD(casinh, tc)
58 atf_tc_set_md_var(tc, "descr","Check casinh family - special values");
61 ATF_TC_BODY(casinh, tc)
78 ATF_TP_ADD_TC(tp, casinh);
/netbsd-current/include/
H A Dcomplex.h56 /* 7.3.6.2 The casinh functions */
57 double complex casinh(double complex);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dcomplex.d54 cdouble casinh(cdouble z);
H A Dtgmath.d127 deprecated alias core.stdc.complex.casinh asinh;
627 deprecated alias core.stdc.complex.casinh asinh;
1117 deprecated alias core.stdc.complex.casinh asinh;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h65 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h65 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dc99_protos.h585 extern complex double casinh (complex double z);
H A Dconfigure25183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinh" >&5
25184 $as_echo_n "checking for casinh... " >&6; }
25201 int (*ptr)() = (int (*)())casinh;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dc99_protos.h585 extern complex double casinh (complex double z);
H A Dconfigure25359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinh" >&5
25360 $as_echo_n "checking for casinh... " >&6; }
25377 int (*ptr)() = (int (*)())casinh;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c1731 complex double casinh (complex double z);
1734 casinh (complex double z) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c1731 complex double casinh (complex double z);
1734 casinh (complex double z) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h192 __tg_asinh(double _Complex __x) {return casinh(__x);}
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h353 {"casinh", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h353 {"casinh", 99},

Completed in 345 milliseconds