Searched refs:csqrtl (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/msun/tests/
H A Dcsqrt_test.c44 * This is a test hook that can point to csqrtl(), _csqrt(), or to _csqrtf().
339 ATF_TC_WITHOUT_HEAD(csqrtl); variable
340 ATF_TC_BODY(csqrtl, tc)
342 /* Now test csqrtl() */
343 t_csqrt = csqrtl;
369 ATF_TP_ADD_TC(tp, csqrtl);
/freebsd-13-stable/lib/msun/src/
H A Ds_csqrt.c114 __weak_reference(csqrt, csqrtl);
H A Ds_csqrtl.c57 csqrtl(long double complex z) function
/freebsd-13-stable/include/
H A Dcomplex.h130 csqrtl(long double complex);
/freebsd-13-stable/lib/msun/
H A DMakefile196 MLINKS+=csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);}

Completed in 131 milliseconds