| /src/lib/libm/complex/ |
| catanh.c | 40 w = -1.0 * I * catan(z * I);
|
| catan.c | 1 /* $NetBSD: catan.c,v 1.2 2011/07/03 06:45:24 mrg Exp $ */ 39 __weak_alias(catan, _catan) 45 catan(double complex z) 76 mtherr ("catan", OVERFLOW);
|
| catrig.c | 39 __weak_alias(catan, _catan) 91 * The functions catan(h) are a little under 2 times slower than atanh. 96 * The code for catanh and catan comes at the end. It is much simpler than 515 * | catanh, catan | 653 * catan(z) = reverse(catanh(reverse(z))) 657 catan(double complex z) function
|
| catrigl.c | 440 __strong_alias(_catanl, catan)
|
| /src/include/ |
| complex.h | 30 /* 7.3.5.1 The catan functions */ 31 double complex catan(double complex);
|
| /src/lib/libm/src/ |
| namespace.h | 21 #define catan _catan macro
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| complex.d | 34 cdouble catan(cdouble z);
|
| tgmath.d | 60 deprecated alias core.stdc.complex.catan atan; 560 deprecated alias core.stdc.complex.catan atan; 1050 deprecated alias core.stdc.complex.catan atan;
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 63 #define atan(z) __TGMATH_CPLX(z, atan, catan)
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 63 #define atan(z) __TGMATH_CPLX(z, atan, catan)
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 566 extern complex double catan (complex double z);
|
| configure | 25716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catan" >&5 25717 $as_echo_n "checking for catan... " >&6; } 25734 int (*ptr)() = (int (*)())catan;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 566 extern complex double catan (complex double z);
|
| configure | 25551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catan" >&5 25552 $as_echo_n "checking for catan... " >&6; } 25569 int (*ptr)() = (int (*)())catan;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1692 complex double catan (complex double z); 1695 catan (complex double z) function
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1692 complex double catan (complex double z); 1695 catan (complex double z) function
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| tgmath.h | 134 __tg_atan(double _Complex __x) {return catan(__x);}
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 195 {"catan", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 195 {"catan", 99},
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 18886 catan(tmpd); 20586 catan(tmpd); [all...] |