Home
last modified time | relevance | path

Searched refs:rows (Results 226 – 250 of 51092) sorted by relevance

12345678910>>...2044

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/shared/expected/
H A Dtransparent_decompress_chunk-12.out20 (7 rows)
36 (9 rows)
58 (7 rows)
66 (2 rows)
76 (4 rows)
84 (2 rows)
96 (6 rows)
108 (6 rows)
117 (3 rows)
146 (4 rows)
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dblas_level_1.c148 max = fabs(x[rows - 1]); in G_math_d_max_norm()
174 int rows) in G_math_d_ax_by() argument
181 for (i = rows - 1; i >= 0; i--) { in G_math_d_ax_by()
187 for (i = rows - 1; i >= 0; i--) { in G_math_d_ax_by()
193 for (i = rows - 1; i >= 0; i--) { in G_math_d_ax_by()
199 for (i = rows - 1; i >= 0; i--) { in G_math_d_ax_by()
205 for (i = rows - 1; i >= 0; i--) { in G_math_d_ax_by()
211 for (i = rows - 1; i >= 0; i--) { in G_math_d_ax_by()
337 for (i = 0; i < rows; i++) { in G_math_f_asum_norm()
367 max = fabs(x[rows - 1]); in G_math_f_max_norm()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/eigen2/
H A Deigen2_sparse_product.cpp14 const int rows = ref.rows(); in sparse_product() local
25 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_product()
28 DenseMatrix dm4 = DenseMatrix::Zero(rows, rows); in sparse_product()
29 SparseMatrixType m2(rows, rows); in sparse_product()
30 SparseMatrixType m3(rows, rows); in sparse_product()
31 SparseMatrixType m4(rows, rows); in sparse_product()
61 SparseMatrixType m2(rows, rows); in sparse_product()
62 SparseMatrixType m3(rows, rows); in sparse_product()
79 SparseMatrixType mUp(rows, rows); in sparse_product()
80 SparseMatrixType mLo(rows, rows); in sparse_product()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/matrix/
H A Dbase_matrix_bigmod.cc2251 if (A.long_value.rows > long_value.rows in split_t()
2498 if (A.long_value.rows > long_value.rows in split_h()
2652 if (A.long_value.rows > long_value.rows in split_h()
2786 if (A.long_value.rows > long_value.rows in split_h()
2924 if (A.long_value.rows > long_value.rows in split_h()
3064 if (A.long_value.rows > long_value.rows in split_h()
3216 if (A.long_value.rows > long_value.rows in split_v()
3372 if (A.long_value.rows > long_value.rows in split_v()
3508 if (A.long_value.rows > long_value.rows in split_v()
3647 if (A.long_value.rows > long_value.rows in split_v()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-visual-explain/
H A Dexplain-to-tree.t191 rows => undef,
316 rows => 935,
806 rows => 1,
927 rows => 2,
1370 rows => undef,
1410 rows => 10,
1449 rows => 200,
1479 rows => 40000,
1613 rows => undef,
1787 rows => undef,
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmbmpd.c102 rows = 0; in main()
111 rows++; in main()
116 rows++; in main()
121 rows++; in main()
126 rows++; in main()
131 rows++; in main()
136 rows++; in main()
140 rows++; in main()
145 rows++; in main()
153 rows++; in main()
[all …]
/dports/textproc/py-agate/agate-1.6.3/tests/test_table/
H A Dtest_order_py.py11 self.rows = (
42 rows = (
56 rows[2],
57 rows[0],
58 rows[1]
62 rows = (
76 rows[2],
77 rows[0],
78 rows[1]
96 rows = (
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/core/tests/
H A Dquerytable-test.cpp178 rows = qtbl_2.rows(); in testQueryBasics()
205 rows = qtbl_3.rows(); in testQueryBasics()
238 rows = qtbl_4.rows(); in testQueryBasics()
263 rows = qtbl_5.rows(); in testQueryBasics()
290 rows = qtbl_6.rows(); in testQueryBasics()
453 rows = qtbl_2.rows(); in testAccountQuery()
472 rows = qtbl_3.rows(); in testAccountQuery()
646 rows = invhold.rows(); in testInvestment()
729 const auto rows = invhold.rows(); in testSplitShares() local
765 const auto rows = qtbl.rows(); in testConversionRate() local
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gmath/test/
H A Dbench_blas3.c32 int bench_blas_level_3(int rows) in bench_blas_level_3() argument
36 bench_blas_level_3_double(rows); in bench_blas_level_3()
50 x = G_alloc_vector(rows); in bench_blas_level_3_double()
51 y = G_alloc_vector(rows); in bench_blas_level_3_double()
53 A = G_alloc_matrix(rows, rows); in bench_blas_level_3_double()
54 B = G_alloc_matrix(rows, rows); in bench_blas_level_3_double()
55 C = G_alloc_matrix(rows, rows); in bench_blas_level_3_double()
60 fill_d_vector_range_1(A[0], 1, rows*rows); in bench_blas_level_3_double()
61 fill_d_vector_range_1(B[0], 1, rows*rows); in bench_blas_level_3_double()
67 G_math_d_aA_B(A, B, 4.0 , C, rows , rows); in bench_blas_level_3_double()
[all …]
H A Dtest_tools_les.c98 return G_math_alloc_les_param(rows, rows, type, 2); in G_math_alloc_les()
113 return G_math_alloc_les_param(rows, rows, type, 1); in G_math_alloc_les_Ax()
128 return G_math_alloc_les_param(rows, rows, type, 0); in G_math_alloc_les_A()
143 return G_math_alloc_les_param(rows, rows, type, 2); in G_math_alloc_les_Ax_b()
181 rows); in G_math_alloc_les_param()
186 rows, cols); in G_math_alloc_les_param()
205 les->rows = rows; in G_math_alloc_les_param()
209 if (rows == cols) in G_math_alloc_les_param()
235 return G_math_alloc_f_les_param(rows, rows, type, 2); in G_math_alloc_f_les()
250 rows); in G_math_alloc_f_les_param()
[all …]
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dmatrix.cc5 rows = src.rows; in CMatrix()
7 data = new T [rows * cols]; in CMatrix()
9 rows = 0; in CMatrix()
18 rows = src.rows; in operator =()
22 rows = 0; in operator =()
35 this->rows = rows; in Realloc()
39 this->rows = 0; in Realloc()
70 this->retVal.Realloc (rows, y.rows); in multiplyByTransponed()
83 assert (rows == y.rows); in transponedMultiply()
84 if (rows != y.rows) { retval.Realloc (0,0); return; } in transponedMultiply()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_table_section_test.cc101 CellSpan rows; in TEST_F() local
106 EXPECT_EQ(0u, rows.End()); in TEST_F()
186 CellSpan rows; in TEST_F() local
191 EXPECT_EQ(1u, rows.End()); in TEST_F()
199 EXPECT_EQ(1u, rows.End()); in TEST_F()
208 EXPECT_EQ(2u, rows.End()); in TEST_F()
218 EXPECT_EQ(2u, rows.End()); in TEST_F()
227 EXPECT_EQ(2u, rows.End()); in TEST_F()
236 EXPECT_EQ(3u, rows.End()); in TEST_F()
264 CellSpan rows; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_table_section_test.cc97 CellSpan rows; in TEST_F() local
102 EXPECT_EQ(0u, rows.End()); in TEST_F()
176 CellSpan rows; in TEST_F() local
181 EXPECT_EQ(1u, rows.End()); in TEST_F()
189 EXPECT_EQ(1u, rows.End()); in TEST_F()
198 EXPECT_EQ(2u, rows.End()); in TEST_F()
208 EXPECT_EQ(2u, rows.End()); in TEST_F()
217 EXPECT_EQ(2u, rows.End()); in TEST_F()
226 EXPECT_EQ(3u, rows.End()); in TEST_F()
251 CellSpan rows; in TEST_F() local
[all …]
/dports/japanese/p5-WWW-MobileCarrierJP/WWW-MobileCarrierJP-0.65/xt/live/030_softbank/
H A D16_thirdforce_display.t138 rows: 12
143 rows: 15
148 rows: 18
153 rows: 23
158 rows: 30
163 rows: 36
168 rows: 56
176 rows: 5
181 rows: 7
186 rows: 8
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/cli/
H A Drepair_database.php154 $total_rows += $rows;
155 if ($rows > 0) {
172 $total_rows += $rows;
173 if ($rows > 0) {
189 $total_rows += $rows;
190 if ($rows > 0) {
206 $total_rows += $rows;
207 if ($rows > 0) {
227 $total_rows += $rows;
228 if ($rows > 0) {
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_update_no_read.result7 affected rows: 10
17 affected rows: 1
21 affected rows: 1
25 affected rows: 1
34 affected rows: 1
37 affected rows: 1
40 affected rows: 0
49 affected rows: 1
53 affected rows: 1
57 affected rows: 1
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/r/
H A Dndb_update_no_read.result7 affected rows: 10
17 affected rows: 1
21 affected rows: 1
25 affected rows: 1
34 affected rows: 1
37 affected rows: 1
40 affected rows: 0
49 affected rows: 1
53 affected rows: 1
57 affected rows: 1
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/r/
H A Dndb_update_no_read.result7 affected rows: 10
17 affected rows: 1
21 affected rows: 1
25 affected rows: 1
34 affected rows: 1
37 affected rows: 1
40 affected rows: 0
49 affected rows: 1
53 affected rows: 1
57 affected rows: 1
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_update_no_read.result7 affected rows: 10
17 affected rows: 1
21 affected rows: 1
25 affected rows: 1
34 affected rows: 1
37 affected rows: 1
40 affected rows: 0
49 affected rows: 1
53 affected rows: 1
57 affected rows: 1
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/r/
H A Dndb_update_no_read.result7 affected rows: 10
17 affected rows: 1
21 affected rows: 1
25 affected rows: 1
34 affected rows: 1
37 affected rows: 1
40 affected rows: 0
49 affected rows: 1
53 affected rows: 1
57 affected rows: 1
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_update_no_read.result7 affected rows: 10
17 affected rows: 1
21 affected rows: 1
25 affected rows: 1
34 affected rows: 1
37 affected rows: 1
40 affected rows: 0
49 affected rows: 1
53 affected rows: 1
57 affected rows: 1
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dadmin_ensure_collection.result7 0 rows affected
11 0 rows affected
17 0 rows affected
25 0 rows affected
33 0 rows affected
35 0 rows affected
40 0 rows affected
42 0 rows affected
48 0 rows affected
50 0 rows affected
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/opencl/
H A Dqr_decomposition_test.cpp11 int rows = 4; in TEST() local
25 EXPECT_EQ(r.rows(), rows); in TEST()
27 EXPECT_EQ(q.rows(), rows); in TEST()
33 Eigen::MatrixXd identity = Eigen::MatrixXd::Identity(rows, rows); in TEST()
66 EXPECT_EQ(r.rows(), rows); in TEST()
68 EXPECT_EQ(q.rows(), rows); in TEST()
92 int rows = 3; in TEST() local
105 EXPECT_EQ(r.rows(), rows); in TEST()
107 EXPECT_EQ(q.rows(), rows); in TEST()
145 EXPECT_EQ(r.rows(), rows); in TEST()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/generator/
H A Dppmpat.c334 if (cols > INT_MAX/4 || rows > INT_MAX/4 || rows > INT_MAX/cols) in validateComputableDimensions()
710 pixels, cols, rows, maxval, colso2, 0, cols - colso2, rows, in gingham2()
718 pixels, cols, rows, maxval, 0, rowso2, cols, rows - rowso2, in gingham2()
749 pixels, cols, rows, maxval, 2 * colso4, 0, colso4, rows, in gingham3()
805 pixels, cols, rows, maxval, cols2 + cols3, 0, cols2, rows, in madras()
934 pixels, cols, rows, maxval, cols5a + cols1, 0, cols5b, rows, in tartan()
937 pixels, cols, rows, maxval, cols10 + cols1, 0, cols3, rows, in tartan()
1177 if (cols / rows >= 25 || rows / cols >= 25) in validateSquigAspect()
1180 cols, rows, (float)cols/rows ); in validateSquigAspect()
1389 pFirstP->y = rows - 1 - rand() % ((rows - p1P->y) * 2); in chooseWrapAroundPoint()
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgx/v4/pgxpool/
H A Drows.go35 rows.r.Close()
36 if rows.c != nil {
37 rows.c.Release()
38 rows.c = nil
43 if rows.err != nil {
44 return rows.err
46 return rows.r.Err()
62 n := rows.r.Next()
64 rows.Close()
72 rows.Close()
[all …]

12345678910>>...2044