HomeSort by relevance Sort by last modified time
    Searched refs:ctanh (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanh.c 75 ctanh(double complex z) function
88 * ctanh(NaN + i 0) = NaN + i 0
90 * ctanh(NaN + i y) = NaN + i NaN for y != 0
95 * ctanh(+-Inf +- i Inf) = +-1 +- 0
97 * ctanh(+-Inf + i y) = +-1 + 0 sin(2y) for y finite
111 * ctanh(x + i NAN) = NaN + i NaN
112 * ctanh(x +- i Inf) = NaN + i NaN
118 * ctanh(+-huge + i +-y) ~= +-1 +- i 2sin(2y)/exp(2x), using the
141 /* ctan(z) = -I * ctanh(I * z) */
142 z = ctanh(cpack(-cimag(z), creal(z)))
    [all...]
  /development/ndk/platforms/android-21/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 82 __MATHCALL (ctanh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 82 __MATHCALL (ctanh, (_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 82 __MATHCALL (ctanh, (_Mdouble_complex_ __z));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
complex.h 87 double complex ctanh(double complex) __NDK_FPABI__;
  /bionic/tests/
complex_test.cpp 252 extern "C" double _Complex ctanh(double _Complex);
253 TEST(complex, ctanh) {
254 ASSERT_EQ(0.0, ctanh(0));
  /bionic/libm/include/
complex.h 112 double complex ctanh(double complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 244 double _Complex ctanh(double _Complex);
310 F(csqrtl), F(ctan), F(ctanf), F(ctanl), F(ctanh),
522 // CHECK-NOERRNO: declare { double, double } @ctanh(double, double) [[NUW]]
611 // CHECK-ERRNO: declare { double, double } @ctanh(double, double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 67 double _Complex ctanh (double _Complex);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 127 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 127 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 285 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 285 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /external/ltrace/etc/
libm.so.conf 100 double_complex ctanh(double_complex);
  /external/clang/lib/Headers/
tgmath.h 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}

Completed in 789 milliseconds

1 2