Searched refs:pwp (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | bioprinttest.c | 225 const pw *pwp = &pw_params[i]; in test_fp() local 229 r = TEST_true(dofptest(i, t++, 0.0, pwp->w, pwp->p)) in test_fp() 230 && TEST_true(dofptest(i, t++, 0.67, pwp->w, pwp->p)) in test_fp() 231 && TEST_true(dofptest(i, t++, frac, pwp->w, pwp->p)) in test_fp() 232 && TEST_true(dofptest(i, t++, frac / 1000, pwp->w, pwp->p)) in test_fp() 233 && TEST_true(dofptest(i, t++, frac / 10000, pwp in test_fp() [all...] |
Completed in 1 milliseconds