Lines Matching defs:dofptest
187 static int dofptest(int test, int sub, double val, const char *width, int prec)
229 r = TEST_true(dofptest(i, t++, 0.0, pwp->w, pwp->p))
230 && TEST_true(dofptest(i, t++, 0.67, pwp->w, pwp->p))
231 && TEST_true(dofptest(i, t++, frac, pwp->w, pwp->p))
232 && TEST_true(dofptest(i, t++, frac / 1000, pwp->w, pwp->p))
233 && TEST_true(dofptest(i, t++, frac / 10000, pwp->w, pwp->p))
234 && TEST_true(dofptest(i, t++, 6.0 + frac, pwp->w, pwp->p))
235 && TEST_true(dofptest(i, t++, 66.0 + frac, pwp->w, pwp->p))
236 && TEST_true(dofptest(i, t++, 666.0 + frac, pwp->w, pwp->p))
237 && TEST_true(dofptest(i, t++, 6666.0 + frac, pwp->w, pwp->p))
238 && TEST_true(dofptest(i, t++, 66666.0 + frac, pwp->w, pwp->p));