Searched refs:csqrtf (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/lib/libm/complex/
H A Dcacoshf.c42 w = clogf(z + csqrtf(z + 1) * csqrtf(z - 1));
H A Dcasinf.c113 z2 = csqrtf(zz);
H A Dcsqrtf.c1 /* $NetBSD: csqrtf.c,v 1.4 2017/01/01 19:32:14 maya Exp $ */
36 csqrtf(float complex z) function
/netbsd-current/include/
H A Dcomplex.h108 float complex csqrtf(float complex);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dcomplex.d91 cfloat csqrtf(cfloat z);
H A Dtgmath.d333 deprecated alias core.stdc.complex.csqrtf sqrt;
834 deprecated alias core.stdc.complex.csqrtf sqrt;
1337 deprecated alias core.stdc.complex.csqrtf sqrt;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c1104 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));
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c1104 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));
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dc99_protos.h411 extern float complex csqrtf (float complex);
H A Dconfigure22829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrtf" >&5
22830 $as_echo_n "checking for csqrtf... " >&6; }
22847 int (*ptr)() = (int (*)())csqrtf;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dc99_protos.h411 extern float complex csqrtf (float complex);
H A Dconfigure23005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrtf" >&5
23006 $as_echo_n "checking for csqrtf... " >&6; }
23023 int (*ptr)() = (int (*)())csqrtf;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);}
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h765 {"csqrtf", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h765 {"csqrtf", 99},
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17307 tmpf = csqrtf(tmpf);
17376 tmpf = csqrtf(tmpf);
17988 tmpf = csqrtf(tmpf);
18057 tmpf = csqrtf(tmpf);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17452 tmpf = csqrtf(tmpf);
17521 tmpf = csqrtf(tmpf);
18128 tmpf = csqrtf(tmpf);
18197 tmpf = csqrtf(tmpf);
[all...]

Completed in 1806 milliseconds