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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrtf.c 45 csqrtf(float complex z) function
61 * csqrtf(inf + NaN i) = inf + NaN i
62 * csqrtf(inf + y i) = inf + 0 i
63 * csqrtf(-inf + NaN i) = NaN +- inf i
64 * csqrtf(-inf + y i) = 0 + inf i
  /bionic/libm/include/
complex.h 82 float complex csqrtf(float complex);
  /development/ndk/platforms/android-L/include/
complex.h 82 float complex csqrtf(float complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 239 float _Complex csqrtf(float _Complex);
309 F(csinh), F(csinhf), F(csinhl), F(csqrt), F(csqrtf),
519 // CHECK-NOERRNO: declare <2 x float> @csqrtf(<2 x float>) [[NUW]]
608 // CHECK-ERRNO: declare <2 x float> @csqrtf(<2 x float>) [[NUW]]
  /external/ltrace/etc/
libm.so.conf 165 float_complex csqrtf(float_complex);
  /external/clang/lib/Headers/
tgmath.h 516 __tg_sqrt(float _Complex __x) {return csqrtf(__x);}

Completed in 1867 milliseconds