Home | History | Annotate | Download | only in bench

Lines Matching refs:Ax

304                const Values Ax,
324 //write Aj,Ax into Bj,Bx
330 Bx[dest] = Ax[n];
354 T Ax[])
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj]));
372 Ax[jj] = temp[n].second;
382 T Ax[])
391 T x = Ax[jj];
394 x += Ax[jj];
398 Ax[nnz] = x;