HomeSort by relevance Sort by last modified time
    Searched refs:catanh (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 75 __MATHCALL (catanh, (_Mdouble_complex_ __z));
  /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/tests/
complex_test.cpp 107 extern "C" double _Complex catanh(double _Complex);
108 TEST(complex, catanh) {
109 ASSERT_EQ(0.0, catanh(0));
  /bionic/libm/include/
complex.h 80 double complex catanh(double complex);
  /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/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/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
  /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/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 110 #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.11-4.8/sysroot/usr/include/
tgmath.h 278 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, 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/ltrace/etc/
libm.so.conf 112 double_complex catanh(double_complex);
  /external/clang/lib/Headers/
tgmath.h 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 228 __tg_atanh(double _Complex __x) {return catanh(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 228 __tg_atanh(double _Complex __x) {return catanh(__x);}

Completed in 198 milliseconds