HomeSort by relevance Sort by last modified time
    Searched refs:ctanhf (Results 1 - 6 of 6) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanhf.c 40 ctanhf(float complex z) function
81 z = ctanhf(cpackf(-cimagf(z), crealf(z)));
  /bionic/libm/include/
complex.h 88 float complex ctanhf(float complex);
  /development/ndk/platforms/android-L/include/
complex.h 88 float complex ctanhf(float complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 245 float _Complex ctanhf(float _Complex);
311 F(ctanhf), F(ctanhl), F(__sinpi), F(__sinpif), F(__cospi),
523 // CHECK-NOERRNO: declare <2 x float> @ctanhf(<2 x float>) [[NUW]]
612 // CHECK-ERRNO: declare <2 x float> @ctanhf(<2 x float>) [[NUW]]
  /external/ltrace/etc/
libm.so.conf 101 float_complex ctanhf(float_complex);
  /external/clang/lib/Headers/
tgmath.h 398 __tg_tanh(float _Complex __x) {return ctanhf(__x);}

Completed in 58 milliseconds