Home
last modified time | relevance | path

Searched refs:maxindex (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/dports/math/topcom/topcom-0.17.8/lib-src/
H A DVector.cc16 for (size_type index = 0; index < maxindex(); ++index) { in is_zero()
24 for (size_type index = 0; index < maxindex(); ++index) { in canonicalize()
32 assert(maxindex() == vector.maxindex()); in add()
34 for (size_type index = 0; index < maxindex(); ++index) { in add()
46 const size_type current_maxindex(maxindex()); in stack()
47 resize(maxindex() + vector.maxindex()); in stack()
48 for (size_type i = 0; i < vector.maxindex(); ++i) { in stack()
55 assert(vector2.maxindex() == vector1.maxindex()); in inner_product()
58 for (size_type i = 0; i < vector1.maxindex(); ++i) { in inner_product()
67 assert(vector1.maxindex() == vector2.maxindex()); in lex_abs_compare()
[all …]
H A DPlainArray.hh75 inline const size_type maxindex() const;
211 for (unsigned long i = 0; i < maxindex(); ++i) { in keysize()
220 while ((block_no > 0) && (i < maxindex())) { in key()
238 return maxindex(); in keysize()
247 return maxindex(); in keysize()
299 if (maxindex() != a.maxindex()) { in operator ==()
302 for (size_type i = 0; i < maxindex(); ++i) { in operator ==()
315 if (start == a.maxindex()) { in lex_compare()
318 else if (start == maxindex()) { in lex_compare()
334 const size_type minmaxindex = maxindex() < a.maxindex() ? maxindex() : a.maxindex(); in operator <()
[all …]
/dports/devel/R-cran-bit/bit/man/
H A Dmaxindex.Rd3 \name{maxindex.default}
4 \alias{maxindex.default}
6 \alias{maxindex.logical}
8 \alias{maxindex.bit}
10 \alias{maxindex.bitwhich}
12 \alias{maxindex.which}
14 \alias{maxindex.ri}
16 \alias{maxindex}
40 \method{maxindex}{ri}(x, ...)
44 maxindex(x, ...)
[all …]
/dports/math/lrslib/lrslib-071a/
H A Dhvref.c31 int rows=0, maxindex=0; in main() local
66 fscanf(lrs_ifp,"%d %d",&rows,&maxindex); in main()
67 printf("\n%d %d",rows,maxindex); in main()
69 nrow=(int *)malloc((maxindex+2)*sizeof(int)); in main()
70 table = (int **)malloc((rows+2) * (maxindex+2) * sizeof(int)); in main()
71 for (i=0;i<=maxindex+1;i++) in main()
73 for(i=0;i<=maxindex;i++) in main()
100 if(i <= maxindex && nrow[i] < rows) in main()
112 if(inrows <= rows && outrows <= maxindex) in main()
133 for (i=0;i<=maxindex+1;i++) in main()
/dports/devel/R-cran-bit/bit/R/
H A Dbit.R212 maxindex <- as.integer(maxindex)
213 if (maxindex==0L){
502 n <- maxindex(x)
791 a$maxindex <- value
1193 as.which(as.integer(x), maxindex=maxindex, ...)
1212 if (!is.na(maxindex) && r[2] > maxindex)
1303 if (maxindex==0)
1332 if (x[2]<maxindex) a <- (-maxindex):(-x[2]-1L) else a <- integer()
1362 if (maxindex==0)
1387 if (maxindex){
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DPrimitiveSetIndirect.cpp320 for(unsigned int i = _firstCommand; i<maxindex; ++i) in accept()
331 for(unsigned int i = _firstCommand; i<maxindex; ++i) in accept()
377 for(unsigned int i = _firstCommand; i<maxindex; ++i) in accept()
388 for(unsigned int i = _firstCommand; i<maxindex; ++i) in accept()
534 for(unsigned int i = _firstCommand; i<maxindex; ++i) in accept()
543 for(unsigned int i = _firstCommand; i<maxindex; ++i) in accept()
553 for(unsigned int i = _firstCommand; i<maxindex; ++i) in getNumIndices()
562 for(i=_firstCommand; i<maxindex;++i) in index()
568 if (i>=maxindex) return 0; in index()
569 return _indirectCommandArray->first(maxindex-1) + pos; in index()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Dgraph_get_f.c41 …(MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint…
42 (comm, maxindex, maxedges, indx, edges, ierr) )
61 …(MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint…
62 (comm, maxindex, maxedges, indx, edges, ierr) )
69 void ompi_graph_get_f(MPI_Fint *comm, MPI_Fint *maxindex, in ompi_graph_get_f() argument
79 OMPI_ARRAY_FINT_2_INT_ALLOC(indx, *maxindex); in ompi_graph_get_f()
83 OMPI_FINT_2_INT(*maxindex), in ompi_graph_get_f()
90 OMPI_ARRAY_INT_2_FINT(indx, *maxindex); in ompi_graph_get_f()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/mpif-h/
H A Dgraph_get_f.c41 …(MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint…
42 (comm, maxindex, maxedges, indx, edges, ierr) )
61 …(MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint…
62 (comm, maxindex, maxedges, indx, edges, ierr) )
69 void ompi_graph_get_f(MPI_Fint *comm, MPI_Fint *maxindex, in ompi_graph_get_f() argument
79 OMPI_ARRAY_FINT_2_INT_ALLOC(indx, *maxindex); in ompi_graph_get_f()
83 OMPI_FINT_2_INT(*maxindex), in ompi_graph_get_f()
90 OMPI_ARRAY_INT_2_FINT(indx, *maxindex); in ompi_graph_get_f()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/libratbox/src/
H A Dpoll.c46 int maxindex; /* highest FD number */ member
77 pollfd_list.maxindex = 0; in rb_init_netio_poll()
135 if(F->fd == pollfd_list.maxindex) in rb_setselect_poll()
137 while(pollfd_list.maxindex >= 0 in rb_setselect_poll()
138 && pollfd_list.pollfds[pollfd_list.maxindex].fd == -1) in rb_setselect_poll()
139 pollfd_list.maxindex--; in rb_setselect_poll()
146 if(F->fd > pollfd_list.maxindex) in rb_setselect_poll()
147 pollfd_list.maxindex = F->fd; in rb_setselect_poll()
177 num = poll(pollfd_list.pollfds, pollfd_list.maxindex + 1, delay); in rb_select_poll()
190 for(ci = 0; ci < pollfd_list.maxindex + 1; ci++) in rb_select_poll()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/libratbox/src/
H A Dpoll.c46 int maxindex; /* highest FD number */ member
77 pollfd_list.maxindex = 0; in rb_init_netio_poll()
135 if(F->fd == pollfd_list.maxindex) in rb_setselect_poll()
137 while(pollfd_list.maxindex >= 0 in rb_setselect_poll()
138 && pollfd_list.pollfds[pollfd_list.maxindex].fd == -1) in rb_setselect_poll()
139 pollfd_list.maxindex--; in rb_setselect_poll()
146 if(F->fd > pollfd_list.maxindex) in rb_setselect_poll()
147 pollfd_list.maxindex = F->fd; in rb_setselect_poll()
177 num = poll(pollfd_list.pollfds, pollfd_list.maxindex + 1, delay); in rb_select_poll()
190 for(ci = 0; ci < pollfd_list.maxindex + 1; ci++) in rb_select_poll()
/dports/devel/apitrace/apitrace-9.0/wrappers/
H A Dgltrace_arrays.cpp90 GLuint maxindex = 0; in _glDraw_count() local
109 if (index > maxindex) { in _glDraw_count()
110 maxindex = index; in _glDraw_count()
120 if (index > maxindex) { in _glDraw_count()
121 maxindex = index; in _glDraw_count()
131 if (index > maxindex) { in _glDraw_count()
132 maxindex = index; in _glDraw_count()
143 maxindex += params.basevertex; in _glDraw_count()
145 return maxindex + 1; in _glDraw_count()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dbstat.c284 maxindex = 0; in bstatcollect()
303 for (a = 0; a < maxindex; a++){ in ~bstatcollect()
402 for (a = 0; a < maxindex; a++){ in checkreg()
416 index = firstfree > METRIC_INVALID ? firstfree : maxindex++; in checkreg()
422 maxindex = 1; in checkreg()
613 if (!metrics && !(metric > METRIC_INVALID) && !(metric < maxindex)){ in set_value_bool()
721 || (!(metric2 > METRIC_INVALID) && !(metric2 < maxindex)))){ in add2_value_int64()
959 for (a = 0; a < maxindex; a++){ in get_all()
993 for (a = 0; a < maxindex; a++){ in get_metric()
1093 Pmsg1(-1, "\tbstatcollect::maxindex %d\n", maxindex); in dump()
[all …]
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/profiling/
H A Dpgraph_get_f08ts.f9015 integer, intent(in) :: maxindex local
17 integer, intent(out) :: index(maxindex)
24 integer(c_int) :: index_c(maxindex)
29 ierror_c = MPIR_Graph_get_c(comm%MPI_VAL, maxindex, maxedges, index, edges)
32 maxindex_c = maxindex
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/
H A Dgraph_get_f08ts.f9015 integer, intent(in) :: maxindex local
17 integer, intent(out) :: index(maxindex)
24 integer(c_int) :: index_c(maxindex)
29 ierror_c = MPIR_Graph_get_c(comm%MPI_VAL, maxindex, maxedges, index, edges)
32 maxindex_c = maxindex
/dports/print/p5-PostScript/PostScript-0.06/
H A DTextBlock.pm83 my $maxindex = $self->numElements;
86 ELEMENT: while (($index < $maxindex) && ($y1 >= ($y-$h))) {
97 LINE: while (($index < $maxindex) && $wcount<=$w) {
154 for (my $i=$firstindex; $i < $maxindex; $i++) {
204 my $maxindex = $self->numElements;
207 ELEMENT: while (($index < $maxindex) && ($y1 >= ($y-$h))) {
218 LINE: while (($index < $maxindex) && $wcount<=$w) {
274 for (my $i=$firstindex; $i < $maxindex; $i++) {
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Darith.h74 long maxindex; /* max index */ variable
77 {maxindex=max; ind=i; val=the_primes.number(i);
80 {maxindex=max; ind=i; val=the_primes.number(i);
82 void operator++() {if ((ind++)<=maxindex) { val+=*ndiff++;}}
83 void operator++(int) {if ((ind++)<=maxindex) { val+=*ndiff++;}}
84 int ok() const {return ind<=maxindex;} in ok()
85 int more() const {return ind<maxindex;} in more()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/audio/dsp_filters/
H A Dtremolo.c39 int maxindex; member
61 core->maxindex = samplerate/freq; in tremolocore_init()
62 core->wavetable = malloc(core->maxindex*sizeof(float)); in tremolocore_init()
63 memset(core->wavetable, 0, core->maxindex * sizeof(float)); in tremolocore_init()
64 for (i = 0; i < core->maxindex; i++) { in tremolocore_init()
73 core->index = core->index % core->maxindex; in tremolocore_core()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/audio/dsp_filters/
H A Dtremolo.c39 int maxindex; member
61 core->maxindex = samplerate/freq; in tremolocore_init()
62 core->wavetable = malloc(core->maxindex*sizeof(float)); in tremolocore_init()
63 memset(core->wavetable, 0, core->maxindex * sizeof(float)); in tremolocore_init()
64 for (i = 0; i < core->maxindex; i++) { in tremolocore_init()
73 core->index = core->index % core->maxindex; in tremolocore_core()

12345678910>>...29