/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
cmathcalls.h | 75 __MATHCALL (catanh, (_Mdouble_complex_ __z));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
cmathcalls.h | 75 __MATHCALL (catanh, (_Mdouble_complex_ __z));
|
/bionic/libc/include/ |
complex.h | 95 /* 7.3.6.3 The catanh functions */ 96 double complex catanh(double complex __z) __INTRODUCED_IN(23); 98 long double complex catanhl(long double complex __z) __RENAME_LDBL(catanh, 23, 26);
|
/bionic/tests/ |
complex_test.cpp | 150 TEST(COMPLEX_TEST, catanh) { 151 ASSERT_EQ(0.0, catanh(0));
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 73 * The code for catanh and catan comes at the end. It is much simpler than 492 * | catanh, catan | 555 * catanh(z) = log((1+z)/(1-z)) / 2 559 * catanh(z) = z + O(z^3) as z -> 0 561 * catanh(z) = 1/z + sign(y)*I*PI/2 + O(1/z^3) as z -> infinity 563 * Re(catanh(z)) = x/|z|^2 + O(x/z^4) 567 catanh(double complex z) function 585 /* catanh(+-Inf + I*NaN) = +-0 + I*NaN */ 588 /* catanh(NaN + I*+-Inf) = sign(NaN)0 + I*+-PI/2 */ 630 * catan(z) = reverse(catanh(reverse(z)) [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 202 double _Complex catanh(double _Complex); 302 F(catanf), F(catanl), F(catanh), F(catanhf), F(catanhl), 494 // CHECK-NOERRNO: declare { double, double } @catanh(double, double) [[NUW]] 583 // CHECK-ERRNO: declare { double, double } @catanh(double, double) [[NUW]]
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
asin.go | 122 // catan(z) = -i catanh(iz).
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
asin.go | 122 // catan(z) = -i catanh(iz).
|
/bionic/tests/headers/posix/ |
complex_h.c | 82 FUNCTION(catanh, double complex (*f)(double complex));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
complex.h | 64 double _Complex catanh (double _Complex);
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 121 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 121 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 278 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh)
|
/external/clang/lib/Headers/ |
tgmath.h | 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/ |
tgmath.h | 237 __tg_atanh(double _Complex __x) {return catanh(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
|