Searched refs:usub (Results 1 - 5 of 5) sorted by relevance

/external/libdrm/tests/
H A Ddrmtest.c65 const char *usub, *dnode; local
82 usub = udev_device_get_subsystem(parent);
84 if (!usub || (strcmp(usub, "pci") != 0))
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Structs.h62 * (xusub,ucol,usub): ucol[*] stores the numerical values of
64 * subscript of nonzero ucol[k] is stored in usub[k].
88 IndexVector usub; // row indices of U columns in ucol member in struct:Eigen::internal::LU_GlobalLU_t
H A DSparseLU_copy_to_ucol.h79 mem = memXpand<IndexVector>(glu.usub, glu.nzumax, nextu, USUB, glu.num_expansions);
87 glu.usub(nextu) = perm_r(irow); // Unlike the L part, the U part is stored in its final order
H A DSparseLU_Memory.h184 || (expand<IndexVector> (glu.usub, glu.nzumax, 0, 1, num_expansions)<0) )
192 } while (!glu.lusup.size() || !glu.ucol.size() || !glu.lsub.size() || !glu.usub.size());
H A DSparseLU.h648 new (&m_Ustore) MappedSparseMatrix<Scalar, ColMajor, Index> ( m, n, m_nnzU, m_glu.xusub.data(), m_glu.usub.data(), m_glu.ucol.data() );

Completed in 463 milliseconds