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

1 2

  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
cmathcalls.h 105 __MATHCALL (csqrt, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 105 __MATHCALL (csqrt, (_Mdouble_complex_ __z));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 81 double complex csqrt(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 81 double complex csqrt(double complex) __NDK_FPABI__;