Home
last modified time | relevance | path

Searched refs:nver (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/devel/re2c/re2c-2.2/src/cfg/
H A Dinterfere.cc19 const size_t nver = static_cast<size_t>(maxver); in interference() local
20 bool *buf = new bool[nver]; in interference()
21 vals_t *vals = new vals_t[nver](); in interference()
24 memset(interf, 0, nver * nver * sizeof(bool)); in interference()
25 for (; b < e; ++b, live += nver) { in interference()
26 interfere(b->cmd, live, interf, buf, vals, nver); in interference()
36 interf[vidx * nver + uidx] = interf[uidx * nver + vidx] = true; in interference()
46 bool *buf, vals_t *vals, size_t nver) in interfere() argument
63 memcpy(buf, live, nver * sizeof(bool)); in interfere()
96 for (size_t v = 0; v < nver; ++v) { in interfere()
[all …]
H A Dvaralloc.cc33 std::fill(next, next + nver, END); in variable_allocation()
34 std::fill(repr, repr + nver, END); in variable_allocation()
53 if (interf[z * nver + y]) break; in variable_allocation()
69 } else if (!interf[x * nver + y]) { in variable_allocation()
77 for (rx = 0; rx < nver; ++rx) { in variable_allocation()
80 for (ry = rx + 1; ry < nver; ++ry) { in variable_allocation()
104 for (x = 0; x < nver; ++x) { in variable_allocation()
108 for (rx = 0; rx < nver; ++rx) { in variable_allocation()
113 if (interf[x * nver + y]) break; in variable_allocation()
126 if (rx == nver) { in variable_allocation()
[all …]
H A Dliveanal.cc56 bool *buf1 = new bool[nver]; in liveness_analysis()
57 bool *buf2 = new bool[nver]; in liveness_analysis()
74 memset(live, 0, nfall * nver * sizeof(bool)); in liveness_analysis()
79 bool *l = &live[i * nver]; in liveness_analysis()
99 bool *old = &live[i * nver]; in liveness_analysis()
104 memcpy(buf1, old, nver * sizeof(bool)); in liveness_analysis()
106 const bool *l = &live[*j * nver]; in liveness_analysis()
139 bool *l = &live[i * nver]; in liveness_analysis()
150 memcpy(buf1, l, nver * sizeof(bool)); in liveness_analysis()
162 bool *liv = &live[*j * nver]; in liveness_analysis()
[all …]
H A Doptimize.cc19 size_t nver = static_cast<size_t>(maxver) + 1; in compact_and_optimize_tags() local
20 tagver_t *ver2new = new tagver_t[nver]; in compact_and_optimize_tags()
26 nver = static_cast<size_t>(maxver) + 1; in compact_and_optimize_tags()
27 bool *live = new bool[cfg.nbbfall * nver]; in compact_and_optimize_tags()
28 bool *interf = new bool[nver * nver]; in compact_and_optimize_tags()
H A Ddce.cc38 const size_t nver = static_cast<size_t>(cfg.dfa.maxtagver) + 1; in dead_code_elimination() local
41 bool *live_local = new bool[nver]; in dead_code_elimination()
43 for (; b < e; ++b, live += nver) { in dead_code_elimination()
44 memcpy(live_local, live, nver * sizeof(bool)); in dead_code_elimination()
H A Dcompact.cc17 nver = static_cast<size_t>(cfg.dfa.maxtagver) + 1, in compact() local
20 bool *used = new bool[nver]; in compact()
22 std::fill(used, used + nver, false); in compact()
39 for (size_t v = 0; v < nver; ++v) { in compact()
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/
H A Dmakehist.tcl139 if {$hver > $nver} {
140 puts stderr "First History version = $hver > first News version = $nver"
172 puts $tmph "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
189 if {$hver == $nver} {
204 puts $tmpd "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
221 if {$hver == $nver} {
242 puts $tmph "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
255 puts $tmpd "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
276 puts $tmph "<small>Ghostscript version $nver, $nday $nmonthname $nyear"
292 puts $tmpd "<small>Ghostscript version $nver, $nday $nmonthname $nyear"
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/
H A Dmakehist.tcl137 if {$hver > $nver} {
138 puts stderr "First History version = $hver > first News version = $nver"
170 puts $tmph "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
187 if {$hver == $nver} {
202 puts $tmpd "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
219 if {$hver == $nver} {
240 puts $tmph "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
253 puts $tmpd "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
274 puts $tmph "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
290 puts $tmpd "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/
H A Dmakehist.tcl137 if {$hver > $nver} {
138 puts stderr "First History version = $hver > first News version = $nver"
170 puts $tmph "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
187 if {$hver == $nver} {
202 puts $tmpd "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
219 if {$hver == $nver} {
240 puts $tmph "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
253 puts $tmpd "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
274 puts $tmph "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
290 puts $tmpd "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/
H A Dmakehist.tcl139 if {$hver > $nver} {
140 puts stderr "First History version = $hver > first News version = $nver"
172 puts $tmph "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
189 if {$hver == $nver} {
204 puts $tmpd "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
221 if {$hver == $nver} {
242 puts $tmph "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
255 puts $tmpd "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
276 puts $tmph "<small>Ghostscript version $nver, $nday $nmonthname $nyear"
292 puts $tmpd "<small>Ghostscript version $nver, $nday $nmonthname $nyear"
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/
H A Dmakehist.tcl137 if {$hver > $nver} {
138 puts stderr "First History version = $hver > first News version = $nver"
170 puts $tmph "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
187 if {$hver == $nver} {
202 puts $tmpd "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
219 if {$hver == $nver} {
240 puts $tmph "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
253 puts $tmpd "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
274 puts $tmph "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
290 puts $tmpd "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/
H A Dmakehist.tcl137 if {$hver > $nver} {
138 puts stderr "First History version = $hver > first News version = $nver"
170 puts $tmph "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
187 if {$hver == $nver} {
202 puts $tmpd "<li><a href=\"#Version$nver\">Version $nver ($ndate)</a>"
219 if {$hver == $nver} {
240 puts $tmph "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
253 puts $tmpd "<h3><a name=\"${nver}_changelog\"></a>Changelog</h3>"
274 puts $tmph "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
290 puts $tmpd "<small>Ghostscript version $nver, $nday $nmonthname $nyear</small>"
/dports/devel/re2c/re2c-2.2/src/debug/
H A Ddump_interf.cc15 const tagver_t nver = cfg.dfa.maxtagver + 1; in dump_interf() local
16 for (tagver_t y = 1; y < nver; ++y) { in dump_interf()
20 for (tagver_t x = 1; x < nver; ++x) { in dump_interf()
21 for (tagver_t y = 1; y < nver; ++y) { in dump_interf()
22 fprintf(stderr, "%2c ", interf[x * nver + y] ? '*' : '.'); in dump_interf()
H A Ddump_cfg.cc17 const tagver_t nver = cfg.dfa.maxtagver + 1; in dump_cfg() local
24 for (cfg_ix_t i = 0; i < cfg.nbbfall; ++i, live += nver) { in dump_cfg()
54 for (tagver_t v = 0; v < nver; ++v) { in dump_cfg()
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dmk-sql.pl13 my $nver;
16 $nver = $1 * 100 + $2;
24 if ($nver >= 804) {
27 if ($nver < 901) {
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dmk-sql.pl12 my $nver;
15 $nver = $1 * 100 + $2;
23 if ($nver >= 804) {
26 if ($nver < 901) {
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dmk-sql.pl13 my $nver;
16 $nver = $1 * 100 + $2;
24 if ($nver >= 804) {
27 if ($nver < 901) {
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dmk-sql.pl12 my $nver;
15 $nver = $1 * 100 + $2;
23 if ($nver >= 804) {
26 if ($nver < 901) {
/dports/devel/R-cran-cli/cli/inst/examples/apps/
H A Doutdated.R47 nver <- package_version(newer$version) functionVar
48 mnver <- max(nver)
49 newest <- newer[mnver == nver, ]
/dports/devel/R-cran-cli/cli/inst/scripts/
H A Doutdated.R47 nver <- package_version(newer$version) functionVar
48 mnver <- max(nver)
49 newest <- newer[mnver == nver, ]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DMean_curvature_flow_skeletonization.h620 nrows = nver * 3; in contract_geometry()
628 nrows = nver * 2; in contract_geometry()
631 typename SolverTraits::Matrix A(nrows, nver); in contract_geometry()
634 typename SolverTraits::Vector X(nver), Bx(nrows); in contract_geometry()
635 typename SolverTraits::Vector Y(nver), By(nrows); in contract_geometry()
902 std::size_t nver = num_vertices(m_tmesh); in assemble_LHS()
918 A.set_coef(i + nver, i, m_omega_H, true); in assemble_LHS()
969 for (int i = 0; i < nver; ++i) in assemble_RHS()
1008 Bx[i + nver * 2] = x * op; in assemble_RHS()
1009 By[i + nver * 2] = y * op; in assemble_RHS()
[all …]
/dports/sysutils/webmin/webmin-1.981/webmin/
H A Dupdate.cgi35 my $nver = $u->[1];
36 $nver =~ s/^(\d+\.\d+)\..*$/$1/;
38 $info{'version'} >= $nver);
/dports/print/ghostscript7-x11/ghostscript-7.07/toolbin/
H A Dmakeset.tcl237 if {$hver > $nver} {
238 puts stderr "First History version = $hver > first News version = $nver"
241 if {$hver == $nver} {
265 puts $tmp "<li><a href=\"#${nver}_Incompatible_changes\">Incompatible changes</a>,"
298 if {$hver == $nver} {
338 puts $tmp "<small>Ghostscript version $nver, $nday $nmonthname $nyear"
/dports/print/ghostscript7-base/ghostscript-7.07/toolbin/
H A Dmakeset.tcl237 if {$hver > $nver} {
238 puts stderr "First History version = $hver > first News version = $nver"
241 if {$hver == $nver} {
265 puts $tmp "<li><a href=\"#${nver}_Incompatible_changes\">Incompatible changes</a>,"
298 if {$hver == $nver} {
338 puts $tmp "<small>Ghostscript version $nver, $nday $nmonthname $nyear"
/dports/devel/re2c/re2c-2.2/src/msg/
H A Dwarn.cc129 , const std::string *tagname, size_t nver) in nondeterministic_tags() argument
144 incond(cond).c_str(), static_cast<uint32_t>(nver), in nondeterministic_tags()
145 nver == 2 ? "nd" : nver == 3 ? "rd" : "th"); in nondeterministic_tags()

1234567