Lines Matching refs:scratch
117 vector<pair<int, double> >* scratch,
136 pair<int, double>& entry = (*scratch)[scratch_count];
144 nth_element(scratch->begin(),
145 scratch->begin() + level_of_fill,
146 scratch->begin() + scratch_count,
149 sort(scratch->begin(), scratch->begin() + scratch_count);
153 const pair<int, double>& entry = (*scratch)[i];
195 vector<pair<int, double> > scratch(num_cols);
206 &scratch,
226 &scratch,