HomeSort by relevance Sort by last modified time
    Searched refs:ctanh (Results 1 - 6 of 6) 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);
  /development/ndk/platforms/android-L/include/
complex.h 87 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]]
  /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);}

Completed in 39 milliseconds