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

  /src/lib/libm/complex/
cacoshf.c 42 w = clogf(z + csqrtf(z + 1) * csqrtf(z - 1));
casinf.c 113 z2 = csqrtf(zz);
csqrtf.c 1 /* $NetBSD: csqrtf.c,v 1.4 2017/01/01 19:32:14 maya Exp $ */
36 csqrtf(float complex z) function
  /src/include/
complex.h 108 float complex csqrtf(float complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 91 cfloat csqrtf(cfloat z);
tgmath.d 333 deprecated alias core.stdc.complex.csqrtf sqrt;
834 deprecated alias core.stdc.complex.csqrtf sqrt;
1337 deprecated alias core.stdc.complex.csqrtf sqrt;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1104 float complex csqrtf (float complex z);
1107 csqrtf (float complex z) function
1607 return -I*clogf (I*z + csqrtf (1.0f-z*z));
1646 return -I*clogf (z + I*csqrtf (1.0f-z*z));
1724 return clogf (z + csqrtf (z*z+1.0f));
1763 return clogf (z + csqrtf (z-1.0f) * csqrtf (z+1.0f));
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1104 float complex csqrtf (float complex z);
1107 csqrtf (float complex z) function
1607 return -I*clogf (I*z + csqrtf (1.0f-z*z));
1646 return -I*clogf (z + I*csqrtf (1.0f-z*z));
1724 return clogf (z + csqrtf (z*z+1.0f));
1763 return clogf (z + csqrtf (z-1.0f) * csqrtf (z+1.0f));
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 411 extern float complex csqrtf (float complex);
configure 23170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrtf" >&5
23171 $as_echo_n "checking for csqrtf... " >&6; }
23188 int (*ptr)() = (int (*)())csqrtf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 411 extern float complex csqrtf (float complex);
configure 23005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrtf" >&5
23006 $as_echo_n "checking for csqrtf... " >&6; }
23023 int (*ptr)() = (int (*)())csqrtf;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 765 {"csqrtf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 765 {"csqrtf", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17637 tmpf = csqrtf(tmpf);
17706 tmpf = csqrtf(tmpf);
18740 tmpf = csqrtf(tmpf);
18809 tmpf = csqrtf(tmpf);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17452 tmpf = csqrtf(tmpf);
17521 tmpf = csqrtf(tmpf);
18128 tmpf = csqrtf(tmpf);
18197 tmpf = csqrtf(tmpf);
    [all...]

Completed in 131 milliseconds