Home
last modified time | relevance | path

Searched refs:marg (Results 201 – 225 of 847) sorted by relevance

12345678910>>...34

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/printing/
H A Dprintpainter.cpp422 int marg = (m_useBox || m_useHeaderBackground) ? pl.innerMargin : 0; in paintHeader() local
424 marg += m_boxWidth; in paintHeader()
434 painter.drawText(marg, 0, pl.headerWidth - (marg * 2), pl.headerHeight, align, s); in paintHeader()
464 int marg = (m_useBox || m_useFooterBackground) ? pl.innerMargin : 0; in paintFooter() local
466 marg += m_boxWidth; in paintFooter()
475 …painter.drawText(marg, pl.pageHeight - pl.footerHeight, pl.headerWidth - (marg * 2), pl.footerHeig… in paintFooter()
/dports/math/R-cran-linprog/linprog/tests/
H A DMpsTests.Rout.save128 opt cvec min.c max.c marg marg.reg
244 opt cvec min.c max.c marg marg.reg
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/
H A Dcontingency.py80 marg = np.apply_over_axes(np.sum, a, [j for j in ranged if j != k])
81 margsums.append(marg)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/plugins/solvers/
H A DGAMS.py530 marg = 0
533 marg -= rec_lo.marginal
536 marg += rec_hi.marginal
537 if not math.isnan(marg):
539 soln.constraint[sym] = {'dual': marg}
1062 marg = 0
1070 marg -= float(rec_lo[1])
1073 marg = float('nan')
1081 marg += float(rec_hi[1])
1084 marg = float('nan')
[all …]
/dports/print/latex-beamer/beamer-3.57/doc/
H A Dbeamerug-globalstructure.tex59 \begin{command}{\title\oarg{short title}\marg{title}}
71 \begin{command}{\subtitle\oarg{short subtitle}\marg{subtitle}}
92 \begin{command}{\institute\oarg{short institute}\marg{institute}}
108 \begin{command}{\date\oarg{short date}\marg{date}}
115 \begin{command}{\titlegraphic\marg{text}}
124 \begin{command}{\subject\marg{text}}
128 \begin{command}{\keywords\marg{text}}
439 \begin{command}{\AtBeginPart\marg{text}}
457 \begin{command}{\lecture\oarg{short lecture name}\marg{lecture name}\marg{lecture label}}
492 \begin{command}{\AtBeginLecture\marg{text}}
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/CN/inference/
H A DCNLoopyPropagation_tpl.h622 std::vector< GUM_SCALAR > marg(2); in initialize_()
623 marg[1] = NodesP_min_[node]; in initialize_()
624 marg[0] = 1 - marg[1]; in initialize_()
626 _infE_::oldMarginalMin_.set(node, marg); in initialize_()
689 std::vector< GUM_SCALAR > marg(2); in initialize_()
690 marg[1] = msg_p_min; in initialize_()
691 marg[0] = 1 - msg_p_min; in initialize_()
693 _infE_::oldMarginalMin_.set(node, marg); in initialize_()
696 marg[1] = msg_p_max; in initialize_()
697 marg[0] = 1 - msg_p_max; in initialize_()
[all …]
/dports/science/R-cran-e1071/e1071/src/
H A Dcmeans.c61 double sum, val, marg, mval, cumsum_w, cumsum_w_x; in cmeans_weighted_median() local
80 marg = *x; /* -Wall */ in cmeans_weighted_median()
86 marg = x[i]; in cmeans_weighted_median()
91 return(marg); in cmeans_weighted_median()
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dnqfns.c11 extern int rsp,wsp,ptrsp,marg;
473 if (rpb+1-rpf<marg) in intgen()
475 (int)(rpb+1-rpf),marg,wsp); in intgen()
476 if (wsp>marg) bgc(); else return(-1); in intgen()
497 if (rpb+1-rpf<marg) in subrel()
499 (int)(rpb+1-rpf),marg,wsp); in subrel()
500 if (wsp>marg) bgc(); else return(-1); in subrel()
605 { if (rpb+1-rpf<marg) in prnrel()
607 (int)(rpb+1-rpf),marg,wsp); in prnrel()
608 if (wsp>marg) bgc(); in prnrel()
H A Dnqfnsb.c11 extern int rsp,wsp,ptrsp,marg;
473 if (rpb+1-rpf<marg) in intgen()
475 rpb+1-rpf,marg,wsp); in intgen()
476 if (wsp>marg) bgc(); else return(-1); in intgen()
497 if (rpb+1-rpf<marg) in subrel()
499 rpb+1-rpf,marg,wsp); in subrel()
500 if (wsp>marg) bgc(); else return(-1); in subrel()
605 { if (rpb+1-rpf<marg) in prnrel()
607 rpb+1-rpf,marg,wsp); in prnrel()
608 if (wsp>marg) bgc(); in prnrel()
/dports/math/vtk9/VTK-9.1.0/Utilities/KWSys/vtksys/
H A DCommandLineArguments.cxx224 const std::string& marg = this->Internals->Argv[cc]; in Parse() local
226 " check multi argument value: " << marg); in Parse()
227 if (this->GetMatchedArguments(&matches, marg)) { in Parse()
229 << arg << " with value: " << marg); in Parse()
233 " populate multi argument value: " << marg); in Parse()
234 if (!this->PopulateVariable(cs, marg.c_str())) { in Parse()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/KWSys/adios2sys/
H A DCommandLineArguments.cxx224 const std::string& marg = this->Internals->Argv[cc]; in Parse() local
226 " check multi argument value: " << marg); in Parse()
227 if (this->GetMatchedArguments(&matches, marg)) { in Parse()
229 << arg << " with value: " << marg); in Parse()
233 " populate multi argument value: " << marg); in Parse()
234 if (!this->PopulateVariable(cs, marg.c_str())) { in Parse()
/dports/devel/cmake-gui/cmake-3.22.1/Source/kwsys/
H A DCommandLineArguments.cxx224 const std::string& marg = this->Internals->Argv[cc]; in Parse() local
226 " check multi argument value: " << marg); in Parse()
227 if (this->GetMatchedArguments(&matches, marg)) { in Parse()
229 << arg << " with value: " << marg); in Parse()
233 " populate multi argument value: " << marg); in Parse()
234 if (!this->PopulateVariable(cs, marg.c_str())) { in Parse()
/dports/devel/cmake/cmake-3.22.1/Source/kwsys/
H A DCommandLineArguments.cxx224 const std::string& marg = this->Internals->Argv[cc]; in Parse() local
226 " check multi argument value: " << marg); in Parse()
227 if (this->GetMatchedArguments(&matches, marg)) { in Parse()
229 << arg << " with value: " << marg); in Parse()
233 " populate multi argument value: " << marg); in Parse()
234 if (!this->PopulateVariable(cs, marg.c_str())) { in Parse()
/dports/devel/cmake-doc/cmake-3.22.1/Source/kwsys/
H A DCommandLineArguments.cxx224 const std::string& marg = this->Internals->Argv[cc]; in Parse() local
226 " check multi argument value: " << marg); in Parse()
227 if (this->GetMatchedArguments(&matches, marg)) { in Parse()
229 << arg << " with value: " << marg); in Parse()
233 " populate multi argument value: " << marg); in Parse()
234 if (!this->PopulateVariable(cs, marg.c_str())) { in Parse()
/dports/devel/gh/cli-2.4.0/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dequate.go58 type approximator struct{ frac, marg float64 } member
68 return math.Abs(x-y) <= math.Max(a.marg, relMarg)

12345678910>>...34