HomeSort by relevance Sort by last modified time
    Searched refs:csqrt (Results 1 - 25 of 36) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 105 __MATHCALL (csqrt, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
cmathcalls.h 105 __MATHCALL (csqrt, (_Mdouble_complex_ __z));
  /bionic/tests/
complex_test.cpp 294 TEST(COMPLEX_TEST, csqrt) {
295 ASSERT_EQ(0.0, csqrt(0));
  /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]]
  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 37 // w = -i clog( iz + csqrt( 1 - z ) ).
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 37 // w = -i clog( iz + csqrt( 1 - z ) ).
  /bionic/libc/include/
complex.h 131 /* 7.3.8.3 The csqrt functions */
132 double complex csqrt(double complex __z) __INTRODUCED_IN(23);
134 long double complex csqrtl(long double complex __z) __INTRODUCED_IN_32(21) __INTRODUCED_IN_64(23) /*__RENAME_LDBL(csqrt)*/;
  /bionic/tests/headers/posix/
complex_h.c 130 FUNCTION(csqrt, double complex (*f)(double complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 71 double _Complex csqrt (double _Complex);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 131 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 131 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 120 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 331 #define sqrt(Val) __TGMATH_UNARY_REAL_IMAG (Val, sqrt, csqrt)
  /external/clang/lib/Headers/
tgmath.h 520 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 520 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 520 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 529 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 520 __tg_sqrt(double _Complex __x) {return csqrt(__x);}

Completed in 1283 milliseconds

1 2