log10l
__weak_reference(log10, log10l);
long double log10l(long double);
test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());
test(log10l, x, result, exceptmask, excepts); \