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

  /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...]
  /bionic/libm/include/
complex.h 87 double complex ctanh(double complex);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 82 __MATHCALL (ctanh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 82 __MATHCALL (ctanh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 82 __MATHCALL (ctanh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 278 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 287 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 278 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 287 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 278 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
  /external/clang/lib/Headers/
tgmath.h 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}

Completed in 1370 milliseconds