Home
last modified time | relevance | path

Searched refs:eln (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/math/R-cran-RHmm/RHmm/src/
H A DLogProb.cpp21 double eln(const double theX) in eln() function
31 double myeLnX = eln(theX), in elnsum1()
32 myeLnY = eln(theY) ; in elnsum1()
42 return(myeLnX + eln(1.0+exp(myeLnY-myeLnX))) ; in elnsum1()
44 return(myeLnY + eln(1.0+exp(myeLnX-myeLnY))) ; in elnsum1()
59 return(myeLnX + eln(1.0+exp(myeLnY-myeLnX))) ; in elnsum()
65 double myeLnX = eln(theX), in elnproduct1()
66 myeLnY = eln(theY) ; in elnproduct1()
H A DcLogBaumWelch.cpp126 … mLogAlpha[n][i][0] = elnproduct(eln(theHMM.mInitProba[i]), eln(theCondProba[n][i][0])) ; in LogForwardBackward()
139 …myLogAlpha = elnsum(myLogAlpha, elnproduct(mLogAlpha[n][i][t], eln(theHMM.mTransMatVector[t][i][j]… in LogForwardBackward()
141 … mLogAlpha[n][j][t+1] = elnproduct(myLogAlpha, eln(theCondProba[n][j][t+1])) ; in LogForwardBackward()
155 …myAux = elnsum(myAux, elnproduct(eln(theHMM.mTransMatVector[t+1][i][j]), elnproduct(eln(theCondPr… in LogForwardBackward()
/dports/devel/p5-Complete-Util/Complete-Util-0.611/lib/Complete/
H A DUtil.pm326 my $eln = $ci ? uc($el) : $el; $eln =~ s/_/-/g if $map_case;
327 $excluden->{$eln} //= 1;
360 my $eln = $ci ? uc($el) : $el; $eln =~ s/_/-/g if $map_case;
361 next if $excluden && $excluden->{$eln};
363 push @arrayn, $eln;
365 if (0==index($eln, $wordn)) {
369 if ($rmapn && $rmapn->{$eln}) {
370 for my $vn (@{ $rmapn->{$eln} }) {
486 my $eln = $arrayn[$i];
521 my $eln = $ci ? uc($el) : $el; $eln =~ s/_/-/g if $map_case;
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dumat_abaqusnl.f386 eln(1)=z(1,1)*z(1,1)*w(1)+z(1,2)*z(1,2)*w(2)+
464 xa(1,1)=eln(1)
465 xa(1,2)=eln(4)
466 xa(1,3)=eln(5)
467 xa(2,1)=eln(4)
468 xa(2,2)=eln(2)
469 xa(2,3)=eln(6)
470 xa(3,1)=eln(5)
471 xa(3,2)=eln(6)
472 xa(3,3)=eln(3)
[all …]
/dports/net/drawterm/drawterm/libip/
H A Deipfmt.c32 int i, j, n, eln, eli; in eipfmt() local
49 eln = eli = -1; in eipfmt()
54 if(j > i && j - i > eln){ in eipfmt()
56 eln = j - i; in eipfmt()
65 i += eln; in eipfmt()
/dports/devel/R-cran-later/later/inst/include/
H A Dlater.h66 static elnfun eln = NULL; in later() local
67 if (!eln) { in later()
77 eln = (elnfun)R_GetCCallable("later", "execLaterNative2"); in later()
85 eln(func, data, secs, loop_id); in later()
/dports/science/chrono/chrono-7.0.1/src/chrono_matlab/
H A DChMatlabEngine.cpp88 int eln = 0; in PutSparseMatrix() local
93 transfer(eln, 0) = ii + 1; in PutSparseMatrix()
94 transfer(eln, 1) = jj + 1; in PutSparseMatrix()
95 transfer(eln, 2) = elVal; in PutSparseMatrix()
96 ++eln; in PutSparseMatrix()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libip/
H A Deipfmt.c38 int i, j, n, eln, eli; in eipfmt() local
74 eln = eli = -1; in eipfmt()
79 if(j > i && j - i > eln){ in eipfmt()
81 eln = j - i; in eipfmt()
90 i += eln; in eipfmt()
/dports/misc/clifm/clifm-1.3/src/
H A Dsearch.c260 int *eln = (int *)0; in search_glob() local
268 eln = (int *)xnmalloc(files + 1, sizeof(int)); in search_glob()
286 eln[found] = (int)(k + 1); in search_glob()
302 eln = (int *)xnmalloc((size_t)scandir_files + 1, in search_glob()
333 eln[found] = -1; in search_glob()
352 eln = (int *)xnmalloc(globbed_files.gl_pathc + 1, sizeof(int)); in search_glob()
377 eln[found] = -1; in search_glob()
395 eln[found] = (int)(j + 1); in search_glob()
436 colors_list(pfiles[i], (eln[i] && eln[i] != -1) ? eln[i] : 0, in search_glob()
461 free(eln); in search_glob()
/dports/archivers/ha/ha-0.999b_2/c/
H A Dhsc.c57 static U16B *eln=NULL; /* expire list next pointer array */ variable
101 if (eln!=NULL) free(eln),eln=NULL; in hsc_cleanup()
123 eln=malloc(NUMCON*sizeof(*eln)); in init_model()
133 if (hp==NULL || elp==NULL || eln==NULL || in init_model()
149 eln[i]=i+1; in init_model()
249 eln[nc]=elf; in make_context()
286 elp[eln[cp]]=elp[cp]; in el_movefront()
287 eln[elp[cp]]=eln[cp]; in el_movefront()
290 eln[cp]=elf; in el_movefront()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptxmlparser_p.h67 Result(const QMap<QString, int> &fi, const QSet<int> &eln) in Result()
68 : functionsInfo(fi), executableLineNumbers(eln) {} in Result()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/scripttools/debugging/
H A Dqscriptxmlparser_p.h69 Result(const QMap<QString, int> &fi, const QSet<int> &eln) in Result()
70 : functionsInfo(fi), executableLineNumbers(eln) {} in Result()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptxmlparser_p.h67 Result(const QMap<QString, int> &fi, const QSet<int> &eln) in Result()
68 : functionsInfo(fi), executableLineNumbers(eln) {} in Result()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go129 func (p *bar) write(state *State, eln, width int) int {
130 repeat := width / p.cc[eln]
132 p.buf.Write(p.eb[eln])
134 StripStringToBuffer(string(p.eb[eln]), width%p.cc[eln], p.buf)
/dports/net/storj/storj-1.45.3/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go129 func (p *bar) write(state *State, eln, width int) int {
130 repeat := width / p.cc[eln]
132 p.buf.Write(p.eb[eln])
134 StripStringToBuffer(string(p.eb[eln]), width%p.cc[eln], p.buf)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go129 func (p *bar) write(state *State, eln, width int) int {
130 repeat := width / p.cc[eln]
132 p.buf.Write(p.eb[eln])
134 StripStringToBuffer(string(p.eb[eln]), width%p.cc[eln], p.buf)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go129 func (p *bar) write(state *State, eln, width int) int {
130 repeat := width / p.cc[eln]
132 p.buf.Write(p.eb[eln])
134 StripStringToBuffer(string(p.eb[eln]), width%p.cc[eln], p.buf)
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go129 func (p *bar) write(state *State, eln, width int) int {
130 repeat := width / p.cc[eln]
132 p.buf.Write(p.eb[eln])
134 StripStringToBuffer(string(p.eb[eln]), width%p.cc[eln], p.buf)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go129 func (p *bar) write(state *State, eln, width int) int {
130 repeat := width / p.cc[eln]
132 p.buf.Write(p.eb[eln])
134 StripStringToBuffer(string(p.eb[eln]), width%p.cc[eln], p.buf)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DMakefile.in630 --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR)
843 emacs-lisp/autoload.eln \
844 emacs-lisp/byte-opt.eln \
845 emacs-lisp/bytecomp.eln \
846 emacs-lisp/cconv.eln \
847 international/charscript.eln \
848 emacs-lisp/comp.eln \
849 emacs-lisp/comp-cstr.eln \
850 international/emoji-zwj.eln
853 %.eln: %.el | emacs$(EXEEXT) $(pdmp)
[all …]
/dports/net/drive/drive-0.4.0/vendor/github.com/cheggaaa/pb/v3/
H A Delement.go130 func (p *bar) write(state *State, eln, width int) int {
131 repeat := width / p.cc[eln]
132 remainder := width % p.cc[eln]
134 p.buf.Write(p.eb[eln])
137 StripStringToBuffer(string(p.eb[eln]), remainder, p.buf)
/dports/devel/py-pyral/pyral-1.5.2/pyral/
H A Drestapi.py1423 eln_hits = [eln for eln, ell, anl in attr_forms if item_attr_name == eln]
1428 c_eln_hits = [eln for eln, ell, anl in attr_forms if "c_%s" % item_attr_name == eln]
1430 eln = c_eln_hits[0]
1431 txfmed_item_data[eln] = item_attr_value
1434 ell_hits = [eln for eln, ell, anl in attr_forms if item_attr_name.lower() == ell]
1436 eln = ell_hits[0]
1437 txfmed_item_data[eln] = item_attr_value
1440 … c_ell_hits = [eln for eln, ell, anl in attr_forms if "c_%s" % item_attr_name.lower() == ell]
1442 eln = c_ell_hits[0]
1446 … anl_hits = [eln for eln, ell, anl in attr_forms if item_attr_name.lower().replace(' ','') == anl]
[all …]
/dports/math/taucs/taucs-2.2_23/external/src/
H A Damdatr.c20 maxmem, newmem, deg, eln, mem, nel, pme, nvi, nvj, pme1, pme2, local
941 eln = elen[i];
942 if (eln > 0) {
947 i__2 = pe[i] + eln - 1;
1186 eln = elen[i];
1216 if (elen[j] != eln) {
H A Damdbar.c20 maxmem, newmem, deg, eln, mem, nel, pme, nvi, nvj, pme1, pme2, local
938 eln = elen[i];
939 if (eln > 0) {
944 i__2 = pe[i] + eln - 1;
1183 eln = elen[i];
1213 if (elen[j] != eln) {
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dhall_order_hd.c141 Gnum deg, degme, dext, dmax, e, elenme, eln, hash, hmod, i, in hallOrderHdHalmd() local
645 eln = elen[i]; in hallOrderHdHalmd()
646 if (eln > 0) { in hallOrderHdHalmd()
649 for (p = pe[i]; p < pe[i] + eln; p ++) { in hallOrderHdHalmd()
766 eln = elen[i]; in hallOrderHdHalmd()
777 if (elen[j] != eln) in hallOrderHdHalmd()

12345678910>>...23