Lines Matching refs:sqrtl
32 #include "libm.h" /* acosl/atanl/fabsl/isinfl/log1pl/logl/sqrtl */
180 LD_IM(ans) = logl(x + sqrtl((x - one) * (x +
184 LD_IM(ans) = log1pl(xm1 + sqrtl(xm1 * (x +
193 LD_IM(ans) = y / sqrtl((one + x) * (one - x));
208 t = sqrtl((x - one) * (x + one));
216 t = sqrtl(y);
230 A = sqrtl(one + y * y);
240 R = sqrtl(xp1 * xp1 + y2);
241 S = sqrtl(xm1 * xm1 + y2);
250 LD_RE(ans) = atan2l(sqrtl(half * Apx * (y2 /
253 LD_RE(ans) = atan2l((y * sqrtl(half * (Apx /
262 LD_IM(ans) = log1pl(Am1 + sqrtl(Am1 * (A + one)));
264 LD_IM(ans) = logl(A + sqrtl(A * A - one));