HomeSort by: relevance | last modified time | path
    Searched refs:csqrt (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libm/complex/
cacosh.c 42 w = clog(z + csqrt(z + 1) * csqrt(z - 1));
Makefile.inc 7 cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c \
casin.c 113 z2 = csqrt(zz);
csqrt.c 1 /* $NetBSD: csqrt.c,v 1.4 2017/01/01 19:32:14 maya Exp $ */
36 csqrt(double complex z) function
  /src/include/
complex.h 106 /* 7.3.8.3 The csqrt functions */
107 double complex csqrt(double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 90 cdouble csqrt(cdouble z);
tgmath.d 332 deprecated alias core.stdc.complex.csqrt sqrt;
833 deprecated alias core.stdc.complex.csqrt sqrt;
1336 deprecated alias core.stdc.complex.csqrt sqrt;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt)
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1159 double complex csqrt (double complex z);
1162 csqrt (double complex z) function
1619 return -I*clog (I*z + csqrt (1.0-z*z));
1658 return -I*clog (z + I*csqrt (1.0-z*z));
1736 return clog (z + csqrt (z*z+1.0));
1775 return clog (z + csqrt (z-1.0) * csqrt (z+1.0));
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1159 double complex csqrt (double complex z);
1162 csqrt (double complex z) function
1619 return -I*clog (I*z + csqrt (1.0-z*z));
1658 return -I*clog (z + I*csqrt (1.0-z*z));
1736 return clog (z + csqrt (z*z+1.0));
1775 return clog (z + csqrt (z-1.0) * csqrt (z+1.0));
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 416 extern double complex csqrt (double complex);
configure 23218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrt" >&5
23219 $as_echo_n "checking for csqrt... " >&6; }
23236 int (*ptr)() = (int (*)())csqrt;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 416 extern double complex csqrt (double complex);
configure 23053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrt" >&5
23054 $as_echo_n "checking for csqrt... " >&6; }
23071 int (*ptr)() = (int (*)())csqrt;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 513 __tg_sqrt(double _Complex __x) {return csqrt(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 571 {"csqrt", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 571 {"csqrt", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17650 tmpd = csqrt(tmpd);
17719 tmpd = csqrt(tmpd);
18753 tmpd = csqrt(tmpd);
18822 tmpd = csqrt(tmpd);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17465 tmpd = csqrt(tmpd);
17534 tmpd = csqrt(tmpd);
18141 tmpd = csqrt(tmpd);
18210 tmpd = csqrt(tmpd);
    [all...]

Completed in 177 milliseconds