/external/eigen/doc/snippets/ |
Tutorial_AdvancedInitialization_LinSpaced.cpp | 2 table.col(0) = ArrayXf::LinSpaced(10, 0, 90); 3 table.col(1) = M_PI / 180 * table.col(0); 4 table.col(2) = table.col(1).sin(); 5 table.col(3) = table.col(1).cos();
|
MatrixBase_col.cpp | 2 m.col(1) = Vector3d(4,5,6);
|
MatrixBase_setRandom.cpp | 2 m.col(1).setRandom();
|
ComplexEigenSolver_eigenvectors.cpp | 4 << endl << ces.eigenvectors().col(1) << endl;
|
EigenSolver_eigenvectors.cpp | 4 << endl << es.eigenvectors().col(0) << endl;
|
SelfAdjointEigenSolver_eigenvectors.cpp | 4 << endl << es.eigenvectors().col(1) << endl;
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 28 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest 36 col = c; 41 new Support_UnmodifiableCollectionTest("", col).runTest(); 50 assertTrue("CollectionTest - a) add did not work", col.add(new Integer( 52 assertTrue("CollectionTest - b) add did not work", col 56 assertTrue("CollectionTest - a) remove did not work", col 58 assertTrue("CollectionTest - b) remove did not work", !col 62 assertTrue("CollectionTest - a) addAll failed", col 64 assertTrue("CollectionTest - b) addAll failed", col 68 assertTrue("CollectionTest - a) containsAll failed", col [all...] |
Support_UnmodifiableCollectionTest.java | 29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest 40 col = c; 47 assertTrue("UnmodifiableCollectionTest - should contain 0", col 49 assertTrue("UnmodifiableCollectionTest - should contain 50", col 51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col 61 col.containsAll(hs)); 65 !col.containsAll(hs)); 68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col 72 Iterator<Integer> it = col.iterator(); 89 + col.size(), col.size() == 100) [all...] |
/external/libavc/common/x86/ |
ih264_mem_fns_ssse3.c | 83 int col; local 84 for(col = num_bytes; col >= 8; col -= 8) 122 int col; local 125 for(col = num_bytes; col >= 8; col -= 8) 160 int col; local 163 for(col = num_words; col >= 8; col -= 8 [all...] |
ih264_padding_ssse3.c | 165 WORD32 col; local 175 for(col = 0; col < pad_size; col += 8) 177 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b); 231 WORD32 col; local 242 for(col = 0; col < pad_size; col += 8) 244 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b) 298 WORD32 col; local [all...] |
/external/libhevc/common/x86/ |
ihevc_mem_fns_ssse3_intr.c | 82 int col; local 83 for(col = num_bytes; col >= 8; col -= 8) 121 int col; local 124 for(col = num_bytes; col >= 8; col -= 8) 159 int col; local 162 for(col = num_words; col >= 8; col -= 8 [all...] |
/external/u-boot/include/dt-bindings/input/ |
input.h | 14 #define MATRIX_KEY(row, col, code) \ 15 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
|
/external/libavc/encoder/ |
ih264e_half_pel.c | 187 WORD32 row, col; local 194 for (col = -2; col < wd + 3; col++) 196 tmp = ih264_g_six_tap[0] * (pu1_src[col - 2 * src_strd] + pu1_src[col + 3 * src_strd]) + 197 ih264_g_six_tap[1] * (pu1_src[col - 1 * src_strd] + pu1_src[col + 2 * src_strd]) + 198 ih264_g_six_tap[2] * (pu1_src[col] + pu1_src[col + 1 * src_strd]) [all...] |
/external/libhevc/common/ |
ihevc_inter_pred_filters.c | 116 WORD32 row, col; local 120 for(col = 0; col < wd; col++) 122 pu1_dst[col] = pu1_src[col]; 178 WORD32 row, col, i; local 183 for(col = 0; col < wd; col++ 251 WORD32 row, col, i; local 324 WORD32 row, col; local 390 WORD32 row, col, i; local 461 WORD32 row, col, i; local 531 WORD32 row, col, i; local 606 WORD32 row, col, i; local 678 WORD32 row, col; local 743 WORD32 row, col, i; local 825 WORD32 row, col, i; local 900 WORD32 row, col; local 966 WORD32 row, col, i; local 1042 WORD32 row, col, i; local 1113 WORD32 row, col, i; local 1190 WORD32 row, col, i; local [all...] |
ihevc_sao.c | 85 WORD32 row, col; local 93 for(col = 0; col < wd; col++) 95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; 110 for(col = 0; col < wd; col++) 114 band_idx = band_table[pu1_src[col] >> band_shift] 140 WORD32 row, col; local 198 WORD32 row, col; local 281 WORD32 row, col; local 377 WORD32 row, col; local 471 WORD32 row, col; local 569 WORD32 row, col; local 758 WORD32 row, col; local 993 WORD32 row, col; local 1170 WORD32 row, col; local [all...] |
ihevc_weighted_pred.c | 117 WORD32 row, col; local 122 for(col = 0; col < wd; col++) 124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0; 128 pu1_dst[col] = CLIP_U8(i4_tmp); 202 WORD32 row, col; local 207 for(col = 0; col < 2 * wd; col += 2 308 WORD32 row, col; local 413 WORD32 row, col; local 500 WORD32 row, col; local 583 WORD32 row, col; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
LUDecompositionImpl.java | 101 for (int col = 0; col < m; col++) { 106 for (int row = 0; row < col; row++) { 108 sum = luRow[col]; 110 sum -= luRow[i] * lu[i][col]; 112 luRow[col] = sum; 116 int max = col; // permutation row 118 for (int row = col; row < m; row++) { 120 sum = luRow[col]; [all...] |
FieldLUDecompositionImpl.java | 95 for (int col = 0; col < m; col++) { 100 for (int row = 0; row < col; row++) { 102 sum = luRow[col]; 104 sum = sum.subtract(luRow[i].multiply(lu[i][col])); 106 luRow[col] = sum; 110 int nonZero = col; // permutation row 111 for (int row = col; row < m; row++) { 113 sum = luRow[col]; [all...] |
/external/libavc/common/ |
ih264_inter_pred_filters.c | 119 WORD32 row, col; local 124 for(col = 0; col < wd; col++) 126 pu1_dst[col] = pu1_src[col]; 177 WORD32 row, col; local 182 for(col = 0; col < wd; col+=2 236 WORD32 row, col; local 306 WORD32 row, col; local 375 WORD32 row, col; local 460 WORD32 row, col; local 536 WORD32 row, col; local 619 WORD32 row, col; local 720 WORD32 row, col; local 836 WORD32 row, col; local 956 WORD32 row, col; local 1024 WORD32 row, col; local [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Stmt.java | 173 * @param col column number, 0-based 177 public native int column_int(int col) throws SQLite.Exception; 181 * @param col column number, 0-based 184 public native long column_long(int col) throws SQLite.Exception; 188 * @param col column number, 0-based 191 public native double column_double(int col) throws SQLite.Exception; 195 * @param col column number, 0-based 198 public native byte[] column_bytes(int col) throws SQLite.Exception; 202 * @param col column number, 0-based 205 public native String column_string(int col) throws SQLite.Exception [all...] |
/external/libjpeg-turbo/ |
jdcolext.c | 39 register JDIMENSION col; local 55 for (col = 0; col < num_cols; col++) { 56 y = GETJSAMPLE(inptr0[col]); 57 cb = GETJSAMPLE(inptr1[col]); 58 cr = GETJSAMPLE(inptr2[col]); 89 register JDIMENSION col; local 95 for (col = 0; col < num_cols; col++) 121 register JDIMENSION col; local [all...] |
/cts/tools/dasm/src/java_cup/ |
parse_action_table.java | 69 for (int col = 0; col < under_state[row].size(); col++) 72 act = under_state[row].under_term[col]; 116 for (int col = 0; col < under_state[row].size(); col++) 119 if (under_state[row].under_term[col].kind() != parse_action.ERROR) 121 result += col + ":" + under_state[row].under_term[col] + " " [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
deblock.c | 48 int col; local 60 for (col = 0; col < cols; col++) { 61 unsigned char p_above2 = p_src[col - 2 * src_pitch]; 62 unsigned char p_above1 = p_src[col - src_pitch]; 63 unsigned char p_below1 = p_src[col + src_pitch]; 64 unsigned char p_below2 = p_src[col + 2 * src_pitch]; 66 v = p_src[col]; 68 if ((abs(v - p_above2) < flimits[col]) & [all...] |
/external/pdfium/fxbarcode/datamatrix/ |
BC_DefaultPlacement.cpp | 48 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { 49 return m_bits[row * m_numcols + col] == 1; 51 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, bool bit) { 52 m_bits[row * m_numcols + col] = bit ? (uint8_t)1 : (uint8_t)0; 54 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { 55 return m_bits[row * m_numcols + col] != 2; 60 int32_t col = 0; local 62 if ((row == m_numrows) && (col == 0)) { 65 if ((row == m_numrows - 2) && (col == 0) && ((m_numcols % 4) != 0)) { 68 if ((row == m_numrows - 2) && (col == 0) && (m_numcols % 8 == 4)) [all...] |
/external/libhevc/decoder/ |
ihevcd_itrans_recon_dc.c | 93 WORD32 row, col; local 110 for(col = 0; col < trans_size; col++) 111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value)); 123 WORD32 row, col; local 141 for(col = 0; col < trans_size; col++ [all...] |