Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c605 double ti, tiplus1, d; in one() local
621 tiplus1 = tuneup_measure (param->function2, param, &s); in one()
622 if (tiplus1 == -1.0) in one()
627 if (tiplus1 >= ti) in one()
628 d = (tiplus1 - ti) / tiplus1; /* negative */ in one()
630 d = (tiplus1 - ti) / ti; /* positive */ in one()
638 (long) s.size, ti, tiplus1, d, in one()
639 ti > tiplus1 ? '#' : ' ', in one()
657 if (ti >= tiplus1 * param->stop_factor) in one()