Home
last modified time | relevance | path

Searched refs:idx_to (Results 1 – 25 of 47) sorted by relevance

12

/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dso_petsc.c42 int *cols, *idx_from, *idx_to ,*loc_size; in solve_iterative_petsc() local
113 idx_to = (int *)PetscMalloc(nlocal*sizeof(int)); CHKPTRA(idx_to); in solve_iterative_petsc()
116 idx_to[i] = i; in solve_iterative_petsc()
120 ISCreateGeneral(PETSC_COMM_SELF,nlocal,idx_to,&to); in solve_iterative_petsc()
130 PetscFree(idx_to); in solve_iterative_petsc()
/dports/lang/gnu-apl/apl-1.8/src/
H A DNabla.cc690 int idx_to = find_line(edit_to); in execute_show() local
695 if (idx_to == -1) edit_to = lines[idx_to = lines.size() - 1].label; in execute_show()
702 for (int e = idx_from; e <= idx_to; ++e) lines[e].print(COUT); in execute_show()
703 if (idx_to == int(lines.size() - 1)) COUT << " ∇" << endl; // if last line in execute_show()
736 const int idx_to = find_line(LineLabel(edit_to)); in execute_delete() local
737 if (idx_to == -1) return "Bad line number N in [M∆N] "; in execute_delete()
743 lines.erase(lines.begin() + idx_to); in execute_delete()
751 if (idx_from >= idx_to) return "M ≥ N in [M∆N] "; in execute_delete()
753 loop(j, idx_to - idx_from) lines.erase(lines.begin() + idx_from); in execute_delete()
/dports/graphics/agg/agg-2.5/include/platform/
H A Dagg_platform_support.h524 void copy_img_to_img(unsigned idx_to, unsigned idx_from) in copy_img_to_img() argument
527 idx_to < max_images && in copy_img_to_img()
530 create_img(idx_to, in copy_img_to_img()
533 rbuf_img(idx_to).copy_from(rbuf_img(idx_from)); in copy_img_to_img()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/platform/
H A Dagg_platform_support.h529 void copy_img_to_img(unsigned idx_to, unsigned idx_from) in copy_img_to_img() argument
532 idx_to < max_images && in copy_img_to_img()
535 create_img(idx_to, in copy_img_to_img()
538 rbuf_img(idx_to).copy_from(rbuf_img(idx_from)); in copy_img_to_img()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/platform/
H A Dagg_platform_support.h529 void copy_img_to_img(unsigned idx_to, unsigned idx_from) in copy_img_to_img() argument
532 idx_to < max_images && in copy_img_to_img()
535 create_img(idx_to, in copy_img_to_img()
538 rbuf_img(idx_to).copy_from(rbuf_img(idx_from)); in copy_img_to_img()
/dports/databases/galera26/galera-release_26.4.10/wsrep/src/examples/node/
H A Dstore.c100 uint32_t idx_to; member
108 sizeof(((struct store_trx_op*)NULL)->idx_to) + \
644 ptr += store_serialize_uint32(ptr, op->idx_to); in store_serialize_op()
656 ptr += store_deserialize_uint32(&op->idx_to, ptr); in store_deserialize_op()
708 op->idx_to = (uint32_t)rand() % store->records_num; in node_store_execute()
710 store_record_get(store->records, op->idx_to, &op->rec_to); in node_store_execute()
788 store_serialize_uint32(&key_val, op->idx_to); in node_store_execute()
854 assert(op->idx_to <= store->records_num); in node_store_apply()
966 store_record_get(store->records, op->idx_to, &to); in node_store_commit()
998 store_record_set(store->records, op->idx_to, &new_record); in node_store_commit()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c100 uint32_t idx_to; member
108 sizeof(((struct store_trx_op*)NULL)->idx_to) + \
644 ptr += store_serialize_uint32(ptr, op->idx_to); in store_serialize_op()
656 ptr += store_deserialize_uint32(&op->idx_to, ptr); in store_deserialize_op()
708 op->idx_to = (uint32_t)rand() % store->records_num; in node_store_execute()
710 store_record_get(store->records, op->idx_to, &op->rec_to); in node_store_execute()
788 store_serialize_uint32(&key_val, op->idx_to); in node_store_execute()
854 assert(op->idx_to <= store->records_num); in node_store_apply()
966 store_record_get(store->records, op->idx_to, &to); in node_store_commit()
998 store_record_set(store->records, op->idx_to, &new_record); in node_store_commit()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c100 uint32_t idx_to;
108 sizeof(((struct store_trx_op*)NULL)->idx_to) + \
644 ptr += store_serialize_uint32(ptr, op->idx_to);
656 ptr += store_deserialize_uint32(&op->idx_to, ptr);
708 op->idx_to = (uint32_t)rand() % store->records_num;
710 store_record_get(store->records, op->idx_to, &op->rec_to);
788 store_serialize_uint32(&key_val, op->idx_to);
854 assert(op->idx_to <= store->records_num);
966 store_record_get(store->records, op->idx_to, &to);
998 store_record_set(store->records, op->idx_to, &new_record);
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c100 uint32_t idx_to; member
108 sizeof(((struct store_trx_op*)NULL)->idx_to) + \
644 ptr += store_serialize_uint32(ptr, op->idx_to); in store_serialize_op()
656 ptr += store_deserialize_uint32(&op->idx_to, ptr); in store_deserialize_op()
708 op->idx_to = (uint32_t)rand() % store->records_num; in node_store_execute()
710 store_record_get(store->records, op->idx_to, &op->rec_to); in node_store_execute()
788 store_serialize_uint32(&key_val, op->idx_to); in node_store_execute()
854 assert(op->idx_to <= store->records_num); in node_store_apply()
966 store_record_get(store->records, op->idx_to, &to); in node_store_commit()
998 store_record_set(store->records, op->idx_to, &new_record); in node_store_commit()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c100 uint32_t idx_to; member
108 sizeof(((struct store_trx_op*)NULL)->idx_to) + \
644 ptr += store_serialize_uint32(ptr, op->idx_to); in store_serialize_op()
656 ptr += store_deserialize_uint32(&op->idx_to, ptr); in store_deserialize_op()
708 op->idx_to = (uint32_t)rand() % store->records_num; in node_store_execute()
710 store_record_get(store->records, op->idx_to, &op->rec_to); in node_store_execute()
788 store_serialize_uint32(&key_val, op->idx_to); in node_store_execute()
854 assert(op->idx_to <= store->records_num); in node_store_apply()
966 store_record_get(store->records, op->idx_to, &to); in node_store_commit()
998 store_record_set(store->records, op->idx_to, &new_record); in node_store_commit()
/dports/www/nginx-full/njs-0.7.1/utils/
H A Dlexer_keyword.py108 def test(self, idx_from, idx_to): argument
111 for i in range(idx_from, idx_to):
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmsparsevec_compr.h773 bool resolve(size_type idx, size_type* idx_to) const BMNOEXCEPT;
776 size_type* idx_from, size_type* idx_to) const BMNOEXCEPT;
1210 size_type* idx_to) const BMNOEXCEPT in resolve() argument
1212 BM_ASSERT(idx_to); in resolve()
1216 *idx_to = bv_null->count_to_test(idx, *bv_blocks_ptr_); in resolve()
1221 *idx_to = found ? bv_null->count_range(0, idx) : 0; in resolve()
1223 return bool(*idx_to); in resolve()
1231 size_type* idx_from, size_type* idx_to) const BMNOEXCEPT in resolve_range() argument
1233 BM_ASSERT(idx_to && idx_from); in resolve_range()
1252 *idx_from = sv_left; *idx_to = sv_left + copy_sz - 1; in resolve_range()
H A Dbmstrsparsevec.h1219 size_type idx_to = idx_from + imp_size - 1; variable
1224 bv_null->set_range(idx_from, idx_to);
1226 if (idx_to >= this->size())
1227 this->size_ = idx_to+1;
1280 size_type* idx_from, size_type* idx_to) const in resolve_range() argument
1282 *idx_from = from; *idx_to = to; return true; in resolve_range()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmsparsevec_compr.h773 bool resolve(size_type idx, size_type* idx_to) const BMNOEXCEPT;
776 size_type* idx_from, size_type* idx_to) const BMNOEXCEPT;
1210 size_type* idx_to) const BMNOEXCEPT in resolve() argument
1212 BM_ASSERT(idx_to); in resolve()
1216 *idx_to = bv_null->count_to_test(idx, *bv_blocks_ptr_); in resolve()
1221 *idx_to = found ? bv_null->count_range(0, idx) : 0; in resolve()
1223 return bool(*idx_to); in resolve()
1231 size_type* idx_from, size_type* idx_to) const BMNOEXCEPT in resolve_range() argument
1233 BM_ASSERT(idx_to && idx_from); in resolve_range()
1252 *idx_from = sv_left; *idx_to = sv_left + copy_sz - 1; in resolve_range()
H A Dbmstrsparsevec.h1219 size_type idx_to = idx_from + imp_size - 1; variable
1224 bv_null->set_range(idx_from, idx_to);
1226 if (idx_to >= this->size())
1227 this->size_ = idx_to+1;
1280 size_type* idx_from, size_type* idx_to) const in resolve_range() argument
1282 *idx_from = from; *idx_to = to; return true; in resolve_range()
/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dcvrptw_plot.py184 for idx_to in range(num_nodes):
185 dist[idx_to] = self._haversine(self.center.lon, self.center.lat,
186 self.customers[idx_to].lon,
187 self.customers[idx_to].lat)
/dports/archivers/rvm/rvm-1.11/
H A Dfs.cc319 std::string::size_type idx_to, idx_from, idx; in mk_relative_path() local
327 idx_to = path_to.find("/"); in mk_relative_path()
328 if (idx_to != std::string::npos) { in mk_relative_path()
329 TRY_nomem(path_to_substr = path_to.substr(0,idx_to)); in mk_relative_path()
354 idx_to = path_to.find("/"); in mk_relative_path()
355 if (idx_to != std::string::npos) { in mk_relative_path()
356 TRY_nomem(path_to_substr = path_to.substr(0,idx_to)); in mk_relative_path()
/dports/audio/beets/beets-1.4.9/beetsplug/bpd/
H A D__init__.py524 def cmd_move(self, conn, idx_from, idx_to): argument
527 idx_to = cast_arg(int, idx_to)
530 self.playlist.insert(idx_to, track)
536 self.current_index = idx_to
537 elif idx_from < self.current_index <= idx_to:
539 elif idx_from > self.current_index >= idx_to:
545 def cmd_moveid(self, conn, idx_from, idx_to): argument
547 return self.cmd_move(conn, idx_from, idx_to)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_types.hpp1817 void SetMinVal(unsigned int idx_from, unsigned int idx_to);
1820 void SetMaxVal(unsigned int idx_from, unsigned int idx_to);
2669 void CBDB_BufferManager::SetMinVal(unsigned int idx_from, unsigned int idx_to) in SetMinVal() argument
2671 _ASSERT(idx_to <= FieldCount()); in SetMinVal()
2673 for ( ; idx_from < idx_to; ++idx_from) { in SetMinVal()
2681 void CBDB_BufferManager::SetMaxVal(unsigned int idx_from, unsigned int idx_to) in SetMaxVal() argument
2683 _ASSERT(idx_to <= FieldCount()); in SetMaxVal()
2685 for ( ; idx_from < idx_to; ++idx_from) { in SetMaxVal()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Ddiff.c2495 int idx_to; in ex_diffgetput() local
2595 idx_to = idx_cur; in ex_diffgetput()
2598 idx_to = idx_other; in ex_diffgetput()
2612 if (diff_buf_idx(curbuf) != idx_to) { in ex_diffgetput()
2626 lnum = dp->df_lnum[idx_to]; in ex_diffgetput()
2627 count = dp->df_count[idx_to]; in ex_diffgetput()
2704 dp->df_count[idx_to] = new_count; in ex_diffgetput()
2712 && (i != idx_to) in ex_diffgetput()
2749 diff_fold_update(dfree, idx_to); in ex_diffgetput()
2753 dp->df_count[idx_to] = new_count; in ex_diffgetput()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Ddiff.c2613 int idx_to; in ex_diffgetput() local
2714 idx_to = idx_cur; in ex_diffgetput()
2719 idx_to = idx_other; in ex_diffgetput()
2732 if (diff_buf_idx(curbuf) != idx_to) in ex_diffgetput()
2746 lnum = dp->df_lnum[idx_to]; in ex_diffgetput()
2747 count = dp->df_count[idx_to]; in ex_diffgetput()
2831 dp->df_count[idx_to] = new_count; in ex_diffgetput()
2839 && i != idx_to in ex_diffgetput()
2874 diff_fold_update(dfree, idx_to); in ex_diffgetput()
2880 dp->df_count[idx_to] = new_count; in ex_diffgetput()
[all …]
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dchartab.c330 int idx_to = SUB_IDX (depth, to); in set_chartable_range() local
334 for (i = idx_from; i <= idx_to; i++) in set_chartable_range()
341 M17N_OBJECT_REF_NTIMES (val, (idx_to - idx_from + 1)); in set_chartable_range()
/dports/editors/lazarus/lazarus/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas440 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
2001 (idx_to < max_images ) and
2005 idx_to ,
2009 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );
/dports/editors/lazarus/lazarus/components/aggpas/src/platform/win/
H A Dagg_platform_support.pas442 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
1907 (idx_to < max_images ) and
1911 idx_to ,
1915 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas440 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
2001 (idx_to < max_images ) and
2005 idx_to ,
2009 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );

12