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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c 49 csqrt(double complex z) function
70 * csqrt(inf + NaN i) = inf + NaN i
71 * csqrt(inf + y i) = inf + 0 i
72 * csqrt(-inf + NaN i) = NaN +- inf i
73 * csqrt(-inf + y i) = 0 + inf i
111 __weak_reference(csqrt, csqrtl);
  /bionic/libm/include/
complex.h 81 double complex csqrt(double complex);
  /development/ndk/platforms/android-L/include/
complex.h 81 double complex csqrt(double complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 238 double _Complex csqrt(double _Complex);
309 F(csinh), F(csinhf), F(csinhl), F(csqrt), F(csqrtf),
518 // CHECK-NOERRNO: declare { double, double } @csqrt(double, double) [[NUW]]
607 // CHECK-ERRNO: declare { double, double } @csqrt(double, double) [[NUW]]
  /external/ltrace/etc/
libm.so.conf 164 double_complex csqrt(double_complex);
  /external/clang/lib/Headers/
tgmath.h 520 __tg_sqrt(double _Complex __x) {return csqrt(__x);}

Completed in 35 milliseconds