| /src/lib/libm/complex/ |
| cacosh.c | 1 /* $NetBSD: cacosh.c,v 1.2 2009/08/03 19:41:32 drochner Exp $ */ 35 cacosh(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 | 449 * cacosh(z) = I*cacos(z) or -I*cacos(z) 450 * where the sign is chosen so Re(cacosh(z)) >= 0. 453 cacosh(double complex z) function 461 /* cacosh(NaN + I*NaN) = NaN + I*NaN */ 464 /* cacosh(NaN + I*+-Inf) = +Inf + I*NaN */ 465 /* cacosh(+-Inf + I*NaN) = +Inf + I*NaN */ 468 /* cacosh(0 + I*NaN) = NaN + I*NaN */
|
| catrigl.c | 441 __strong_alias(cacoshl, cacosh)
|
| /src/include/ |
| complex.h | 51 /* 7.3.6.1 The cacosh functions */ 52 double complex cacosh(double complex);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| complex.d | 50 cdouble cacosh(cdouble z);
|
| tgmath.d | 115 deprecated alias core.stdc.complex.cacosh acosh; 615 deprecated alias core.stdc.complex.cacosh acosh; 1105 deprecated alias core.stdc.complex.cacosh acosh;
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh)
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh)
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 603 extern complex double cacosh (complex double z);
|
| configure | 25236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacosh" >&5 25237 $as_echo_n "checking for cacosh... " >&6; } 25254 int (*ptr)() = (int (*)())cacosh;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 603 extern complex double cacosh (complex double z);
|
| configure | 25071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacosh" >&5 25072 $as_echo_n "checking for cacosh... " >&6; } 25089 int (*ptr)() = (int (*)())cacosh;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1770 complex double cacosh (complex double z); 1773 cacosh (complex double z) function
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1770 complex double cacosh (complex double z); 1773 cacosh (complex double z) function
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| tgmath.h | 163 __tg_acosh(double _Complex __x) {return cacosh(__x);}
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 417 {"cacosh", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 417 {"cacosh", 99},
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 18887 cacosh(tmpd); 20587 cacosh(tmpd); [all...] |