Home
last modified time | relevance | path

Searched refs:lowmax (Results 1 – 22 of 22) sorted by relevance

/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libparse/
H A Dclk_rawdcf.c335 lowmax = 0; in cvt_rawdcf()
351 lowmax++; in cvt_rawdcf()
360 if (lowmax) { in cvt_rawdcf()
361 cutoff /= lowmax; in cvt_rawdcf()
369 lowmax = 0; in cvt_rawdcf()
374 lowmax+=histbuf[i] * i; in cvt_rawdcf()
380 lowmax += highmax / 2; in cvt_rawdcf()
383 lowmax /= highmax; in cvt_rawdcf()
385 lowmax = 0; in cvt_rawdcf()
404 span = cutoff = lowmax; in cvt_rawdcf()
[all …]
/dports/net/ntp/ntp-4.2.8p15/libparse/
H A Dclk_rawdcf.c426 lowmax = 0; in cvt_rawdcf()
445 lowmax++; in cvt_rawdcf()
456 if (lowmax) in cvt_rawdcf()
458 cutoff /= lowmax; in cvt_rawdcf()
467 lowmax = 0; in cvt_rawdcf()
473 lowmax+=histbuf[i] * i; in cvt_rawdcf()
479 lowmax += highmax / 2; in cvt_rawdcf()
483 lowmax /= highmax; in cvt_rawdcf()
487 lowmax = 0; in cvt_rawdcf()
510 span = cutoff = lowmax; in cvt_rawdcf()
[all …]
/dports/devel/R-cran-data.table/data.table/src/
H A Dbmerge.c269 if ( (!lowmax || xlow>xlowIn) && (!uppmax || xupp<xuppIn) ) { \ in bmerge_r()
277 else if (lowmax && xlow==xlowIn && rollends[0]) \ in bmerge_r()
281 if ((( roll>0.0 && (!lowmax || xlow>xlowIn) && (xupp<xuppIn || !uppmax || rollends[1])) \ in bmerge_r()
287 if ((( roll<0.0 && (!uppmax || xupp<xuppIn) && (xlow>xlowIn || !lowmax || rollends[0])) \ in bmerge_r()
288 || ( roll>0.0 && xlow==xlowIn && lowmax && rollends[0]) ) \ in bmerge_r()
434 bmerge_r(xlowIn, xlow+1, ilowIn, ilow+1, col, 1, lowmax, uppmax && xlow+1==xuppIn); in bmerge_r()
436 bmerge_r(xupp-1, xuppIn, iupp-1, iuppIn, col, 1, lowmax && xupp-1==xlowIn, uppmax); in bmerge_r()
441 bmerge_r(xlowIn, xuppIn, ilowIn, ilow+1, col, 1, lowmax, uppmax && xlow+1==xuppIn); in bmerge_r()
443 bmerge_r(xlowIn, xuppIn, iupp-1, iuppIn, col, 1, lowmax && xupp-1==xlowIn, uppmax); in bmerge_r()
448 bmerge_r(xlowIn, xuppIn, ilowIn, ilow+1, col, 1, lowmax, uppmax && xlow+1==xuppIn); in bmerge_r()
[all …]
/dports/net/ntp/ntp-4.2.8p15/parseutil/
H A Ddcfd.c566 lowmax = 0; in cvt_rawdcf()
591 lowmax++; in cvt_rawdcf()
610 if (lowmax) in cvt_rawdcf()
612 cutoff /= lowmax; in cvt_rawdcf()
621 lowmax = 0; /* weighted sum */ in cvt_rawdcf()
630 lowmax += histbuf[i] * i; in cvt_rawdcf()
639 lowmax += highmax / 2; in cvt_rawdcf()
648 lowmax /= highmax; in cvt_rawdcf()
652 lowmax = 0; in cvt_rawdcf()
691 span = cutoff = lowmax; in cvt_rawdcf()
[all …]
/dports/biology/fasta/fasta/
H A Dprdf.c129 struct beststr *lowmax; variable
675 lowmax = vmax;
823 if (vmptr!=lowmax) return;
826 i=lowmax->score = dptr->score;
827 lowmax->dp = dpos;
828 lowmax->start = dptr->start;
829 lowmax->stop = dptr->stop;
830 dptr->dmax = lowmax;
836 lowmax = vmptr;
H A Dfffasta.c1884 static struct beststr *lowmax=vmax; local
1897 if (vmptr!=lowmax) return;
1900 i=lowmax->score = dptr->score;
1901 lowmax->dp = dpos;
1902 lowmax->start = dptr->start;
1903 lowmax->stop = dptr->stop;
1904 dptr->dmax = lowmax;
1907 lmp = lowmax;
1915 lowmax = lmp;
H A Dssearch.c177 struct beststr *lowmax; variable
/dports/biology/fasta3/fasta-36.3.8/src/
H A Ddropnfa.c537 struct savestr **lowmax);
571 struct savestr *lowmax; in do_fasta() local
660 lowmax = vmax; in do_fasta()
891 struct savestr *vmax, struct savestr **lowmax) in savemax() argument
903 if (vmptr != (*lowmax)) return (*lowmax)->score; in savemax()
906 i = (*lowmax)->score = dptr->score; in savemax()
907 (*lowmax)->dp = dpos; in savemax()
908 (*lowmax)->start = dptr->start; in savemax()
909 (*lowmax)->stop = dptr->stop; in savemax()
910 dptr->dmax = (*lowmax); in savemax()
[all …]
H A Ddropff2.c447 f_str->lowmax = f_str->vmax; in do_fastf()
703 if (vmptr != f_str->lowmax)
708 i = f_str->lowmax->score = dptr->score;
709 f_str->lowmax->dp = dpos;
710 f_str->lowmax->start = dptr->start;
711 f_str->lowmax->stop = dptr->stop;
712 dptr->dmax = f_str->lowmax;
719 f_str->lowmax = vmptr;
H A Dtatstats.h51 struct savestr *lowmax; member
H A Ddropfx2.c174 struct savestr *vmax, struct savestr **lowmax);
635 struct savestr *lowmax; local
730 lowmax = vmax;
1055 struct savestr *vmax, struct savestr **lowmax) argument
1067 if (vmptr != (*lowmax)) return (*lowmax)->score;
1070 i = (*lowmax)->score = dptr->score;
1071 (*lowmax)->dp = dpos;
1072 (*lowmax)->start = dptr->start;
1073 (*lowmax)->stop = dptr->stop;
1074 dptr->dmax = (*lowmax);
[all …]
H A Ddropfz3.c173 struct savestr *vmax, struct savestr **lowmax);
798 struct savestr *lowmax; local
886 lowmax = vmax;
1158 struct savestr *vmax, struct savestr **lowmax) argument
1170 if (vmptr != *lowmax) return (*lowmax)->score;
1173 i = (*lowmax)->score = dptr->score;
1174 (*lowmax)->dp = dpos;
1175 (*lowmax)->start = dptr->start;
1176 (*lowmax)->stop = dptr->stop;
1177 dptr->dmax = *lowmax;
[all …]
H A Ddropfx.c172 struct savestr *vmax, struct savestr **lowmax);
633 struct savestr *lowmax; local
728 lowmax = vmax;
1053 struct savestr *vmax, struct savestr **lowmax) argument
1065 if (vmptr != (*lowmax)) return (*lowmax)->score;
1068 i = (*lowmax)->score = dptr->score;
1069 (*lowmax)->dp = dpos;
1070 (*lowmax)->start = dptr->start;
1071 (*lowmax)->stop = dptr->stop;
1072 dptr->dmax = (*lowmax);
[all …]
H A Ddropfz2.c173 struct savestr *vmax, struct savestr **lowmax);
798 struct savestr *lowmax; local
886 lowmax = vmax;
1158 struct savestr *vmax, struct savestr **lowmax) argument
1170 if (vmptr != *lowmax) return (*lowmax)->score;
1173 i = (*lowmax)->score = dptr->score;
1174 (*lowmax)->dp = dpos;
1175 (*lowmax)->start = dptr->start;
1176 (*lowmax)->stop = dptr->stop;
1177 dptr->dmax = *lowmax;
[all …]
H A Ddropfs2.c638 f_str->lowmax = f_str->vmax; in do_fasts()
966 if (vmptr != f_str->lowmax) { return;} in savemax()
976 vmptr = f_str->lowmax; in savemax()
997 f_str->lowmax = vmptr; in savemax()
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Darith.c297 register ULONG lowmax = TYPE1_MAX(u->low, v->low); local
302 if (lowmax > u->low)
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Darith.c290 register uint32_t lowmax = MAX(u->low, v->low); in DLadd() local
295 if (lowmax > u->low) in DLadd()
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Darith.c297 register ULONG lowmax = TYPE1_MAX(u->low, v->low); local
302 if (lowmax > u->low)
/dports/lang/pcc/pcc-1.1.0/arch/powerpc/
H A Dcode.c1022 int lowmax = 0;
1037 …x=%d, Cmax=%u, lowmax=%d, tblsize=%u\n", no_b, b, Wleft, W, Wmax, L, Lmax, Cmax, lowmax, tblsize));
1046 lowmax = no_b;
1063 lowmax = no_b;
1076 int hibit = lowmax + Lmax;
1077 printf("msrt_find_window: Wmax=0x%lx, lowbit=%d, result=", Wmax, lowmax);
1086 if (i == lowmax)
1095 *lowbit = lowmax;
1097 …eturning Wmax=%lu, len=%d, lowbit=%d [tblsize=%u, entries=%u]\n", Wmax, Lmax, lowmax, tblsize, C));
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Darith.c311 register unsigned long lowmax = MAX(u->low, v->low);
316 if (lowmax > u->low)
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/localConcepts/eswi/
H A DsortConcept.def23 "lowmax"={matchSort=14;}
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/localConcepts/eswi/
H A DsortConcept.def23 "lowmax"={matchSort=14;}