Home
last modified time | relevance | path

Searched refs:row_size (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/dports/devel/mdds/mdds-1.7.0/misc/
H A Dmatrix_perf.cpp87 for (size_t row = 0; row < row_size; ++row) in init_manual_loop()
99 vals.reserve(row_size*col_size); in init_value_vector()
140 size_t row_size = 20000, col_size = 8000; in perf_construction() local
173 multi_mx_type mx(row_size, col_size); in perf_construction()
181 size_t row_size = 10000; in perf_insertion() local
191 multi_mx_type mx(row_size, col_size); in perf_insertion()
227 vals.reserve(row_size*col_size); in perf_insertion()
249 size_t row_size = 10000; in perf_sum_all_values() local
323 size_t row_size = 10000; in perf_sum_all_values_multi_block() local
388 vals.reserve(row_size); in perf_sum_all_values_multi_block()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DScoreMatrix.h45 size_t row_size = size / MAX_ALIGN_INT; in unserialize() local
46 row_size = (row_size + 1) * MAX_ALIGN_INT; // for SIMD memory alignment in unserialize()
48 size_t scoreSize = size * row_size * sizeof(short); in unserialize()
49 return ScoreMatrix((short *) data, (unsigned int *) (data + scoreSize), size, row_size); in unserialize()
54 size_t row_size = size / MAX_ALIGN_INT; in unserializeCopy() local
55 row_size = (row_size + 1) * MAX_ALIGN_INT; // for SIMD memory alignment in unserializeCopy()
57 size_t scoreSize = size * row_size * sizeof(short); in unserializeCopy()
58 short * score = (short *) mem_align(MAX_ALIGN_INT, (size * (row_size)) * sizeof(short)); in unserializeCopy()
59 …unsigned int * index = (unsigned int *)mem_align(MAX_ALIGN_INT, (size * (row_size)) * sizeof(unsig… in unserializeCopy()
61 memcpy(index, data + scoreSize, size * row_size * sizeof(unsigned int)); in unserializeCopy()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/ops/
H A Ddbcsr_test_methods.F142 row_size=row_size, col_size=col_size, &
151 nrow=row_size, ncol=col_size)
174 row_size=col_size, col_size=row_size, &
185 CALL dbcsr_block_conjg(dense, row_size=col_size, col_size=row_size, &
198 row_size=col_size, col_size=row_size, &
200 CALL dbcsr_block_conjg(dense, row_size=col_size, col_size=row_size, &
249 row_size=row_size, col_size=col_size, &
272 row_size=col_size, col_size=row_size, &
280 CALL dbcsr_block_conjg(dense, row_size=col_size, col_size=row_size, &
290 row_size=col_size, col_size=row_size, &
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/ops/
H A Ddbcsr_test_methods.F143 row_size=row_size, col_size=col_size, &
152 nrow=row_size, ncol=col_size)
175 row_size=col_size, col_size=row_size, &
186 CALL dbcsr_block_conjg(dense, row_size=col_size, col_size=row_size, &
199 row_size=col_size, col_size=row_size, &
201 CALL dbcsr_block_conjg(dense, row_size=col_size, col_size=row_size, &
251 row_size=row_size, col_size=col_size, &
274 row_size=col_size, col_size=row_size, &
282 CALL dbcsr_block_conjg(dense, row_size=col_size, col_size=row_size, &
292 row_size=col_size, col_size=row_size, &
[all …]
/dports/multimedia/mpeg_play/mpeg_play/
H A Dvideo.c3148 index += row_size;
3159 index += row_size;
3201 index += row_size;
3246 row_size >>= 1;
3266 row_size >>= 2;
4210 row_size >>= 1;
4227 row_size >>= 2;
4280 row_size >>= 1;
4287 src += row_size;
4292 row_size >>= 2;
[all …]
H A Dmb_ordered.c444 row_size /= 4;
451 d += row_size;
452 s += row_size;
461 row_size /= 2;
472 d += row_size;
473 s += row_size;
509 row_size /= 4;
516 d += row_size;
517 s += row_size;
527 row_size /= 2;
[all …]
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dvideo.cpp2397 dest += row_size; in ReconIMBlock()
2756 row_size >>= 1; in ReconPMBlock()
2776 row_size >>= 2; in ReconPMBlock()
3233 row_size >>= 1; in ReconBMBlock()
3253 row_size >>= 2; in ReconBMBlock()
3749 index += row_size; in ReconBiMBlock()
3762 index += row_size; in ReconBiMBlock()
3777 index += row_size; in ReconBiMBlock()
3789 index += row_size; in ReconBiMBlock()
4574 row_size >>= 1; in ReconSkippedBlock()
[all …]
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Dvideo.cpp2295 dest += row_size; in ReconIMBlock()
2654 row_size >>= 1; in ReconPMBlock()
2674 row_size >>= 2; in ReconPMBlock()
3133 row_size >>= 1; in ReconBMBlock()
3153 row_size >>= 2; in ReconBMBlock()
3649 index += row_size; in ReconBiMBlock()
3662 index += row_size; in ReconBiMBlock()
3677 index += row_size; in ReconBiMBlock()
3689 index += row_size; in ReconBiMBlock()
4438 row_size >>= 1; in ReconSkippedBlock()
[all …]
/dports/multimedia/mpeg_stat/mpeg_stat/
H A Dvideo.c2272 row_size >>= 1;
2292 row_size >>= 2;
2591 row_size >>= 1;
2611 row_size >>= 2;
3346 dest += row_size;
3452 row_size >>= 1;
3469 row_size >>= 2;
3522 row_size >>= 1;
3529 src += row_size;
3534 row_size >>= 2;
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/doc/example/misc/
H A Dwin32_bitmap.cpp55 size_t row_size; in bitmap_row_size() local
57 row_size = static_cast<size_t>(width) * (bit_count / 8); in bitmap_row_size()
58 row_size = row_size % 4 ? row_size + 4 - row_size % 4 : row_size; in bitmap_row_size()
60 return row_size; in bitmap_row_size()
152 size_t row_size() const noexcept in row_size() function in WindowsBitmap::impl
154 size_t row_size = static_cast<size_t>(width()) * (bit_count() / 8); in row_size() local
155 row_size = (row_size % 4) ? row_size + 4 - row_size % 4 : row_size; in row_size()
156 return row_size; in row_size()
191 return image_data + row_size() * (height() - 1); in read_ptr()
199 ptrdiff_t stride() const noexcept { return -static_cast<ptrdiff_t>(row_size()); } in stride()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/doc/example/misc/
H A Dwin32_bitmap.cpp55 size_t row_size; in bitmap_row_size() local
57 row_size = static_cast<size_t>(width) * (bit_count / 8); in bitmap_row_size()
58 row_size = row_size % 4 ? row_size + 4 - row_size % 4 : row_size; in bitmap_row_size()
60 return row_size; in bitmap_row_size()
152 size_t row_size() const noexcept in row_size() function in WindowsBitmap::impl
154 size_t row_size = static_cast<size_t>(width()) * (bit_count() / 8); in row_size() local
155 row_size = (row_size % 4) ? row_size + 4 - row_size % 4 : row_size; in row_size()
156 return row_size; in row_size()
191 return image_data + row_size() * (height() - 1); in read_ptr()
199 ptrdiff_t stride() const noexcept { return -static_cast<ptrdiff_t>(row_size()); } in stride()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testcommon/
H A Dwin32_bitmap.cpp55 size_t row_size; in bitmap_row_size() local
57 row_size = static_cast<size_t>(width) * (bit_count / 8); in bitmap_row_size()
58 row_size = row_size % 4 ? row_size + 4 - row_size % 4 : row_size; in bitmap_row_size()
60 return row_size; in bitmap_row_size()
152 size_t row_size() const noexcept in row_size() function in WindowsBitmap::impl
154 size_t row_size = static_cast<size_t>(width()) * (bit_count() / 8); in row_size() local
155 row_size = (row_size % 4) ? row_size + 4 - row_size % 4 : row_size; in row_size()
156 return row_size; in row_size()
191 return image_data + row_size() * (height() - 1); in read_ptr()
199 ptrdiff_t stride() const noexcept { return -static_cast<ptrdiff_t>(row_size()); } in stride()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testcommon/
H A Dwin32_bitmap.cpp55 size_t row_size; in bitmap_row_size() local
57 row_size = static_cast<size_t>(width) * (bit_count / 8); in bitmap_row_size()
58 row_size = row_size % 4 ? row_size + 4 - row_size % 4 : row_size; in bitmap_row_size()
60 return row_size; in bitmap_row_size()
152 size_t row_size() const noexcept in row_size() function in WindowsBitmap::impl
154 size_t row_size = static_cast<size_t>(width()) * (bit_count() / 8); in row_size() local
155 row_size = (row_size % 4) ? row_size + 4 - row_size % 4 : row_size; in row_size()
156 return row_size; in row_size()
191 return image_data + row_size() * (height() - 1); in read_ptr()
199 ptrdiff_t stride() const noexcept { return -static_cast<ptrdiff_t>(row_size()); } in stride()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp254 const int row_size = 7; in PNG_PredictorEncode() local
255 const int row_count = (*data_size + row_size - 1) / row_size; in PNG_PredictorEncode()
270 pDestData += (row_size + 1); in PNG_PredictorEncode()
271 pSrcData += row_size; in PNG_PredictorEncode()
353 if (row_size <= 0) in PNG_Predictor()
355 const int row_count = (data_size + row_size) / (row_size + 1); in PNG_Predictor()
367 int move_size = row_size; in PNG_Predictor()
430 pSrcData += row_size + 1; in PNG_Predictor()
431 pDestData += row_size; in PNG_Predictor()
486 if (row_size == 0) in TIFF_Predictor()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp253 const int row_size = 7; in PNG_PredictorEncode() local
254 const int row_count = (*data_size + row_size - 1) / row_size; in PNG_PredictorEncode()
269 pDestData += (row_size + 1); in PNG_PredictorEncode()
270 pSrcData += row_size; in PNG_PredictorEncode()
352 if (row_size <= 0) in PNG_Predictor()
354 const int row_count = (data_size + row_size) / (row_size + 1); in PNG_Predictor()
366 int move_size = row_size; in PNG_Predictor()
429 pSrcData += row_size + 1; in PNG_Predictor()
430 pDestData += row_size; in PNG_Predictor()
485 if (row_size == 0) in TIFF_Predictor()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DBit_Matrix_inlines.hh35 row_size(0) { in Bit_Matrix()
47 row_size(n_columns) { in Bit_Matrix()
53 row_size(y.row_size) { in Bit_Matrix()
75 PPL_ASSERT(n <= row_size); in remove_trailing_columns()
76 row_size -= n; in remove_trailing_columns()
82 std::swap(row_size, y.row_size); in m_swap()
100 return row_size; in num_columns()
113 row_size = 0; in clear()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DYoungTab.cc39 void tableau_base::add_row(unsigned int row_size) in add_row() argument
41 assert(row_size>0); in add_row()
43 for(unsigned int i=0; i<row_size; ++i) in add_row()
52 for(unsigned int c=0; c<row_size(r); ++c) in dimension()
65 if(row_size(r)-1<c) in column_size()
75 assert(col<row_size(row)); in hook_length()
76 unsigned long hook=row_size(row)-col; in hook_length()
77 for(unsigned int i=row+1; i<number_of_rows() && col<row_size(i); ++i) in hook_length()
86 for(unsigned int j=0; j<row_size(i); ++j) in hook_length_prod()
115 unsigned int tableau::row_size(unsigned int num) const in row_size() function in yngtab::tableau
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DVertexCoordRemapper.cpp316 unsigned int x, y, row_size, depth; in RecursiveUpdate() local
453 row_size *= 2; in RecursiveUpdate()
811 row_size /= 2; in GetParentId()
833 row_size = 1 << depth; in GetPosition()
843 x = position_id % row_size; in GetPosition()
844 y = position_id / row_size; in GetPosition()
858 return add + x + y * row_size; in GetIndex()
938 row_size /= 2; in GetNext()
956 row_size *= 2; in GetNext()
980 row_size *= 2; in GetNext()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/src/prefiltering/
H A DExtendedSubstitutionMatrix.cpp24 size_t row_size = size / MAX_ALIGN_INT; in calcScoreMatrix() local
25 row_size = (row_size + 1) * MAX_ALIGN_INT; // for SIMD memory alignment in calcScoreMatrix()
30 short * score = (short *) mem_align(MAX_ALIGN_INT, (size * (row_size)) * sizeof(short)); in calcScoreMatrix()
32 …unsigned int * index = (unsigned int *)mem_align(MAX_ALIGN_INT, (size * (row_size)) * sizeof(unsig… in calcScoreMatrix()
55 score[(i_index * row_size) + z] = tmpScoreMatrix[z].first; in calcScoreMatrix()
56 index[(i_index * row_size) + z] = tmpScoreMatrix[z].second; in calcScoreMatrix()
58 for (size_t z = size; z < row_size; z++) { in calcScoreMatrix()
59 score[(i_index * row_size) + z] = -255; in calcScoreMatrix()
60 index[(i_index * row_size) + z] = 0; in calcScoreMatrix()
68 return ScoreMatrix(score, index, size, row_size); in calcScoreMatrix()
/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Dmatrix.c37 row_size = b * cell, in Matrix2d_size() local
38 data_size = a * row_size, in Matrix2d_size()
61 row_size = b * cell, in Matrix2d_create() local
62 data_size = a * row_size; in Matrix2d_create()
77 row_size = c * cell, in Matrix3d_size() local
79 + (b * row_size), in Matrix3d_size()
106 row_size = c * cell, in Matrix3d_create() local
108 + (b * row_size), in Matrix3d_create()
132 row_size = d * cell, in Matrix4d_size() local
134 + (c * row_size), in Matrix4d_size()
[all …]
/dports/security/yara/yara-4.1.1/libyara/modules/dotnet/
H A Ddotnet.c596 row_ptr += row_size; in dotnet_parse_tilde_2()
618 row_ptr += row_size; in dotnet_parse_tilde_2()
628 row_ptr += row_size; in dotnet_parse_tilde_2()
640 row_ptr += row_size; in dotnet_parse_tilde_2()
911 row_ptr += row_size; in dotnet_parse_tilde_2()
1089 row_ptr += row_size; in dotnet_parse_tilde_2()
1106 row_size = in dotnet_parse_tilde_2()
1190 row_size = in dotnet_parse_tilde_2()
1240 row_ptr += row_size; in dotnet_parse_tilde_2()
1274 row_ptr += row_size; in dotnet_parse_tilde_2()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/pe/
H A Ddotnet.c579 row_ptr += row_size; in dotnet_parse_tilde_2()
602 row_ptr += row_size; in dotnet_parse_tilde_2()
612 row_ptr += row_size; in dotnet_parse_tilde_2()
624 row_ptr += row_size; in dotnet_parse_tilde_2()
882 row_ptr += row_size; in dotnet_parse_tilde_2()
1051 row_size = ( in dotnet_parse_tilde_2()
1163 row_ptr += row_size; in dotnet_parse_tilde_2()
1191 row_ptr += row_size; in dotnet_parse_tilde_2()
1255 row_ptr += row_size; in dotnet_parse_tilde_2()
1264 row_ptr += row_size; in dotnet_parse_tilde_2()
[all …]
/dports/games/augustus/augustus-3.1.0/src/window/
H A Doption_popup.c54 option_menu_row_size row_size; member
58 … void (*close_func)(int selection), int original_option, int price, option_menu_row_size row_size) in init() argument
74 data.row_size = row_size; in init()
77 buttons[i + 2].y = 40 + START_Y_OFFSET + i * Y_OFFSET_PER_OPTION[data.row_size]; in init()
78 buttons[i + 2].height = Y_OFFSET_PER_OPTION[data.row_size] - 16; in init()
94 data.visible_options = (data.height - 160) / Y_OFFSET_PER_OPTION[data.row_size]; in calculate_visible_options()
103 scrollbar.height = Y_OFFSET_PER_OPTION[data.row_size] * data.visible_options; in calculate_visible_options()
145 int offset = data.row_size == OPTION_MENU_SMALL_ROW ? 128 : 160; in draw_background()
152 Y_OFFSET_PER_OPTION[data.row_size] / 16 - 1); in draw_background()
162 y_offset += Y_OFFSET_PER_OPTION[data.row_size]; in draw_background()
[all …]
/dports/graphics/optipng/optipng-0.7.7/src/pngxtern/
H A Dpngxmem.c26 pngx_alloc_size_t row_size; in pngx_malloc_rows_extended() local
35 row_size = png_get_rowbytes(png_ptr, info_ptr); in pngx_malloc_rows_extended()
37 if (row_size == 0 || in pngx_malloc_rows_extended()
40 if (row_size < min_row_size) in pngx_malloc_rows_extended()
41 row_size = min_row_size; in pngx_malloc_rows_extended()
55 row = (png_bytep)png_malloc(png_ptr, row_size); in pngx_malloc_rows_extended()
65 memset(row, filler, row_size); in pngx_malloc_rows_extended()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/compat/avisynth/
H A Davisynth_c_25.h45 return p->row_size>>1; in avs_get_row_size_p_25()
51 r = ((p->row_size+AVS_FRAME_ALIGN-1)&(~(AVS_FRAME_ALIGN-1)) )>>1; // Aligned rowsize in avs_get_row_size_p_25()
54 return p->row_size>>1; in avs_get_row_size_p_25()
59 r = (p->row_size+AVS_FRAME_ALIGN-1)&(~(AVS_FRAME_ALIGN-1)); // Aligned rowsize in avs_get_row_size_p_25()
62 return p->row_size; in avs_get_row_size_p_25()
64 return p->row_size; in avs_get_row_size_p_25()

12345678910>>...56