Home
last modified time | relevance | path

Searched refs:h_last (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/thrust/thrust-1.9.5/testing/
H A Dunique_by_key.cu276 … HostIteratorPair h_last = thrust::unique_by_key(h_keys.begin(), h_keys.end(), h_vals.begin()); in operator ()() local
279 ASSERT_EQUAL(h_last.first - h_keys.begin(), d_last.first - d_keys.begin()); in operator ()()
280 ASSERT_EQUAL(h_last.second - h_vals.begin(), d_last.second - d_vals.begin()); in operator ()()
282 size_t N = h_last.first - h_keys.begin(); in operator ()()
321 …HostIteratorPair h_last = thrust::unique_by_key_copy(h_keys.begin(), h_keys.end(), h_vals.begin(… in operator ()() local
324 ASSERT_EQUAL(h_last.first - h_keys_output.begin(), d_last.first - d_keys_output.begin()); in operator ()()
325 ASSERT_EQUAL(h_last.second - h_vals_output.begin(), d_last.second - d_vals_output.begin()); in operator ()()
327 size_t N = h_last.first - h_keys_output.begin(); in operator ()()
H A Dreduce_by_key.cu139 …HostIteratorPair h_last = thrust::reduce_by_key(h_keys.begin(), h_keys.end(), h_vals.begin(), h_… in operator ()() local
142 ASSERT_EQUAL(h_last.first - h_keys_output.begin(), d_last.first - d_keys_output.begin()); in operator ()()
143 ASSERT_EQUAL(h_last.second - h_vals_output.begin(), d_last.second - d_vals_output.begin()); in operator ()()
145 size_t N = h_last.first - h_keys_output.begin(); in operator ()()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/contrib/libedit/
H A Dhistory.c68 history_gfun_t h_last; /* Get the last element */ member
79 #define HLAST(h) (*(h)->h_last)((h)->h_ref)
359 h->h_last = history_def_last; in history_init()
406 nh->h_last == NULL || nh->h_prev == NULL || nh->h_curr == NULL ||
413 h->h_last = history_def_last;
428 h->h_last = nh->h_last;
664 hf.h_last = va_arg(va, history_gfun_t); in history()
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvarbias_meta.h110 void recount_hills_off_grid(hill_iter h_first, hill_iter h_last,
128 hill_iter h_last,
137 hill_iter h_last,
203 void project_hills(hill_iter h_first, hill_iter h_last,
H A Dcolvarbias_meta.cpp770 colvarbias_meta::hill_iter h_last, in calc_hills() argument
776 for (hill_iter h = h_first; h != h_last; h++) { in calc_hills()
801 colvarbias_meta::hill_iter h_last, in calc_hills_force() argument
816 for (h = h_first; h != h_last; h++) { in calc_hills_force()
829 for (h = h_first; h != h_last; h++) { in calc_hills_force()
841 for (h = h_first; h != h_last; h++) { in calc_hills_force()
852 for (h = h_first; h != h_last; h++) { in calc_hills_force()
875 colvarbias_meta::hill_iter h_last, in project_hills() argument
911 calc_hills(h_first, h_last, hills_energy_here, &new_colvar_values); in project_hills()
953 colvarbias_meta::hill_iter h_last, in recount_hills_off_grid() argument
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/colvars/
H A Dcolvarbias_meta.h80 void recount_hills_off_grid (hill_iter h_first, hill_iter h_last,
105 hill_iter h_last,
114 hill_iter h_last,
168 void project_hills (hill_iter h_first, hill_iter h_last,
H A Dcolvarbias_meta.cpp628 colvarbias_meta::hill_iter h_last, in calc_hills() argument
647 for (hill_iter h = h_first; h != h_last; h++) { in calc_hills()
672 colvarbias_meta::hill_iter h_last, in calc_hills_force() argument
687 for (hill_iter h = h_first; h != h_last; h++) { in calc_hills_force()
699 for (hill_iter h = h_first; h != h_last; h++) { in calc_hills_force()
710 for (hill_iter h = h_first; h != h_last; h++) { in calc_hills_force()
731 colvarbias_meta::hill_iter h_last, in project_hills() argument
767 calc_hills (h_first, h_last, hills_energy_here, colvar_values); in project_hills()
772 calc_hills_force (i, h_first, h_last, hills_forces_here, colvar_values); in project_hills()
804 calc_hills (h_first, h_last, hills_energy_here, colvar_values); in project_hills()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last; in TYPE()
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
698 h->h_last = history_def_last; in history_set_fun()
715 h->h_last = nh->h_last; in history_set_fun()
1045 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last; in TYPE()
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
698 h->h_last = history_def_last; in history_set_fun()
715 h->h_last = nh->h_last; in history_set_fun()
1045 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last; in TYPE()
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
698 h->h_last = history_def_last; in history_set_fun()
715 h->h_last = nh->h_last; in history_set_fun()
1045 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/math/reduce/Reduce-svn5758-src/libraries/original/libedit-20160506/
H A Dhistory.c104 history_gfun_t h_last; /* Get the last element */ in TYPE() local
117 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
618 h->h_last = history_def_last; in TYPE()
725 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
734 h->h_last = history_def_last; in history_set_fun()
751 h->h_last = nh->h_last; in history_set_fun()
1100 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20140620-3.1/src/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
584 h->h_last = history_def_last; in TYPE()
691 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
700 h->h_last = history_def_last; in history_set_fun()
717 h->h_last = nh->h_last; in history_set_fun()
1067 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/cmd-line-utils/libedit/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last; in TYPE()
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
698 h->h_last = history_def_last; in history_set_fun()
715 h->h_last = nh->h_last; in history_set_fun()
1045 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/libedit/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last; in TYPE()
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
698 h->h_last = history_def_last; in history_set_fun()
715 h->h_last = nh->h_last; in history_set_fun()
1045 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/mysql56-client/mysql-5.6.51/cmd-line-utils/libedit/
H A Dhistory.c71 history_gfun_t h_last; /* Get the last element */ in TYPE() local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last; in TYPE()
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
698 h->h_last = history_def_last; in history_set_fun()
715 h->h_last = nh->h_last; in history_set_fun()
1045 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libedit/libedit-20191231-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20210216-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/cmd-line-utils/libedit/libedit-20190324-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
624 h->h_last = history_def_last; in TYPE()
731 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
740 h->h_last = history_def_last; in history_set_fun()
757 h->h_last = nh->h_last; in history_set_fun()
1127 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/databases/mysql57-client/mysql-5.7.36/extra/libedit/libedit-20191231-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/devel/libedit/libedit-20210216-3.1/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/ftp/tnftp/tnftp-20210827/libedit/
H A Dhistory.c110 history_gfun_t h_last; /* Get the last element */ in TYPE() local
123 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
626 h->h_last = history_def_last; in TYPE()
733 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
742 h->h_last = history_def_last; in history_set_fun()
759 h->h_last = nh->h_last; in history_set_fun()
1129 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_ies.cpp223 float h_first = h_angles[0], h_last = h_angles[h_angles.size() - 1]; in process_type_b() local
224 if (h_last != 90.0f) { in process_type_b()

12