Home
last modified time | relevance | path

Searched refs:lastl (Results 1 – 25 of 86) sorted by relevance

1234

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/MATLAB/
H A Dmexsuperlu.c210 int lastl = 0, lastu = 0; in LUextract() local
246 Lval[lastl] = 1.0; /* unit diagonal */ in LUextract()
247 Lrow[lastl++] = L_SUB(istart + upper - 1); in LUextract()
249 Lval[lastl] = SNptr[i]; in LUextract()
251 if (Lval[lastl] != 0.0) Lrow[lastl++] = L_SUB(istart+i); in LUextract()
253 Lcol[j+1] = lastl; in LUextract()
261 *snnzL = lastl; in LUextract()
/dports/devel/courier-unicode/courier-unicode-2.2.3/
H A Dmkemojidata.pl14 my $lastl;
45 die "Not sorted\n" unless $l > $lastl;
49 $lastl=$l;
/dports/math/superlu/superlu-5.2.2/MATLAB/
H A Dmexsuperlu.c222 int lastl = 0, lastu = 0; in LUextract() local
258 Lval[lastl] = 1.0; /* unit diagonal */ in LUextract()
259 Lrow[lastl++] = L_SUB(istart + upper - 1); in LUextract()
261 Lval[lastl] = SNptr[i]; in LUextract()
263 if (Lval[lastl] != 0.0) Lrow[lastl++] = (mwIndex)L_SUB(istart+i); in LUextract()
265 Lcol[j+1] = lastl; in LUextract()
273 *snnzL = lastl; in LUextract()
/dports/devel/codeville/codeville-0.1.18/Codeville/
H A Dmerge.py76 lastl, lastr = 0, 0
84 lapplied = _is_applied(local_line_points[lastl:lpos + 1], rpdict)
86 result.extend(local[lastl:lpos + matchlen])
87 result_line_points.extend(local_line_points[lastl:lpos + 1])
91 elif (lastl, lastr) == (len(local), len(remote)):
97 result.append((local[lastl:lpos], remote[lastr:rpos]))
99 … result_line_points.append((local_line_points[lastl:lpos + 1], remote_line_points[lastr:rpos + 1]))
103 lastl, lastr = lpos + matchlen, rpos + matchlen
319 lastl, lastr = 0, 0
326 (lastl, lastr) == (len(l), len(resolution)):
[all …]
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/src/
H A Dmaxtree.c258 ltfat_int lastl = 2 * (end - 1); in LTFAT_NAME() local
263 p->callback(p->userdata, *((LTFAT_COMPLEX*)&treeVal[2 * lastl]), lastl); in LTFAT_NAME()
266 treeVal[2 * lastl] * treeVal[2 * lastl] + in LTFAT_NAME()
267 treeVal[2 * lastl + 1] * treeVal[2 * lastl + 1]; in LTFAT_NAME()
270 treeValnext[end - 1] = treeVal[lastl]; in LTFAT_NAME()
/dports/games/abuse_sdl/abuse-0.8/src/sdlport/
H A Dvideo.cpp49 extern palette *lastl;
214 if(lastl) in close_graphics()
215 delete lastl; in close_graphics()
216 lastl = NULL; in close_graphics()
344 if(lastl) in load()
345 delete lastl; in load()
346 lastl = copy(); in load()
/dports/devel/codeville/codeville-0.1.18/Codeville/old/
H A Dmerge.py50 lastl, lastr = 0, 0
54 lapplied = _is_applied(local_line_points[lastl:lpos + 1], rpdict)
56 result.extend(local[lastl:lpos + matchlen])
57 result_line_points.extend(local_line_points[lastl:lpos + 1])
61 elif (lastl, lastr) == (len(local), len(remote)):
67 result.append((local[lastl:lpos], remote[lastr:rpos]))
69 … result_line_points.append((local_line_points[lastl:lpos + 1], remote_line_points[lastr:rpos + 1]))
73 lastl, lastr = lpos + matchlen, rpos + matchlen
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/template/
H A Dparse_test.go109 var lastl, lastc uint32
113 if l > lastl {
114 lastl = l
130 if int(lastl) != len(lines)-1 && int(lastc) != mxlen {
132 t.Errorf("expected %d, %d, got %d, %d for case %d", len(lines)-1, mxlen, lastl, lastc, n)
/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dmakedeltaiso.c35 unsigned int l, p, lastl; in readiso() local
39 lastl = 0; in readiso()
46 if (pay[i].l != lastl) in readiso()
53 if (last + lastl > pay[i].o) in readiso()
55 …s overlap %s %s %lld %d %lld\n", lastn, pay[i].name, (long long int)last, lastl, (long long int)pa… in readiso()
59 lastl = pay[i].l; in readiso()
91 lastl = 0; in readiso()
98 if (fread(iso + p, pay[i].o - (last + lastl), 1, fp) != 1) in readiso()
104 pay[i].lx = pay[i].o - (last + lastl); in readiso()
105 p += pay[i].o - (last + lastl); in readiso()
[all …]
/dports/textproc/py-bibtexparser/bibtexparser-1.2.0/bibtexparser/
H A Dcustomization.py247 lastl = -cases[::-1].index(0) - 1
248 if lastl == -1:
249 lastl -= 1 # Cannot consume the rest of the string.
253 parts['von'] = p0[firstl:lastl+1]
254 parts['last'] = p0[lastl+1:]
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dlpcsyn.cc89 lastl = lold; in lpcsyn()
127 if (cfg->paranoid && ipitch>0 && mod.lsyn>0 && ipitch + mod.lsyn - lastl) in synmod()
133 if(ipitch != 0 && ipitch + mod.lsyn - lastl>0) ipitch += mod.lsyn - lastl; in synmod()
135 if (lastl == 0 && mod.lsyn != 0) for (i=0; i<rad; i++) ifilt[i]=0; in synmod()
163 lastl = mod.lsyn; in synmod()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/cluster/
H A Dem.py96 lastl = self._loglikelihood(vectors, priors, means, covariances)
101 print('iteration; loglikelihood', lastl)
133 if abs(lastl - l) < self._conv_threshold:
135 lastl = l
/dports/devel/9base/9base-6/troff/
H A Dn7.c53 lastl = ne; in tbreak()
57 if ((lastl = ll - un) < ne) in tbreak()
58 lastl = ne; in tbreak()
61 lastl = ne; in tbreak()
70 if (lastl + un > dip->maxl) in tbreak()
71 dip->maxl = lastl + un; in tbreak()
81 lastl = ne + (nwd-1) * adsp + adrem; in tbreak()
109 if ((k = ll - un0 - lastl + ics) > 0) in tbreak()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn7.c54 lastl = ne; in tbreak()
58 if ((lastl = ll - un) < ne) in tbreak()
59 lastl = ne; in tbreak()
62 lastl = ne; in tbreak()
71 if (lastl + un > dip->maxl) in tbreak()
72 dip->maxl = lastl + un; in tbreak()
82 lastl = ne + (nwd-1) * adsp + adrem; in tbreak()
110 if ((k = ll - un0 - lastl + ics) > 0) in tbreak()
/dports/shells/zsh/zsh-5.8.1/Functions/Zle/
H A Dincremental-complete-word29 local lastl lastr wid twid num post toolong
88 lastl="$LBUFFER"
93 LBUFFER="$lastl"
/dports/math/nfft/nfft-3.5.2/kernel/fpt/
H A Dfpt.c993 lastl = LAST_L(N_tilde,plength); in fpt_precompute_1()
998 * (lastl+1)); in fpt_precompute_1()
1001 for (l = firstl; l <= lastl; l++) in fpt_precompute_1()
1115 lastl = LAST_L(N_tilde,plength); in fpt_precompute_2()
1123 for (l = firstl; l <= lastl; l++) in fpt_precompute_2()
1394 int lastl; in fpt_trafo() local
1482 lastl = LAST_L(k_end_tilde,plength); in fpt_trafo()
1485 for (l = firstl; l <= lastl; l++) in fpt_trafo()
1759 int lastl; in fpt_transposed() local
1857 for (l = firstl; l <= lastl; l++) in fpt_transposed()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h697 int lastl = 0, lastu = 0;
751 Lval[lastl] = 1.0; /* unit diagonal */
752 Lrow[lastl++] = L_SUB(istart + upper - 1);
755 Lval[lastl] = SNptr[i];
757 if (Lval[lastl] != 0.0)
758 Lrow[lastl++] = L_SUB(istart+i);
760 Lcol[j+1] = lastl;
768 m_l.resizeNonZeros(lastl);

1234