Home
last modified time | relevance | path

Searched refs:pr_end (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/hyperscan/boost_1_75_0/boost/multiprecision/cpp_int/
H A Dadd_unsigned.hpp39 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned_constexpr() local
45 while (pr != pr_end) in add_unsigned_constexpr()
56 pr_end += x - m; in add_unsigned_constexpr()
58 while (pr != pr_end) in add_unsigned_constexpr()
63 std_constexpr::copy(pa, pa + (pr_end - pr), pr); in add_unsigned_constexpr()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multiprecision/cpp_int/
H A Dadd_unsigned.hpp39 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned_constexpr() local
45 while (pr != pr_end) in add_unsigned_constexpr()
56 pr_end += x - m; in add_unsigned_constexpr()
58 while (pr != pr_end) in add_unsigned_constexpr()
63 std_constexpr::copy(pa, pa + (pr_end - pr), pr); in add_unsigned_constexpr()
/dports/devel/R-cran-BH/BH/inst/include/boost/multiprecision/cpp_int/
H A Dadd_unsigned.hpp39 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned_constexpr() local
45 while (pr != pr_end) in add_unsigned_constexpr()
56 pr_end += x - m; in add_unsigned_constexpr()
58 while (pr != pr_end) in add_unsigned_constexpr()
63 std_constexpr::copy(pa, pa + (pr_end - pr), pr); in add_unsigned_constexpr()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multiprecision/cpp_int/
H A Dadd_unsigned.hpp39 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned_constexpr() local
45 while (pr != pr_end) in add_unsigned_constexpr()
56 pr_end += x - m; in add_unsigned_constexpr()
58 while (pr != pr_end) in add_unsigned_constexpr()
63 std_constexpr::copy(pa, pa + (pr_end - pr), pr); in add_unsigned_constexpr()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c288 const uint8_t *pr_rec, *pr_end, *sm; in lxvpd_process_slot_entries() local
317 pr_end = pr_rec + pr_size; in lxvpd_process_slot_entries()
318 while (pr_rec < pr_end) { in lxvpd_process_slot_entries()
319 pr_size = pr_end - pr_rec; in lxvpd_process_slot_entries()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c288 const uint8_t *pr_rec, *pr_end, *sm; in lxvpd_process_slot_entries() local
317 pr_end = pr_rec + pr_size; in lxvpd_process_slot_entries()
318 while (pr_rec < pr_end) { in lxvpd_process_slot_entries()
319 pr_size = pr_end - pr_rec; in lxvpd_process_slot_entries()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c285 const uint8_t *pr_rec, *pr_end, *sm; in lxvpd_process_slot_entries() local
314 pr_end = pr_rec + pr_size; in lxvpd_process_slot_entries()
315 while (pr_rec < pr_end) { in lxvpd_process_slot_entries()
316 pr_size = pr_end - pr_rec; in lxvpd_process_slot_entries()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c288 const uint8_t *pr_rec, *pr_end, *sm; in lxvpd_process_slot_entries() local
317 pr_end = pr_rec + pr_size; in lxvpd_process_slot_entries()
318 while (pr_rec < pr_end) { in lxvpd_process_slot_entries()
319 pr_size = pr_end - pr_rec; in lxvpd_process_slot_entries()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c288 const uint8_t *pr_rec, *pr_end, *sm;
317 pr_end = pr_rec + pr_size;
318 while (pr_rec < pr_end) {
319 pr_size = pr_end - pr_rec;
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c280 const uint8_t *pr_rec, *pr_end, *sm; in lxvpd_process_slot_entries() local
309 pr_end = pr_rec + pr_size; in lxvpd_process_slot_entries()
310 while (pr_rec < pr_end) { in lxvpd_process_slot_entries()
311 pr_size = pr_end - pr_rec; in lxvpd_process_slot_entries()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/platforms/ibm-fsp/
H A Dlxvpd.c288 const uint8_t *pr_rec, *pr_end, *sm; in lxvpd_process_slot_entries() local
317 pr_end = pr_rec + pr_size; in lxvpd_process_slot_entries()
318 while (pr_rec < pr_end) { in lxvpd_process_slot_entries()
319 pr_size = pr_end - pr_rec; in lxvpd_process_slot_entries()
/dports/lang/yap/yap-6.2.2/C/
H A Dgprof.c837 yamop *pr_beg, *pr_end; in showprofres() local
852 sscanf(line+1,"%p %p %p %ld",&pr_beg,&pr_end,&pr_pp,&pr_count); in showprofres()
853 node = RBTreeInsert(pr_beg, pr_end); in showprofres()
882 yamop *pr_beg, *pr_end; in p_test() local
897 sscanf(line+1,"%p %p %p %ld",&pr_beg,&pr_end,&pr_pp,&pr_count); in p_test()
898 node = RBTreeInsert(pr_beg, pr_end); in p_test()
905 rb_red_blk_node *node = RBTreeInsert(pr_beg, pr_end); in p_test()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/
H A Dconfigure.bat387 goto pr_end
393 goto pr_end
398 goto pr_end
404 goto pr_end
411 goto pr_end
416 goto pr_end
421 goto pr_end
423 :pr_end label
/dports/devel/monotone/monotone-1.1/src/netxx/
H A Dprobe.cxx131 Probe_impl::probe_type::const_iterator pr_it=probe_result.begin(), pr_end=probe_result.end(); in ready() local
132 for (; pr_it!=pr_end; ++pr_it) { pimpl_->ready_queue_.push_back(*pr_it); } in ready()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/databases/percona57-server/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/databases/xtrabackup/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multiprecision/cpp_int/
H A Dadd.hpp43 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
49 while(pr != pr_end) in add_unsigned()
60 pr_end += x - m; in add_unsigned()
62 while(pr != pr_end) in add_unsigned()
68 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
70 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/databases/percona57-client/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multiprecision/cpp_int/
H A Dadd.hpp43 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
49 while(pr != pr_end) in add_unsigned()
60 pr_end += x - m; in add_unsigned()
62 while(pr != pr_end) in add_unsigned()
68 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
70 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multiprecision/cpp_int/
H A Dadd.hpp43 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
49 while(pr != pr_end) in add_unsigned()
60 pr_end += x - m; in add_unsigned()
62 while(pr != pr_end) in add_unsigned()
68 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
70 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/multiprecision/cpp_int/
H A Dadd.hpp38 typename CppInt1::limb_pointer pr_end = pr + m; in add_unsigned() local
44 while(pr != pr_end) in add_unsigned()
51 pr_end += x - m; in add_unsigned()
53 while(pr != pr_end) in add_unsigned()
59 … std::copy(pa, pa + (pr_end - pr), stdext::checked_array_iterator<limb_type*>(pr, result.size())); in add_unsigned()
61 std::copy(pa, pa + (pr_end - pr), pr); in add_unsigned()
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dfvrf_key.c323 char *pr_end=0; /* end of real part */ in get_cmp() local
354 pr_end = p; in get_cmp()
378 *pr_end = '\0'; in get_cmp()

12