Home
last modified time | relevance | path

Searched refs:row_copy (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_repelem_meat.hpp53 for(uword row_copy=0; row_copy < copies_per_row; ++row_copy) in apply_noalias() local
55 out_colptr_first[out_row_offset + row_copy] = copy_value; in apply_noalias()
H A Dop_repmat_meat.hpp64 for(uword row_copy=0; row_copy < copies_per_row; ++row_copy) in apply_noalias() local
66 const uword out_row_offset = X_n_rows * row_copy; in apply_noalias()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_repelem_meat.hpp53 for(uword row_copy=0; row_copy < copies_per_row; ++row_copy) in apply_noalias() local
55 out_colptr_first[out_row_offset + row_copy] = copy_value; in apply_noalias()
H A Dop_repmat_meat.hpp64 for(uword row_copy=0; row_copy < copies_per_row; ++row_copy) in apply_noalias() local
66 const uword out_row_offset = X_n_rows * row_copy; in apply_noalias()
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt27 $references[$idx]['row_copy'] = $row;
43 $references[$idx]['row_copy'] = $rows[$i];
62 ["row_copy"]=>
84 ["row_copy"]=>
111 ["row_copy"]=>
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt26 $references[$idx]['row_copy'] = $row;
42 $references[$idx]['row_copy'] = $rows[$i];
59 ["row_copy"]=>
77 ["row_copy"]=>
98 ["row_copy"]=>
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt27 $references[$idx]['row_copy'] = $row;
43 $references[$idx]['row_copy'] = $rows[$i];
62 ["row_copy"]=>
84 ["row_copy"]=>
111 ["row_copy"]=>
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt27 $references[$idx]['row_copy'] = $row;
43 $references[$idx]['row_copy'] = $rows[$i];
62 ["row_copy"]=>
84 ["row_copy"]=>
111 ["row_copy"]=>
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt26 $references[$idx]['row_copy'] = $row;
42 $references[$idx]['row_copy'] = $rows[$i];
59 ["row_copy"]=>
77 ["row_copy"]=>
98 ["row_copy"]=>
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt26 $references[$idx]['row_copy'] = $row;
42 $references[$idx]['row_copy'] = $rows[$i];
59 ["row_copy"]=>
77 ["row_copy"]=>
98 ["row_copy"]=>
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt28 $references[$idx]['row_copy'] = $row;
44 $references[$idx]['row_copy'] = $rows[$i];
61 ["row_copy"]=>
79 ["row_copy"]=>
100 ["row_copy"]=>
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt28 $references[$idx]['row_copy'] = $row;
44 $references[$idx]['row_copy'] = $rows[$i];
61 ["row_copy"]=>
79 ["row_copy"]=>
100 ["row_copy"]=>
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt28 $references[$idx]['row_copy'] = $row;
44 $references[$idx]['row_copy'] = $rows[$i];
61 ["row_copy"]=>
79 ["row_copy"]=>
100 ["row_copy"]=>
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt28 $references[$idx]['row_copy'] = $row;
44 $references[$idx]['row_copy'] = $rows[$i];
61 ["row_copy"]=>
79 ["row_copy"]=>
100 ["row_copy"]=>
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt28 $references[$idx]['row_copy'] = $row;
44 $references[$idx]['row_copy'] = $rows[$i];
61 ["row_copy"]=>
79 ["row_copy"]=>
100 ["row_copy"]=>
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt28 $references[$idx]['row_copy'] = $row;
44 $references[$idx]['row_copy'] = $rows[$i];
61 ["row_copy"]=>
79 ["row_copy"]=>
100 ["row_copy"]=>
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_matrix_fixed_ref.cxx40 vnl_vector_fixed<double,cols> row_copy = cmf.get_row(i); in test_matrix_fixed_ref() local
42 TEST("get_row", row_copy,row_copy2); in test_matrix_fixed_ref()
73 vnl_vector_fixed<double,cols> row_copy = mat.get_row(i); in test_matrix_fixed_ref() local
74 TEST("set_row", new_row, row_copy); in test_matrix_fixed_ref()
/dports/science/opensim-core/opensim-core-4.1/Bindings/Python/tests/
H A Dtest_DataTable.py39 row_copy = col.transpose()
40 assert (row_copy[0] == row[0] and
41 row_copy[1] == row[1] and
42 row_copy[2] == row[2] and
43 row_copy[3] == row[3])
53 row_copy = col.transpose()
54 assert (str(row_copy[0]) == str(row[0]) and
55 str(row_copy[1]) == str(row[1]) and
56 str(row_copy[2]) == str(row[2]))
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_matrix_fixed_ref.cxx72 vnl_vector_fixed<double, cols> row_copy = cmf.get_row(i); in test_matrix_fixed_ref() local
74 TEST("get_row", row_copy, row_copy2); in test_matrix_fixed_ref()
105 vnl_vector_fixed<double, cols> row_copy = mat.get_row(i); in test_matrix_fixed_ref() local
106 TEST("set_row", new_row, row_copy); in test_matrix_fixed_ref()
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dgrafana.py205 row_copy = copy.deepcopy(row)
208 for panel in row_copy["panels"]:
214 diff = DictDiffer(row_copy, _row_copy)
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DSEDM.cpp270 std::vector<uint32_t> row_copy(width, 0); in processRows() local
300 memcpy(&row_copy[0], line, width * sizeof(*line)); in processRows()
304 line[x] = distSq(x, x2, row_copy[x2]); in processRows()
318 std::vector<uint32_t> row_copy(width, 0); in processRows() local
350 memcpy(&row_copy[0], line, width * sizeof(*line)); in processRows()
355 line[x] = distSq(x, x2, row_copy[x2]); in processRows()
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/agent/
H A Dtable_array.h101 Netsnmp_User_Row_Operation *row_copy; member
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/helpers/
H A Dtable_array.c190 (NULL==cb->row_copy)) )) { in netsnmp_table_container_register()
801 context->tad->cb->row_copy(ag->existing_row, ag->undo_info); in process_set_group()
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dmib2c.array-user.conf1093 * AFTER calling this routing, the agent will call row_copy
1214 cb.row_copy = (Netsnmp_User_Row_Operation *)${i}_row_copy;
/dports/net/kamailio/kamailio-5.4.5/src/modules/snmpstats/
H A DsnmpSIPRegUserLookupTable.c702 cb.row_copy = (Netsnmp_User_Row_Operation *) in initialize_table_kamailioSIPRegUserLookupTable()

12