HomeSort by relevance Sort by last modified time
    Searched refs:casinh (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 73 __MATHCALL (casinh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 73 __MATHCALL (casinh, (_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 73 __MATHCALL (casinh, (_Mdouble_complex_ __z));
  /bionic/tests/
complex_test.cpp 87 extern "C" double _Complex casinh(double _Complex);
88 TEST(complex, casinh) {
89 ASSERT_EQ(0.0, casinh(0));
  /bionic/libm/include/
complex.h 76 double complex casinh(double complex);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 70 * The code for casinh, casin, cacos, and cacosh comes first. The code is
80 * | casinh, casin, cacos, cacosh |
93 * casinh(z) = sign(x)*log(A+sqrt(A*A-1)) + I*asin(B)
99 * (a) for Re(casinh(z)) when z is close to the line segment [-I, I] (that
100 * is, Re(casinh(z)) is close to 0);
101 * (b) for Im(casinh(z)) when z is close to either of the intervals
102 * [I, I*infinity) or (-I*infinity, -I] (that is, |Im(casinh(z))| is
146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
210 * Avoid a possible underflow caused by y/A. For casinh this
267 * casinh(z) = z + O(z^3) as z ->
275 casinh(double complex z) function
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 196 double _Complex casinh(double _Complex);
301 F(casinl), F(casinh), F(casinhf), F(casinhl), F(catan),
490 // CHECK-NOERRNO: declare { double, double } @casinh(double, double) [[NUW]]
579 // CHECK-ERRNO: declare { double, double } @casinh(double, double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 63 double _Complex casinh (double _Complex);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 109 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 120 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 120 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 109 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 109 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 276 #define asinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, asinh, casinh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 276 #define asinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, asinh, casinh)
  /external/ltrace/etc/
libm.so.conf 104 double_complex casinh(double_complex);
  /external/clang/lib/Headers/
tgmath.h 199 __tg_asinh(double _Complex __x) {return casinh(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 199 __tg_asinh(double _Complex __x) {return casinh(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 199 __tg_asinh(double _Complex __x) {return casinh(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 199 __tg_asinh(double _Complex __x) {return casinh(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 199 __tg_asinh(double _Complex __x) {return casinh(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 199 __tg_asinh(double _Complex __x) {return casinh(__x);}

Completed in 335 milliseconds