log1pl
*rx = log1pl(Am1 + sqrtl(Am1 * (A + 1)));
*rx = log1pl((y - 1) + sqrtl((y - 1) * (y + 1)));
rx = log1pl(4 * ax / sum_squares(ax - 1, ay)) / 4;
RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
t = 0.5*log1pl(t+t*x/(one-x));
t = 0.5*log1pl((x+x)/(one-x));
long double log1pl(long double);
w =log1pl(fabsl(x)+t/(one+sqrtl(one+t)));
RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v));
RETURNI(CMPLXL(log1pl(ay * ay) / 2, v));
__weak_reference(log1p, log1pl);
test_tol(log1pl, tests[i].x - 1, tests[i].logex,
test_tol(log1pl, 0x0.33333333333333332p0L,
test_tol(log1pl, -0x0.33333333333333332p0L,
test(log1pl, x, result, exceptmask, excepts); \