cexpf
float complex cexpf(float complex);
test_f(cexpf, CMPLXL(finites[i], 0.0),
test_f(cexpf, CMPLXL(finites[i], -0.0),
test_f(cexpf, CMPLXL(0.0, finites[i]),
test_f(cexpf, CMPLXL(-0.0, finites[i]),
test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP());
test_tol(cexpf, CMPLXL(88.73, 0x1p-149),
test_tol(cexpf, CMPLXL(90, 0x1p-149),
test_tol(cexpf, CMPLXL(192, 0x1p-149),
test_tol(cexpf, CMPLXL(120, 0x1.234568p-120),
test_tol(cexpf, CMPLXL(170, 0x1.234568p-120),
test_f(cexpf, x, result, exceptmask, excepts, checksign); \
test_tol(cexpf, x, result, tol * FLT_ULP()); \