OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastcol
(Results
1 - 7
of
7
) sorted by null
/external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h
199
void divide (Index firstCol, Index
lastCol
, Index firstRowW,
203
void deflation(Index firstCol, Index
lastCol
, Index k, Index firstRowW, Index firstColW, Index shift);
356
//@param
lastCol
: The Index of the last column of the submatrix of m_computed and for m_naiveU;
357
//
lastCol
+ 1 - firstCol is the size of the submatrix.
363
void BDCSVD<MatrixType>::divide (Index firstCol, Index
lastCol
, Index firstRowW,
370
const Index n =
lastCol
- firstCol + 1;
402
divide(k + 1 + firstCol,
lastCol
, k + 1 + firstRowW, k + 1 + firstColW, shift);
407
phi = m_naiveU(firstCol + k + 1,
lastCol
+ 1);
412
phi = m_naiveU(0,
lastCol
+ 1);
448
m_naiveU.col(
lastCol
+ 1).segment(firstCol, k + 1) << (q1 * ( - s0))
[
all
...]
/external/dng_sdk/source/
dng_gain_map.cpp
211
uint32
lastCol
= static_cast<uint32> (fMap.Points ().h - 1);
213
if (colIndexF >= static_cast<real64> (
lastCol
))
216
fValueBase = InterpolateEntry (
lastCol
);
228
// a uint32 and that static_cast<uint32> (colIndexF) <
lastCol
. This
229
// implies colIndex + 1 <=
lastCol
, i.e. the argument to
/frameworks/support/design/tests/src/android/support/design/testutils/
TestUtils.java
69
final int
lastCol
= checkArea != null ? checkArea.right : drawableWidth - 1;
79
for (int column = firstCol; column <=
lastCol
; column++) {
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfread.c
849
int firstCol,
lastCol
;
876
lastCol
= FT_GET_SHORT();
884
lastCol
= FT_GET_SHORT_LE();
897
firstCol >
lastCol
||
898
lastCol
> 0xFF ||
906
FT_TRACE4(( " firstCol %d,
lastCol
%d, firstRow %d, lastRow %d\n",
907
firstCol,
lastCol
, firstRow, lastRow ));
909
nencoding = (FT_ULong)(
lastCol
- firstCol + 1 ) *
922
for ( j = firstCol; j <=
lastCol
; j++ )
[
all
...]
/external/llvm/lib/Support/
SourceMgr.cpp
303
unsigned
LastCol
;
305
LastCol
= LineEnd - LineStart;
307
LastCol
= R.End.getPointer() - LineStart;
309
std::fill(&CaretLine[FirstCol], &CaretLine[
LastCol
], '~');
/external/autotest/client/tools/
html_report.py
687
if (def(tdata.
lastcol
) && tdata.
lastcol
==tdata.col && def(tdata.lastdesc)) {
695
tdata.
lastcol
=tdata.col;
[
all
...]
/external/mksh/src/
edit.c
2248
size_t
lastcol
= xep - xbuf;
local
[
all
...]
Completed in 802 milliseconds