Home
last modified time | relevance | path

Searched refs:rows2 (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/textproc/xsv-rs/xsv-0.13.0/tests/
H A Dtest_cat.rs19 wrk.create("in2.csv", rows2); in run_cat()
30 let (rows1, rows2) = in prop_cat_rows()
35 (rows1.to_vec(), rows2.to_vec()) in prop_cat_rows()
48 let (rows1, rows2) = in cat_rows_space()
53 (rows1.to_vec(), rows2.to_vec()) in cat_rows_space()
63 let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]]; in cat_rows_headers() localVariable
66 expected.extend(rows2.clone().into_iter().skip(1)); in cat_rows_headers()
75 fn p(rows1: CsvData, rows2: CsvData) -> bool { in prop_cat_cols()
82 for (mut r1, r2) in rows1.zip(rows2) { in prop_cat_cols()
108 let rows2 = vec![svec!["y", "z"], svec!["y", "z"]]; in cat_cols_no_pad() localVariable
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/avx/
H A Davx32_utils.rs57 rows2: [__m256; 3],
65 let transposed1 = transpose_4x4_f32([rows2[0], rows2[1], rows2[2], _mm256_setzero_ps()]);
86 rows2: [__m256; 4],
94 let transposed1 = transpose_4x4_f32([rows2[0], rows2[1], rows2[2], rows2[3]]);
115 rows2: [__m256; 6],
124 let transposed_hi1 = transpose_4x4_f32([rows2[0], rows2[1], rows2[2], rows2[3]]);
127 let [unpacked_bottom2, unpacked_bottom3] = AvxVector::unpack_complex([rows2[4], rows2[5]]);
163 rows2: [__m256; 4],
191 rows2: [__m256; 6],
195 let [unpacked4, unpacked5] = AvxVector::unpack_complex([rows2[0], rows2[1]]);
[all …]
H A Davx64_utils.rs119 rows2: [__m256d; 3],
124 let chunk2 = [rows2[1], rows2[2]];
188 rows2: [__m256d; 6],
196 let chunk20 = [rows2[0], rows2[1]];
197 let chunk21 = [rows2[2], rows2[3]];
198 let chunk22 = [rows2[4], rows2[5]];
244 rows2: [__m256d; 4],
250 let chunk20 = [rows2[0], rows2[1]];
251 let chunk21 = [rows2[2], rows2[3]];
293 let chunk20 = [rows2[0], rows2[1]];
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/arm/
H A Dinterp_bicubic_fp16s.h91 float* rows2 = rowsbuf2; in resize_bicubic_image_fp16s() local
109 rows1 = rows2; in resize_bicubic_image_fp16s()
110 rows2 = rows3; in resize_bicubic_image_fp16s()
135 rows0 = rows2; in resize_bicubic_image_fp16s()
137 rows2 = rows0_old; in resize_bicubic_image_fp16s()
169 rows2 = rows1_old; in resize_bicubic_image_fp16s()
241 float* rows2p = rows2; in resize_bicubic_image_fp16s()
266 __fp16* rows2 = rowsbuf2; in resize_bicubic_image_fp16sa() local
284 rows1 = rows2; in resize_bicubic_image_fp16sa()
285 rows2 = rows3; in resize_bicubic_image_fp16sa()
[all …]
H A Dinterp_bicubic_bf16s.h27 float* rows2 = rowsbuf2; in resize_bicubic_image_bf16s() local
45 rows1 = rows2; in resize_bicubic_image_bf16s()
46 rows2 = rows3; in resize_bicubic_image_bf16s()
71 rows0 = rows2; in resize_bicubic_image_bf16s()
73 rows2 = rows0_old; in resize_bicubic_image_bf16s()
79 float* rows2p = rows2; in resize_bicubic_image_bf16s()
102 float* rows2_old = rows2; in resize_bicubic_image_bf16s()
105 rows2 = rows1_old; in resize_bicubic_image_bf16s()
113 float* rows2p = rows2; in resize_bicubic_image_bf16s()
144 float* rows2p = rows2; in resize_bicubic_image_bf16s()
[all …]
H A Dinterp_bicubic.h91 float* rows2 = rowsbuf2; in resize_bicubic_image() local
109 rows1 = rows2; in resize_bicubic_image()
110 rows2 = rows3; in resize_bicubic_image()
135 rows0 = rows2; in resize_bicubic_image()
137 rows2 = rows0_old; in resize_bicubic_image()
143 float* rows2p = rows2; in resize_bicubic_image()
166 float* rows2_old = rows2; in resize_bicubic_image()
169 rows2 = rows1_old; in resize_bicubic_image()
177 float* rows2p = rows2; in resize_bicubic_image()
208 float* rows2p = rows2; in resize_bicubic_image()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/arm/
H A Dinterp_bicubic_fp16s.h91 float* rows2 = rowsbuf2; in resize_bicubic_image_fp16s() local
109 rows1 = rows2; in resize_bicubic_image_fp16s()
110 rows2 = rows3; in resize_bicubic_image_fp16s()
135 rows0 = rows2; in resize_bicubic_image_fp16s()
137 rows2 = rows0_old; in resize_bicubic_image_fp16s()
169 rows2 = rows1_old; in resize_bicubic_image_fp16s()
241 float* rows2p = rows2; in resize_bicubic_image_fp16s()
266 __fp16* rows2 = rowsbuf2; in resize_bicubic_image_fp16sa() local
284 rows1 = rows2; in resize_bicubic_image_fp16sa()
285 rows2 = rows3; in resize_bicubic_image_fp16sa()
[all …]
H A Dinterp_bicubic_bf16s.h27 float* rows2 = rowsbuf2; in resize_bicubic_image_bf16s() local
45 rows1 = rows2; in resize_bicubic_image_bf16s()
46 rows2 = rows3; in resize_bicubic_image_bf16s()
71 rows0 = rows2; in resize_bicubic_image_bf16s()
73 rows2 = rows0_old; in resize_bicubic_image_bf16s()
79 float* rows2p = rows2; in resize_bicubic_image_bf16s()
102 float* rows2_old = rows2; in resize_bicubic_image_bf16s()
105 rows2 = rows1_old; in resize_bicubic_image_bf16s()
113 float* rows2p = rows2; in resize_bicubic_image_bf16s()
144 float* rows2p = rows2; in resize_bicubic_image_bf16s()
[all …]
H A Dinterp_bicubic.h91 float* rows2 = rowsbuf2; in resize_bicubic_image() local
109 rows1 = rows2; in resize_bicubic_image()
110 rows2 = rows3; in resize_bicubic_image()
135 rows0 = rows2; in resize_bicubic_image()
137 rows2 = rows0_old; in resize_bicubic_image()
143 float* rows2p = rows2; in resize_bicubic_image()
166 float* rows2_old = rows2; in resize_bicubic_image()
169 rows2 = rows1_old; in resize_bicubic_image()
177 float* rows2p = rows2; in resize_bicubic_image()
208 float* rows2p = rows2; in resize_bicubic_image()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/riscv/
H A Dinterp_bicubic_fp16s.h100 float* rows2 = rowsbuf2; in resize_bicubic_image_fp16s() local
118 rows1 = rows2; in resize_bicubic_image_fp16s()
119 rows2 = rows3; in resize_bicubic_image_fp16s()
144 rows0 = rows2; in resize_bicubic_image_fp16s()
146 rows2 = rows0_old; in resize_bicubic_image_fp16s()
178 rows2 = rows1_old; in resize_bicubic_image_fp16s()
250 float* rows2p = rows2; in resize_bicubic_image_fp16s()
275 __fp16* rows2 = rowsbuf2; in resize_bicubic_image_fp16sa() local
293 rows1 = rows2; in resize_bicubic_image_fp16sa()
294 rows2 = rows3; in resize_bicubic_image_fp16sa()
[all …]
H A Dinterp_bicubic.h100 float* rows2 = rowsbuf2; in resize_bicubic_image() local
118 rows1 = rows2; in resize_bicubic_image()
119 rows2 = rows3; in resize_bicubic_image()
144 rows0 = rows2; in resize_bicubic_image()
146 rows2 = rows0_old; in resize_bicubic_image()
152 float* rows2p = rows2; in resize_bicubic_image()
175 float* rows2_old = rows2; in resize_bicubic_image()
178 rows2 = rows1_old; in resize_bicubic_image()
186 float* rows2p = rows2; in resize_bicubic_image()
217 float* rows2p = rows2; in resize_bicubic_image()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/arm/
H A Dinterp_bicubic_fp16s.h100 float* rows2 = rowsbuf2; in resize_bicubic_image_fp16s() local
118 rows1 = rows2; in resize_bicubic_image_fp16s()
119 rows2 = rows3; in resize_bicubic_image_fp16s()
144 rows0 = rows2; in resize_bicubic_image_fp16s()
146 rows2 = rows0_old; in resize_bicubic_image_fp16s()
178 rows2 = rows1_old; in resize_bicubic_image_fp16s()
250 float* rows2p = rows2; in resize_bicubic_image_fp16s()
275 __fp16* rows2 = rowsbuf2; in resize_bicubic_image_fp16sa() local
293 rows1 = rows2; in resize_bicubic_image_fp16sa()
294 rows2 = rows3; in resize_bicubic_image_fp16sa()
[all …]
H A Dinterp_bicubic_bf16s.h27 float* rows2 = rowsbuf2; in resize_bicubic_image_bf16s() local
45 rows1 = rows2; in resize_bicubic_image_bf16s()
46 rows2 = rows3; in resize_bicubic_image_bf16s()
71 rows0 = rows2; in resize_bicubic_image_bf16s()
73 rows2 = rows0_old; in resize_bicubic_image_bf16s()
79 float* rows2p = rows2; in resize_bicubic_image_bf16s()
102 float* rows2_old = rows2; in resize_bicubic_image_bf16s()
105 rows2 = rows1_old; in resize_bicubic_image_bf16s()
113 float* rows2p = rows2; in resize_bicubic_image_bf16s()
144 float* rows2p = rows2; in resize_bicubic_image_bf16s()
[all …]
H A Dinterp_bicubic.h100 float* rows2 = rowsbuf2; in resize_bicubic_image() local
118 rows1 = rows2; in resize_bicubic_image()
119 rows2 = rows3; in resize_bicubic_image()
144 rows0 = rows2; in resize_bicubic_image()
146 rows2 = rows0_old; in resize_bicubic_image()
152 float* rows2p = rows2; in resize_bicubic_image()
175 float* rows2_old = rows2; in resize_bicubic_image()
178 rows2 = rows1_old; in resize_bicubic_image()
186 float* rows2p = rows2; in resize_bicubic_image()
217 float* rows2p = rows2; in resize_bicubic_image()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/arm/
H A Dinterp_bicubic_fp16s.h91 float* rows2 = rowsbuf2; in resize_bicubic_image_fp16s() local
109 rows1 = rows2; in resize_bicubic_image_fp16s()
110 rows2 = rows3; in resize_bicubic_image_fp16s()
135 rows0 = rows2; in resize_bicubic_image_fp16s()
137 rows2 = rows0_old; in resize_bicubic_image_fp16s()
169 rows2 = rows1_old; in resize_bicubic_image_fp16s()
241 float* rows2p = rows2; in resize_bicubic_image_fp16s()
266 __fp16* rows2 = rowsbuf2; in resize_bicubic_image_fp16sa() local
284 rows1 = rows2; in resize_bicubic_image_fp16sa()
285 rows2 = rows3; in resize_bicubic_image_fp16sa()
[all …]
H A Dinterp_bicubic_bf16s.h27 float* rows2 = rowsbuf2; in resize_bicubic_image_bf16s() local
45 rows1 = rows2; in resize_bicubic_image_bf16s()
46 rows2 = rows3; in resize_bicubic_image_bf16s()
71 rows0 = rows2; in resize_bicubic_image_bf16s()
73 rows2 = rows0_old; in resize_bicubic_image_bf16s()
79 float* rows2p = rows2; in resize_bicubic_image_bf16s()
102 float* rows2_old = rows2; in resize_bicubic_image_bf16s()
105 rows2 = rows1_old; in resize_bicubic_image_bf16s()
113 float* rows2p = rows2; in resize_bicubic_image_bf16s()
144 float* rows2p = rows2; in resize_bicubic_image_bf16s()
[all …]
H A Dinterp_bicubic.h91 float* rows2 = rowsbuf2; in resize_bicubic_image() local
109 rows1 = rows2; in resize_bicubic_image()
110 rows2 = rows3; in resize_bicubic_image()
135 rows0 = rows2; in resize_bicubic_image()
137 rows2 = rows0_old; in resize_bicubic_image()
143 float* rows2p = rows2; in resize_bicubic_image()
166 float* rows2_old = rows2; in resize_bicubic_image()
169 rows2 = rows1_old; in resize_bicubic_image()
177 float* rows2p = rows2; in resize_bicubic_image()
208 float* rows2p = rows2; in resize_bicubic_image()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/arm/
H A Dinterp_bicubic_fp16s.h91 float* rows2 = rowsbuf2; in resize_bicubic_image_fp16s() local
109 rows1 = rows2; in resize_bicubic_image_fp16s()
110 rows2 = rows3; in resize_bicubic_image_fp16s()
135 rows0 = rows2; in resize_bicubic_image_fp16s()
137 rows2 = rows0_old; in resize_bicubic_image_fp16s()
169 rows2 = rows1_old; in resize_bicubic_image_fp16s()
241 float* rows2p = rows2; in resize_bicubic_image_fp16s()
266 __fp16* rows2 = rowsbuf2; in resize_bicubic_image_fp16sa() local
284 rows1 = rows2; in resize_bicubic_image_fp16sa()
285 rows2 = rows3; in resize_bicubic_image_fp16sa()
[all …]
H A Dinterp_bicubic_bf16s.h27 float* rows2 = rowsbuf2; in resize_bicubic_image_bf16s() local
45 rows1 = rows2; in resize_bicubic_image_bf16s()
46 rows2 = rows3; in resize_bicubic_image_bf16s()
71 rows0 = rows2; in resize_bicubic_image_bf16s()
73 rows2 = rows0_old; in resize_bicubic_image_bf16s()
79 float* rows2p = rows2; in resize_bicubic_image_bf16s()
102 float* rows2_old = rows2; in resize_bicubic_image_bf16s()
105 rows2 = rows1_old; in resize_bicubic_image_bf16s()
113 float* rows2p = rows2; in resize_bicubic_image_bf16s()
144 float* rows2p = rows2; in resize_bicubic_image_bf16s()
[all …]
/dports/deskutils/moregroupware/moregroupware/modules/calendar/templates/default/html/
H A Dcollision2.tpl10 {section name=rows2 loop=$rowhead}
13 {section name=cols2 loop=$rowhead[rows2].dates}
14 {if $rowhead[rows2].dates[cols2].mins eq 0}
16 {$rowhead[rows2].dates[cols2].hour}
22 <td class="heute" width="200" height="20">&nbsp;{$rowhead[rows2].name}</td>
23 {section name=cols2 loop=$rowhead[rows2].dates}
25 {$rowhead[rows2].dates[cols2].mins}
H A D_calendar_all_h.tpl14 {section name=rows2 loop=$rowhead}
17 {section name=cols2 loop=$rowhead[rows2].dates}
18 {if $rowhead[rows2].dates[cols2].mins eq 0}
20 {$rowhead[rows2].dates[cols2].hour}
27 {section name=cols2 loop=$rowhead[rows2].dates}
29 {$rowhead[rows2].dates[cols2].mins}
37 <td class="tab" width="200" height="20">&nbsp;<B><U>{$rowhead[rows2].name}</U></B></td>
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dmultistatement_test.go264 defer rows2.Close()
266 if rows2.Next() {
267 if err := rows2.Scan(&v1); err != nil {
278 if !rows2.NextResultSet() {
281 if rows2.Next() {
282 if err := rows2.Scan(&v2); err != nil {
293 if !rows2.NextResultSet() {
296 if rows2.Next() {
297 if err := rows2.Scan(&v3); err != nil {
308 if !rows2.NextResultSet() {
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/dynamic_link/tests/nonreg_tests/
H A Dbug_3639.c15 int l1 = 0, rows1 = 0, cols1 = 0, l2 = 0, rows2 = 0, cols2 = 0, l3 = 0, rows3 = 1, cols3 = 1; in c_intsum() local
56 sciErr = getVarDimension(pvApiCtx, piAddr2, &rows2, &cols2); in c_intsum()
62 sciErr = getMatrixOfDouble(pvApiCtx, piAddr2, &rows2, &cols2, &pdbl2); in c_intsum()
83 if (!(rows2 == 1) | !(cols2 == 1)) in c_intsum()
100 int l1 = 0, rows1 = 0, cols1 = 0, l2 = 0, rows2 = 0, cols2 = 0, l3 = 0, rows3 = 1, cols3 = 1; in c_intsub() local
140 sciErr = getVarDimension(pvApiCtx, piAddr2, &rows2, &cols2); in c_intsub()
146 sciErr = getMatrixOfDouble(pvApiCtx, piAddr2, &rows2, &cols2, &pdbl2); in c_intsub()
166 if (!(rows2 == 1) | !(cols2 == 1)) in c_intsub()
H A Dbug_3392.c13 int rows1 = 0, cols1 = 0, rows2 = 0, cols2 = 0, rows3 = 1, cols3 = 1; in c_intsum() local
54 sciErr = getVarDimension(pvApiCtx, piAddr2, &rows2, &cols2); in c_intsum()
60 sciErr = getMatrixOfDouble(pvApiCtx, piAddr2, &rows2, &cols2, &pdbl2); in c_intsum()
84 if (!(rows2 == 1) | !(cols2 == 1)) in c_intsum()
102 int rows1 = 0, cols1 = 0, rows2 = 0, cols2 = 0, rows3 = 1, cols3 = 1; in c_intsub() local
141 sciErr = getVarDimension(pvApiCtx, piAddr2, &rows2, &cols2); in c_intsub()
147 sciErr = getMatrixOfDouble(pvApiCtx, piAddr2, &rows2, &cols2, &pdbl2); in c_intsub()
169 if (!(rows2 == 1) | !(cols2 == 1)) in c_intsub()
/dports/misc/ncnn/ncnn-20211208/src/layer/mips/
H A Dinterp_bicubic.h100 float* rows2 = rowsbuf2; in resize_bicubic_image() local
118 rows1 = rows2; in resize_bicubic_image()
119 rows2 = rows3; in resize_bicubic_image()
144 rows0 = rows2; in resize_bicubic_image()
146 rows2 = rows0_old; in resize_bicubic_image()
152 float* rows2p = rows2; in resize_bicubic_image()
175 float* rows2_old = rows2; in resize_bicubic_image()
178 rows2 = rows1_old; in resize_bicubic_image()
186 float* rows2p = rows2; in resize_bicubic_image()
217 float* rows2p = rows2; in resize_bicubic_image()
[all …]

12345678910