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

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

Completed in 203 milliseconds