Home
last modified time | relevance | path

Searched refs:frac (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dbioprinttest.c223 const double frac = 2.0 / 3.0; in test_fp() local
230 && TEST_true(dofptest(i, t++, frac, pwp->w, pwp->p)) in test_fp()
231 && TEST_true(dofptest(i, t++, frac / 1000, pwp->w, pwp->p)) in test_fp()
232 && TEST_true(dofptest(i, t++, frac / 10000, pwp->w, pwp->p)) in test_fp()
233 && TEST_true(dofptest(i, t++, 6.0 + frac, pwp->w, pwp->p)) in test_fp()
234 && TEST_true(dofptest(i, t++, 66.0 + frac, pwp->w, pwp->p)) in test_fp()
235 && TEST_true(dofptest(i, t++, 666.0 + frac, pwp->w, pwp->p)) in test_fp()
236 && TEST_true(dofptest(i, t++, 6666.0 + frac, pwp->w, pwp->p)) in test_fp()
237 && TEST_true(dofptest(i, t++, 66666.0 + frac, pwp->w, pwp->p)); in test_fp()

Completed in 5 milliseconds