HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 1 - 25 of 1695) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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();
  /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...]
  /libcore/support/src/test/java/tests/support/
Support_CollectionTest.java 27 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest
35 col = c;
40 new Support_UnmodifiableCollectionTest("", col).runTest();
49 assertTrue("CollectionTest - a) add did not work", col.add(new Integer(
51 assertTrue("CollectionTest - b) add did not work", col
55 assertTrue("CollectionTest - a) remove did not work", col
57 assertTrue("CollectionTest - b) remove did not work", !col
61 assertTrue("CollectionTest - a) addAll failed", col
63 assertTrue("CollectionTest - b) addAll failed", col
67 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/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...]
  /frameworks/ml/nn/runtime/test/specs/V1_0/
concat_float_2.mod.py 22 col = 230 variable
25 input1 = Input("input1", "TENSOR_FLOAT32", "{%d, %d}" % (row1, col)) # input tensor 1
26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2
28 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (output_row, col)) # output
32 input1_values = [x for x in range(row1 * col)]
33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
37 output_values = [x for x in range(output_row * col)]
concat_quant8_2.mod.py 22 col = 300 variable
25 input1 = Input("input1", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row1, col))
26 input2 = Input("input2", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row2, col))
28 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (output_row, col))
32 input1_values = [x % 256 for x in range(row1 * col)]
33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
37 output_values = [x % 256 for x in range(output_row * col)]
  /frameworks/ml/nn/runtime/test/specs/V1_1/
concat_float_2_relaxed.mod.py 22 col = 230 variable
25 input1 = Input("input1", "TENSOR_FLOAT32", "{%d, %d}" % (row1, col)) # input tensor 1
26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2
28 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (output_row, col)) # output
33 input1_values = [x for x in range(row1 * col)]
34 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
38 output_values = [x for x in range(output_row * col)]
  /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...]
  /frameworks/rs/
rsMatrix2x2.h 28 inline float get(uint32_t col, uint32_t row) const {
29 return m[col*2 + row];
32 inline void set(uint32_t col, uint32_t row, float v) {
33 m[col*2 + row] = v;
rsMatrix3x3.h 28 inline float get(uint32_t col, uint32_t row) const {
29 return m[col*3 + row];
32 inline void set(uint32_t col, uint32_t row, float v) {
33 m[col*3 + row] = v;
  /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...]

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>