HomeSort by relevance Sort by last modified time
    Searched refs:Bp (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/
sparse_setter.cpp 305 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[row]++
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 161 typedef B *Bp;
162 (void)Bp((A*)0);
169 (void)Bp((const A*)0); // const_cast appended
  /frameworks/native/include/binder/
IInterface.h 98 intr = new Bp##INTERFACE(obj); \

Completed in 40 milliseconds