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

/openbsd-current/lib/libm/src/
H A Ds_cacoshl.c54 w = clogl(z + csqrtl(z + 1) * csqrtl(z - 1));
H A Ds_csqrtl.c19 /* csqrtl()
27 * long double complex csqrtl();
30 * w = csqrtl( z );
65 csqrtl(long double complex z) function
129 DEF_STD(csqrtl); variable
H A Ds_casinl.c125 z2 = csqrtl(zz);
/openbsd-current/regress/lib/libm/msun/
H A Dcsqrt_test.c40 * This is a test hook that can point to csqrtl(), _csqrt(), or to _csqrtf().
335 ATF_TC_WITHOUT_HEAD(csqrtl); variable
336 ATF_TC_BODY(csqrtl, tc)
338 /* Now test csqrtl() */
339 t_csqrt = csqrtl;
363 ATF_TP_ADD_TC(tp, csqrtl);
/openbsd-current/lib/libm/hidden/
H A Dcomplex.h85 LDBL_PROTO_NORMAL(csqrtl); variable
/openbsd-current/include/
H A Dcomplex.h112 long double complex csqrtl(long double complex);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);}

Completed in 141 milliseconds