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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 50 ccosh(double complex z) function
154 /* ccos(z) = ccosh(I * z) */
155 return (ccosh(CMPLX(-cimag(z), creal(z))));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 78 __MATHCALL (ccosh, (_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 78 __MATHCALL (ccosh, (_Mdouble_complex_ __z));
  /bionic/libc/include/
complex.h 99 /* 7.3.6.4 The ccosh functions */
100 double complex ccosh(double complex __z) __INTRODUCED_IN(23);
102 long double complex ccoshl(long double complex __z) __RENAME_LDBL(ccosh, 23, 26);
  /bionic/tests/
complex_test.cpp 174 TEST(COMPLEX_TEST, ccosh) {
175 ASSERT_EQ(1.0, ccosh(0));
  /external/clang/test/CodeGen/
libcall-declarations.c 208 double _Complex ccosh(double _Complex);
303 F(ccos), F(ccosf), F(ccosl), F(ccosh), F(ccoshf),
498 // CHECK-NOERRNO: declare { double, double } @ccosh(double, double) [[NUW]]
587 // CHECK-ERRNO: declare { double, double } @ccosh(double, double) [[NUW]]
  /prebuilts/go/darwin-x86/src/math/cmplx/
sin.go 108 // ccosh(z) = cosh x cos y + i sinh x sin y .
  /prebuilts/go/linux-x86/src/math/cmplx/
sin.go 108 // ccosh(z) = cosh x cos y + i sinh x sin y .
  /bionic/tests/headers/posix/
complex_h.c 90 FUNCTION(ccosh, double complex (*f)(double complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 65 double _Complex ccosh (double _Complex);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 125 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 125 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 281 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh)
  /external/clang/lib/Headers/
tgmath.h 344 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 344 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 344 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 353 __tg_cosh(double _Complex __x) {return ccosh(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 344 __tg_cosh(double _Complex __x) {return ccosh(__x);}

Completed in 1820 milliseconds

1 2