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

/freebsd-10-stable/lib/msun/src/
H A Ds_csqrtf.c45 csqrtf(float complex z) function
61 * csqrtf(inf + NaN i) = inf + NaN i
62 * csqrtf(inf + y i) = inf + 0 i
63 * csqrtf(-inf + NaN i) = NaN +- inf i
64 * csqrtf(-inf + y i) = 0 + inf i
/freebsd-10-stable/include/
H A Dcomplex.h106 float complex csqrtf(float complex);
/freebsd-10-stable/lib/msun/
H A DSymbol.map191 csqrtf;
H A DMakefile169 MLINKS+=csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
/freebsd-10-stable/lib/msun/tests/
H A Dcsqrt_test.c46 * The latter two convert to float or double, respectively, and test csqrtf()
55 return (csqrtf((float complex)d));
258 /* Now test csqrtf() */
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h516 __tg_sqrt(float _Complex __x) {return csqrtf(__x);}
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7456 csqrtf(tmpf);
[all...]

Completed in 101 milliseconds