OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowIdx
(Results
1 - 8
of
8
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h
127
inline void updateList(const IdxType& colPtr, IdxType&
rowIdx
, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
149
Map<IndexType>
rowIdx
(m_L.innerIndexPtr(), nnz); //Row indices
168
vals[k] /= (m_scal(j) * m_scal(
rowIdx
[k]));
186
curCol(
rowIdx
[i]) = vals[i];
187
irow(
rowIdx
[i]) =
rowIdx
[i];
197
curCol(
rowIdx
[i]) -= vals[i] * vals[jk] ;
199
updateList(colPtr,
rowIdx
,vals, *k, jk, firstElt, listCol);
227
rowIdx
[i] = irow(cpt);
232
updateList(colPtr,
rowIdx
,vals,j,jk,firstElt,listCol);
[
all
...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1308.cxx
112
uint8_t columnIdx,
rowIdx
;
115
for (
rowIdx
= 0;
rowIdx
< 8;
rowIdx
++) {
116
setCursor(
rowIdx
, 0);
ssd1306.cxx
167
uint8_t columnIdx,
rowIdx
;
170
for (
rowIdx
= 0;
rowIdx
< 8;
rowIdx
++) {
171
setCursor(
rowIdx
, 0);
ssd1327.cxx
219
uint8_t columnIdx,
rowIdx
;
221
for (
rowIdx
= 0;
rowIdx
< 12;
rowIdx
++) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
589
int
rowIdx
= absoluteY / (mSlotHeight + mSlotGap);
595
if (WIDE &&
rowIdx
>= mUnitCount) {
608
? (columnIdx * mUnitCount +
rowIdx
)
609
: (
rowIdx
* mUnitCount + columnIdx);
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h
715
for (Index
rowIdx
= 0;
rowIdx
< m.rows();
rowIdx
++) {
717
s << m.coeff(
rowIdx
, colIdx) << "\t";
/cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java
[
all
...]
/external/opencv3/modules/videoio/src/
cap_msmf.cpp
[
all
...]
Completed in 240 milliseconds