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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 151 ccos(double complex z) function
154 /* ccos(z) = ccosh(I * z) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 61 __MATHCALL (ccos, (_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 61 __MATHCALL (ccos, (_Mdouble_complex_ __z));
  /bionic/libc/include/
complex.h 73 /* 7.3.5.1 The ccos functions */
74 double complex ccos(double complex __z) __INTRODUCED_IN(23);
76 long double complex ccosl(long double complex __z) __RENAME_LDBL(ccos, 23, 26);
  /bionic/tests/
complex_test.cpp 162 TEST(COMPLEX_TEST, ccos) {
163 ASSERT_EQ(1.0, ccos(0));
  /external/clang/test/CodeGen/
libcall-declarations.c 205 double _Complex ccos(double _Complex);
303 F(ccos), F(ccosf), F(ccosl), F(ccosh), F(ccoshf),
496 // CHECK-NOERRNO: declare { double, double } @ccos(double, double) [[NUW]]
585 // CHECK-ERRNO: declare { double, double } @ccos(double, double) [[NUW]]
  /bionic/tests/headers/posix/
complex_h.c 86 FUNCTION(ccos, double complex (*f)(double complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 59 double _Complex ccos (double _Complex);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 122 #define cos(z) __TGMATH_CPLX(z, cos, ccos)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 122 #define cos(z) __TGMATH_CPLX(z, cos, ccos)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 111 #define cos(z) __TGMATH_CPLX(z, cos, ccos)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 264 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos)
  /external/clang/lib/Headers/
tgmath.h 257 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 257 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 257 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 257 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 257 __tg_cos(double _Complex __x) {return ccos(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 266 __tg_cos(double _Complex __x) {return ccos(__x);}

Completed in 1533 milliseconds

1 2