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

  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 126 Index* Ci = C.innerIndexPtr();
192 Cp[j] = Ci[p]; /* save first entry of object */
193 Ci[p] = amd_flip (j); /* first entry is now amd_flip(j) */
198 if((j = amd_flip (Ci[p++])) >= 0) /* found object j */
200 Ci[q] = Cp[j]; /* restore first entry of object */
202 for(k3 = 0; k3 < len[j]-1; k3++) Ci[q++] = Ci[p++];
205 cnz = q; /* Ci[cnz...nzmax-1] now free */
219 pj = p; /* list of nodes starts at Ci[pj]*/
224 e = Ci[p++]; /* search the nodes in e *
    [all...]
  /external/clang/test/SemaTemplate/
alias-templates.cpp 144 template<int I> using Ci = C<I>;
146 template<typename A, int I> void f(X<A>, Ci<I>) {}

Completed in 4905 milliseconds