Searched defs:Bp (Results 1 - 2 of 2) sorted by relevance

/external/eigen/bench/
H A Dsparse_setter.cpp305 int Bp[],
310 std::fill(Bp, Bp + n_row, 0);
313 Bp[Aij[n].x()]++;
316 //cumsum the nnz per row to get Bp[]
318 int temp = Bp[i];
319 Bp[i] = cumsum;
322 Bp[n_row] = nnz;
327 int dest = Bp[row];
332 Bp[ro
300 coo_tocsr(const int n_row, const int n_col, const int nnz, const Coordinates Aij, const Values Ax, int Bp[], int Bj[], T Bx[]) argument
[all...]
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp162 typedef B *Bp; typedef
163 (void)Bp((A*)0);
170 (void)Bp((const A*)0); // const_cast appended

Completed in 214 milliseconds