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

1 2

  /bionic/libm/upstream-netbsd/lib/libm/complex/
ccosl.c 1 /* $NetBSD: ccosl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */
38 ccosl(long double complex z) function
  /bionic/tests/
complex_test.cpp 170 TEST(COMPLEX_TEST, ccosl) {
171 ASSERT_EQ(1.0, ccosl(0));
  /external/clang/test/CodeGen/
libcall-declarations.c 207 long double _Complex ccosl(long double _Complex);
303 F(ccos), F(ccosf), F(ccosl), F(ccosh), F(ccoshf),
  /bionic/libc/include/
complex.h 76 long double complex ccosl(long double complex __z) __RENAME_LDBL(ccos, 23, 26);
  /bionic/tests/headers/posix/
complex_h.c 88 FUNCTION(ccosl, long double complex (*f)(long double complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 105 long double _Complex ccosl (long double _Complex);
  /external/clang/lib/Headers/
tgmath.h 261 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 261 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 261 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 261 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 261 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 270 __tg_cos(long double _Complex __x) {return ccosl(__x);}

Completed in 1234 milliseconds

1 2