HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 251 - 275 of 1398) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 89 inline Scalar coeff(Index row, Index col) const
91 Base::check_coordinates_internal(row, col);
92 return m_matrix.coeff(row, col);
99 inline Scalar& coeffRef(Index row, Index col)
102 Base::check_coordinates_internal(row, col);
103 return m_matrix.coeffRef(row, col);
299 EIGEN_DEVICE_FUNC void assignCoeff(Index row, Index col)
301 eigen_internal_assert(row!=col);
302 Scalar tmp = m_src.coeff(row,col);
303 m_functor.assignCoeff(m_dst.coeffRef(row,col), tmp)
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseCompressedBase.h 195 inline Index col() const { return IsRowMajor ? index() : m_outer.value(); } function in class:Eigen::SparseCompressedBase::InnerIterator
255 inline Index col() const { return IsRowMajor ? index() : m_outer.value(); } function in class:Eigen::SparseCompressedBase::ReverseInnerIterator
299 const Scalar& coeff(Index row, Index col) const
301 Index p = find(row,col);
309 Scalar& coeffRef(Index row, Index col)
311 Index p = find(row,col);
318 Index find(Index row, Index col) const
320 eigen_internal_assert(row>=0 && row<m_matrix->rows() && col>=0 && col<m_matrix->cols());
322 const Index outer = Derived::IsRowMajor ? row : col;
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 88 void setpix(SDL_Surface *screen, float _x, float _y, unsigned int col)
106 a = (float)((col>>24)&0xFF);
109 r = (Uint8)(r*(1-a) + ((col>>16)&0xFF)*(a));
110 g = (Uint8)(g*(1-a) + ((col>> 8)&0xFF)*(a));
111 b = (Uint8)(b*(1-a) + ((col>> 0)&0xFF)*(a));
118 void drawLine(SDL_Surface *screen,float x0,float y0,float x1,float y1,unsigned int col) {
121 setpix(screen,x1+t*(x0-x1),y1+t*(y0-y1),col);
165 unsigned int c, col; local
175 col = ((unsigned int)(c*(.1+.85))) | (unsigned int)(0xFF*age)<<24;
178 drawCircle(screen,x*screen->w,y*screen->h,5,col);
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 460 int32 QuickPredict (int32 col,
1386 * Calculate the predictor for sample curRowBuf[col][curComp].
1402 inline int32 dng_lossless_decoder::QuickPredict (int32 col,
1408 int32 diag = prevRowBuf [col - 1] [curComp];
1409 int32 upper = prevRowBuf [col ] [curComp];
1410 int32 left = curRowBuf [col - 1] [curComp];
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrix.java 198 * Returns the entries in column number <code>col</code> as an array.
203 * @param col the column to be fetched
207 BigDecimal[] getColumn(int col) throws MatrixIndexException;
210 * Returns the entries in column number <code>col</code> as an array
216 * @param col the column to be fetched
220 double [] getColumnAsDoubleArray(int col) throws MatrixIndexException;
  /external/e2fsprogs/debugfs/
ls.c 39 int col; member in struct:list_dir_struct
168 if (ls->col + thislen > 80) {
170 ls->col = 0;
173 ls->col += thislen;
181 if (ls->col + thislen > 80) {
183 ls->col = 0;
188 ls->col += thislen;
244 ls.col = 0;
  /external/eigen/doc/examples/
make_circulant2.cpp 13 const typename ArgType::Scalar& operator() (Index row, Index col) const {
14 Index index = row - col;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 146 inline Scalar coeff(Index row, Index col) const {
147 const Index outer = IsRowMajor ? row : col;
148 const Index inner = IsRowMajor ? col : row;
195 inline Scalar& coeffRef(Index row, Index col) {
196 const Index outer = IsRowMajor ? row : col;
197 const Index inner = IsRowMajor ? col : row;
206 if (col > row) //upper matrix
212 if (col < row) //lower matrix
240 inline Scalar coeffLower(Index row, Index col) const {
241 const Index outer = IsRowMajor ? row : col;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
G7CollationTest.java 67 Collator col = Collator.getInstance(Locale.ENGLISH); local
70 String baseRules = ((RuleBasedCollator)col).getRules();
94 Collator col = Collator.getInstance(Locale.ENGLISH); local
97 String baseRules = ((RuleBasedCollator)col).getRules();
122 Collator col = Collator.getInstance(Locale.ENGLISH); local
125 String baseRules = ((RuleBasedCollator)col).getRules();
150 Collator col = Collator.getInstance(Locale.ENGLISH); local
152 String baseRules = ((RuleBasedCollator)col).getRules();
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
G7CollationTest.java 66 Collator col = Collator.getInstance(Locale.ENGLISH); local
69 String baseRules = ((RuleBasedCollator)col).getRules();
93 Collator col = Collator.getInstance(Locale.ENGLISH); local
96 String baseRules = ((RuleBasedCollator)col).getRules();
121 Collator col = Collator.getInstance(Locale.ENGLISH); local
124 String baseRules = ((RuleBasedCollator)col).getRules();
149 Collator col = Collator.getInstance(Locale.ENGLISH); local
151 String baseRules = ((RuleBasedCollator)col).getRules();
  /external/libjpeg-turbo/
jdmrgext.c 34 JDIMENSION col; local
48 for (col = cinfo->output_width >> 1; col > 0; col--) {
107 JDIMENSION col; local
123 for (col = cinfo->output_width >> 1; col > 0; col--) {
  /external/selinux/gui/
domainsPage.py 68 col = gtk.TreeViewColumn(_("Domain Name"), gtk.CellRendererText(), text=0)
69 col.set_sort_column_id(0)
70 col.set_resizable(True)
71 self.view.append_column(col)
73 col = gtk.TreeViewColumn(_("Mode"), gtk.CellRendererText(), text=1)
74 col.set_sort_column_id(1)
75 col.set_resizable(True)
76 self.view.append_column(col)
modulesPage.py 69 col = gtk.TreeViewColumn(_("Module Name"), gtk.CellRendererText(), text=0)
70 col.set_sort_column_id(0)
71 col.set_resizable(True)
72 self.view.append_column(col)
74 col = gtk.TreeViewColumn(_("Version"), gtk.CellRendererText(), text=1)
79 col.set_sort_column_id(1)
80 col.set_resizable(True)
81 self.view.append_column(col)
  /external/syslinux/com32/cmenu/libmenu/
com32io.c 21 void getpos(char *row, char *col, char page)
28 *col = REG_DL(outreg);
  /external/toybox/lib/
linestack.c 89 int columns = 0, col, bytes; local
92 for (end = start = *str; *end; columns += col, end += bytes) {
95 if ((bytes = mbrtowc(&wc, end, MB_CUR_MAX, 0))>0 && (col = wcwidth(wc))>=0)
98 if (width-columns<col) break;
109 col = width-columns;
110 if (col<1) break;
111 if (escout) col = escout(out, col, wc);
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 63 public void setSelectedRowColumn(int row, int col) {
65 mColumn = col;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DisappearAnimationUtils.java 47 protected long calculateDelay(int row, int col) {
48 return (long) ((row * 60 + col * (Math.pow(row, 0.4) + 0.4) * 10) * mDelayScale);
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 65 public void setSelectedRowColumn(int row, int col) {
67 mColumn = col;
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/libhevc/common/x86/
ihevc_inter_pred_filters_ssse3_intr.c 127 WORD32 row, col; local
138 for(col = 0; col < wd; col += 16)
165 for(col = 0; col < wd; col += 8)
192 for(col = 0; col < wd; col += 4
270 WORD32 row, col; local
763 WORD32 row, col; local
1509 WORD32 row, col; local
1635 WORD32 row, col; local
2061 WORD32 row, col; local
2634 WORD32 row, col; local
3111 WORD32 row, col; local
3487 WORD32 row, col; local
3622 WORD32 row, col; local
3870 WORD32 row, col; local
4245 WORD32 row, col; local
4417 WORD32 row, col; local
4721 WORD32 row, col; local
5025 WORD32 row, col; local
5350 WORD32 row, col; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 305 for (int col = 0; col < width; ++col) {
306 int idx = row * width + col;
309 if ((row & 1) == 0 && (col & 1) == 0) {
310 int offset = row / 2 * width + col / 2 * 2;
320 for (int col = 0; col < width; col += 2) {
321 int idx = row * width + col;
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 79 for (int col = 0; col < width; col++) {
86 for (int col = 0; col < width; col++) {
104 for (int col = 0; col < width; col++) {
123 for (int col = 0; col < width; col++)
    [all...]
  /external/skia/include/core/
SkMatrix44.h 256 * get a value from the matrix. The row,col parameters work as follows:
261 inline SkMScalar get(int row, int col) const {
263 SkASSERT((unsigned)col <= 3);
264 return fMat[col][row];
268 * set a value in the matrix. The row,col parameters work as follows:
273 inline void set(int row, int col, SkMScalar value) {
275 SkASSERT((unsigned)col <= 3);
276 fMat[col][row] = value;
280 inline double getDouble(int row, int col) const {
281 return SkMScalarToDouble(this->get(row, col));
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sample.cs 10 ?>class="col-13" id="doc-col"<?cs else
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
97 <div class="layout-content-col <?cs
98 if:fullpage ?>col-16<?cs
99 elif:training||guide ?>col-8<?cs
100 else ?>col-9<?cs /if ?>" style="padding-top:4px">
106 <div class="paging-links layout-content-col col-4"
    [all...]
sampleindex.cs 10 ?>class="col-13" id="doc-col"<?cs else
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
87 <div class="layout-content-col <?cs
88 if:fullpage ?>col-16<?cs
89 elif:training||guide ?>col-8<?cs
90 else ?>col-9<?cs /if ?>" style="padding-top:4px">
96 <div class="paging-links layout-content-col col-4"
    [all...]

Completed in 1014 milliseconds

<<11121314151617181920>>