HomeSort by: relevance | last modified time | path
    Searched refs:casinh (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libm/complex/
casinh.c 1 /* $NetBSD: casinh.c,v 1.1 2007/08/20 16:01:31 drochner Exp $ */
36 casinh(double complex z) function
catrig.c 93 * 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(z) = z + O(z^3) as z ->
298 casinh(double complex z) function
    [all...]
catrigl.c 443 __strong_alias(casinhl, casinh)
  /src/tests/lib/libm/
t_casinh.c 7 * 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);
  /src/include/
complex.h 56 /* 7.3.6.2 The casinh functions */
57 double complex casinh(double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 54 cdouble casinh(cdouble z);
tgmath.d 127 deprecated alias core.stdc.complex.casinh asinh;
627 deprecated alias core.stdc.complex.casinh asinh;
1117 deprecated alias core.stdc.complex.casinh asinh;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 65 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 65 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 585 extern complex double casinh (complex double z);
configure 25524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinh" >&5
25525 $as_echo_n "checking for casinh... " >&6; }
25542 int (*ptr)() = (int (*)())casinh;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 585 extern complex double casinh (complex double z);
configure 25359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinh" >&5
25360 $as_echo_n "checking for casinh... " >&6; }
25377 int (*ptr)() = (int (*)())casinh;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1731 complex double casinh (complex double z);
1734 casinh (complex double z) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1731 complex double casinh (complex double z);
1734 casinh (complex double z) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 192 __tg_asinh(double _Complex __x) {return casinh(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 353 {"casinh", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 353 {"casinh", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18888 casinh(tmpd);
20588 casinh(tmpd);
    [all...]

Completed in 87 milliseconds