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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 42 ccoshf(float complex z) function
100 return (ccoshf(CMPLXF(-cimagf(z), crealf(z))));
  /bionic/tests/
complex_test.cpp 178 TEST(COMPLEX_TEST, ccoshf) {
179 ASSERT_EQ(1.0, ccoshf(0));
  /external/clang/test/CodeGen/
libcall-declarations.c 209 float _Complex ccoshf(float _Complex);
303 F(ccos), F(ccosf), F(ccosl), F(ccosh), F(ccoshf),
499 // CHECK-NOERRNO: declare <2 x float> @ccoshf(<2 x float>) [[NUW]]
588 // CHECK-ERRNO: declare <2 x float> @ccoshf(<2 x float>) [[NUW]]
  /bionic/libc/include/
complex.h 101 float complex ccoshf(float complex __z) __INTRODUCED_IN(23);
  /bionic/tests/headers/posix/
complex_h.c 91 FUNCTION(ccoshf, float complex (*f)(float complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 88 float _Complex ccoshf (float _Complex);
  /external/clang/lib/Headers/
tgmath.h 340 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 340 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 340 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 340 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 340 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 349 __tg_cosh(float _Complex __x) {return ccoshf(__x);}

Completed in 1049 milliseconds

1 2