Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c540 int thresh_idx, new_thresh_idx; in one() local
593 thresh_idx = 0; in one()
668 if (thresh_idx != new_thresh_idx) in one()
669 since_thresh_change = 0, thresh_idx = new_thresh_idx; in one()
682 if (ndat - thresh_idx > STOP_SINCE_AFTER) in one()