/external/eigen/blas/ |
dsbmv.f | 55 * column, with the leading diagonal of the matrix in row 57 * position 2 in row k, and so on. The top left k by k triangle 73 * column, with the leading diagonal of the matrix in row 1 of 75 * row 2, and so on. The bottom right k by k triangle of the
|
dtbmv.f | 73 * column, with the leading diagonal of the matrix in row 75 * position 2 in row k, and so on. The top left k by k triangle 91 * column, with the leading diagonal of the matrix in row 1 of 93 * row 2, and so on. The bottom right k by k triangle of the
|
ssbmv.f | 55 * column, with the leading diagonal of the matrix in row 57 * position 2 in row k, and so on. The top left k by k triangle 73 * column, with the leading diagonal of the matrix in row 1 of 75 * row 2, and so on. The bottom right k by k triangle of the
|
stbmv.f | 73 * column, with the leading diagonal of the matrix in row 75 * position 2 in row k, and so on. The top left k by k triangle 91 * column, with the leading diagonal of the matrix in row 1 of 93 * row 2, and so on. The bottom right k by k triangle of the
|
zhbmv.f | 55 * column, with the leading diagonal of the matrix in row 57 * position 2 in row k, and so on. The top left k by k triangle 73 * column, with the leading diagonal of the matrix in row 1 of 75 * row 2, and so on. The bottom right k by k triangle of the
|
ztbmv.f | 73 * column, with the leading diagonal of the matrix in row 75 * position 2 in row k, and so on. The top left k by k triangle 91 * column, with the leading diagonal of the matrix in row 1 of 93 * row 2, and so on. The bottom right k by k triangle of the
|
/external/eigen/test/eigen2/ |
product.h | 116 res.row(i) = m1.row(i) * m2.transpose();
|
/external/eigen/test/ |
geo_homogeneous.cpp | 45 hm0.row(Size-1).setRandom(); 90 pts2.row(Size).setRandom();
|
permutationmatrices.cpp | 93 lm.row(i).swap(lm.row(j));
|
/external/guava/guava/src/com/google/common/collect/ |
Tables.java | 53 * Returns an immutable cell with the specified row key, column key, and 58 * @param rowKey the row key to be associated with the returned cell 123 * Creates a transposed view of a given table that flips its row and column 156 return original.row(columnKey); 216 public Map<R, V> row(C rowKey) { method in class:Tables.TransposeTable 328 * the table iteration order. However, the table's {@code row()} method 337 * supported. Null row keys, columns keys, and values are not supported. 339 * <p>Lookups by row key are often faster than lookups by column key, because 341 * {@code column(columnKey).get(rowKey)} still runs quickly, since the row key 343 * an iteration across all row keys occurs 463 @Override public Map<C, V2> row(R rowKey) { method in class:Tables.TransformedTable [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 54 ; this copies the last row down into the border 8 rows 60 movq mm1, QWORD ptr[rdi] ; first row 71 ; this copies the first row up into the border 8 rows 73 movq mm1, QWORD ptr[rdi] ; first row
|
/external/libvpx/libvpx/vp8/encoder/ |
denoising.c | 219 mv_row = x->best_sse_mv.as_mv.row; 277 mv_row = x->best_sse_mv.as_mv.row;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.c | 141 return (abs(ref->row) >> 3) < COMPANDED_MVREF_THRESH && 184 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
|
/external/linux-tools-perf/util/ui/browsers/ |
top.c | 30 static void perf_top_browser__write(struct ui_browser *browser, void *entry, int row) 34 bool current_entry = ui_browser__is_current_entry(browser, row);
|
/external/openssh/ |
sshpty.c | 194 pty_change_window_size(int ptyfd, u_int row, u_int col, 200 w.ws_row = row;
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledVertexGrid.java | 210 final int row = tileY * indexesPerRow; local 211 tileMap.drawStrip(gl, true, row + startOffset, count);
|
/external/skia/src/images/ |
bmpdecoderhelper.cpp | 272 int row = 0; local 274 for (int h = height_ - 1; h >= 0; h--, row++) {
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 242 for (ArrayList row : list) { 243 cursor.addRow(row);
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
ErrorCalculator.java | 104 for (int row : mOutputRowRegions) { 105 totalError += row;
|
/frameworks/compile/mclinker/lib/LD/ |
StaticResolver.cpp | 61 unsigned int row = getOrdinate(pNew); local 70 action = link_action[row][col];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 71 self.buttonOk.grid(row=0, column=0, padx=5,pady=5) 74 self.buttonCancel.grid(row=0, column=1, padx=5, pady=5)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 198 w.grid(row=0, padx=5, sticky=W) 201 self.entry.grid(row=1, padx=5, sticky=W+E)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 71 self.buttonOk.grid(row=0, column=0, padx=5,pady=5) 74 self.buttonCancel.grid(row=0, column=1, padx=5, pady=5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 198 w.grid(row=0, padx=5, sticky=W) 201 self.entry.grid(row=1, padx=5, sticky=W+E)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
jquery.tablesorter.min.js | 2 (function($){$.extend({tablesorter:new function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'.',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}var rows=table.tBodies[0].rows;if(table.tBodies[0].rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,cells[i]);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,node){var l=parsers.length;for(var i=1;i<l;i++){if(parsers[i].is($.trim(getElementText(table.config,node)),table,node)){return parsers[i];}}return parsers[0];}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=table.tBodies[0].rows[i],cols=[];cache.row.push($(c));for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c.cells[j]),table,c.cells[j]));}cols.push(i);cache.normalized.push(cols);cols=null;};if(table.config.debug){benchmark("Building cache for "+totalRows+" rows:",cacheTime);}return cache;};function getElementText(config,node){if(!node)return"";var t="";if(config.textExtraction=="simple"){if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){t=node.childNodes[0].innerHTML;}else{t=node.innerHTML;}}else{if(typeof(config.textExtraction)=="function"){t=config.textExtraction(node);}else{t=$(node).text();}}return t;}function appendToTable(table,cache){if(table.config.debug){var appendTime=new Date()}var c=cache,r=c.row,n=c.normalized,totalRows=n.length,checkCell=(n[0].length-1),tableBody=$(table.tBodies[0]),rows=[];for(var i=0;i<totalRows;i++){rows.push(r[n[i][checkCell]]);if(!table.config.appender){var o=r[n[i][checkCell]];var l=o.length;for(var j=0;j<l;j++){tableBody[0].appendChild(o[j]);}}}if(table.config.appender){table.config.appender(table,rows);}rows=null;if(table.config.debug){benchmark("Rebuilt table:",appendTime);}applyWidget(table);setTimeout(function(){$(table).trigger("sortEnd");},0);};function buildHeaders(table){if(table.config.debug){var time=new Date();}var meta=($.metadata)?true:false,tableHeadersRows=[];for(var i=0;i<table.tHead.rows.length;i++){tableHeadersRows[i]=0;};$tableHeaders=$("thead th",table);$tableHeaders.each(function(index){this.count=0;this.column=index;this.order=formatSortingOrder(table.config.sortInitialOrder);if(checkHeaderMetadata(this)||checkHeaderOptions(table,index))this.sortDisabled=true;if(!this.sortDisabled){$(this).addClass(table.config.cssHeader);}table.config.headerList[index]=this;});if(table.config.debug){benchmark("Built headers:",time);log($tableHeaders);}return $tableHeaders;};function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).m (…)
|