Home | History | Annotate | Download | only in bench

Lines Matching refs:temp

318         int temp = Bp[i];
320 cumsum += temp;
336 int temp = Bp[i];
338 last = temp;
356 std::vector< std::pair<I,T> > temp;
362 temp.clear();
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj]));
368 std::sort(temp.begin(),temp.end(),kv_pair_less<I,T>);
371 Aj[jj] = temp[n].first;
372 Ax[jj] = temp[n].second;