log10f
float log10f(float);
test(log10f, 1.0, 0.0, ALL_STD_EXCEPT, 0);
test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
test(log10f, x, result, exceptmask, excepts); \