Searched defs:col (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_CollectionTest.java28 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...]
H A DSupport_UnmodifiableCollectionTest.java29 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
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dmv.h23 short col; member in struct:__anon9475
/external/toybox/toys/posix/
H A Dcomm.c28 static void writeline(const char *line, int col) argument
30 if (col == 0 && toys.optflags & FLAG_1) return;
31 else if (col == 1) {
34 } else if (col == 2) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DSimplexSolver.java76 * @param col the column to test the ratio of. See {@link #getPivotColumn(SimplexTableau)}
79 private Integer getPivotRow(SimplexTableau tableau, final int col) { argument
85 final double entry = tableau.getEntry(i, col);
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_dense_matrix.cc69 int* col,
73 *col = block_layout_[col_block_id];
66 GetCell(const int row_block_id, const int col_block_id, int* row, int* col, int* row_stride, int* col_stride) argument
H A Dblock_random_access_dense_matrix_test.cc54 int col; local
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
62 EXPECT_EQ(col, col_idx);
84 int col; local
88 i, j, &row, &col, &row_stride, &col_stride);
90 row, col, blocks[i], blocks[j]) =
H A Dblock_random_access_diagonal_matrix_test.cc58 int col; local
65 &row, &col,
75 EXPECT_EQ(col, 0);
81 row, col, blocks[row_block_id], blocks[col_block_id]) =
H A Ddynamic_compressed_row_sparse_matrix.cc49 int col,
53 CHECK_GE(col, 0);
54 CHECK_LT(col, num_cols());
55 dynamic_cols_[row].push_back(col);
48 InsertEntry(int row, int col, const double& value) argument
/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::all_unroller::__anon3898
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
47 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::any_unroller::__anon3899
53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
H A DCoreIterators.h48 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::DenseBase::InnerIterator
/external/eigen/Eigen/src/SparseCore/
H A DSparseTranspose.h43 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
44 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } function in class:Eigen::TransposeImpl::InnerIterator
57 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
58 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } function in class:Eigen::TransposeImpl::ReverseInnerIterator
/external/libavc/common/
H A Dih264_padding.c218 WORD32 row, col; local
231 for (col = -pad_size; col < 0; col++)
233 pu2_src[col] = u2_uv_val;
312 WORD32 row, col; local
323 for (col = 0; col < pad_size; col++)
325 pu2_src[col]
[all...]
/external/libavc/common/x86/
H A Dih264_mem_fns_ssse3.c83 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
[all...]
H A Dih264_padding_ssse3.c165 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_16x8
298 WORD32 col; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_mem_fns_ssse3_intr.c82 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
[all...]
H A Dihevc_padding_ssse3_intr.c168 WORD32 col; local
184 for(col = 0; col < pad_size; col += 8)
186 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b);
240 WORD32 col; local
254 for(col = 0; col < pad_size; col += 8)
256 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8
310 WORD32 col; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_itrans_recon_dc.c93 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...]
/external/mesa3d/src/mesa/swrast/
H A Ds_bitmap.c54 GLint row, col; local
84 for (col = 0; col < width; col++) {
86 span.array->x[count] = px + col;
106 for (col = 0; col < width; col++) {
108 span.array->x[count] = px + col;
154 GLint row, col;
[all...]
/external/openfst/src/script/
H A Dtext-io.cc47 vector<char *> col; local
48 SplitToVector(line, "\n\t ", &col, true);
49 if (col.size() == 0 || col[0][0] == '\0') // empty line
51 if (col.size() != 2) {
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
58 WeightClass weight(weight_type, col[1]);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cc44 int *line, int *col)
50 int *line, int *col) {
61 int line, col; local
64 sizeof(file_buf), &line, &col)) {
68 frame->info.column = col;
47 __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, char *file_buf, uptr file_siz, int *line, int *col) argument
/external/deqp/framework/common/
H A DtcuSurface.hpp56 void setPixel (int x, int y, RGBA col);
70 inline void Surface::setPixel (int x, int y, RGBA col) argument
78 *pixAddr = col.getPacked();
80 *((deUint8*)pixAddr + 0) = (deUint8)col.getRed();
81 *((deUint8*)pixAddr + 1) = (deUint8)col.getGreen();
82 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue();
83 *((deUint8*)pixAddr + 3) = (deUint8)col.getAlpha();
/external/libhevc/common/
H A Dihevc_padding.c150 //WORD32 col;
439 WORD32 col; local
450 for(col = -pad_size; col < 0; col++)
451 pu2_src[col] = u2_uv_val;
560 WORD32 col; local
571 for(col = 0; col < pad_size; col
[all...]
/external/libvncserver/libvncserver/
H A Ddraw.c3 void rfbFillRect(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) argument
7 char* colour=(char*)&col;
20 void rfbDrawPixel(rfbScreenInfoPtr s,int x,int y,rfbPixel col) argument
23 char* colour=(char*)&col;
31 void rfbDrawLine(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) argument
35 char* colour=(char*)&col;
53 rfbDrawPixel(s,x1,y1,col);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mv.h24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
47 mv->col = clamp(mv->col, min_col, max_col);

Completed in 4242 milliseconds

1234567891011>>