Home
last modified time | relevance | path

Searched refs:rLL (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/lib/Perl/Tidy/
H A DFormatter.pm7624 return unless ( defined($rLL) && @{$rLL} );
7797 return unless ( defined($rLL) && @{$rLL} );
8880 return unless ( defined($rLL) && @{$rLL} );
9149 return unless ( defined($rLL) && @{$rLL} );
9338 return unless ( defined($rLL) && @{$rLL} );
9409 return unless ( defined($rLL) && @{$rLL} );
9487 return unless ( defined($rLL) && @{$rLL} );
9816 return unless ( defined($rLL) && @{$rLL} );
9996 return unless ( defined($rLL) && @{$rLL} );
10042 return unless ( defined($rLL) && @{$rLL} );
[all …]
/dports/math/R-cran-maxLik/maxLik/inst/tinytest/
H A Dtest-basic.R67 rLL <- suppressWarnings(maxLik( logLL, start = start, method=method, X=testData )) functionVar
68 expect_equal(coef(rLL), coef(rLLSum), tolerance=mTol)
86 rLL <- suppressWarnings(maxLik( logLL, start = start, method=method, X=testData )) globalVar
87 stdDev <- stdEr(rLL)
89 expect_equal(coef(rLL), param, tolerance=tol,
94 expect_equal(coef(rLLG), coef(rLL), tolerance=mTol)
97 expect_equal(class(logLik(rLL)), "numeric")
98 expect_equal(class(gradient(rLL)), "numeric")
99 expect_true(inherits(hessian(rLL), "matrix"),
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfShadingPattern.cpp277 Init( rLL, rUL, rLR, rUR, rMatrix ); in PdfFunctionBaseShadingPattern()
283 Init( rLL, rUL, rLR, rUR, rMatrix ); in PdfFunctionBaseShadingPattern()
303 switch ( rLL.GetColorSpace() ) in Init()
314 samples.insert( samples.end(), static_cast<char> ( rLL.GetRed() *255.0 ) ); in Init()
316 samples.insert( samples.end(), static_cast<char> ( rLL.GetBlue() *255.0 ) ); in Init()
345 samples.insert( samples.end(), static_cast<char> ( rLL.GetCyan() *255.0 ) ); in Init()
395 samples.insert( samples.end(), static_cast<char> ( rLL.GetCieL() *2.55 ) ); in Init()
396 samples.insert( samples.end(), static_cast<char> ( rLL.GetCieA() +128 ) ); in Init()
397 samples.insert( samples.end(), static_cast<char> ( rLL.GetCieB() +128 ) ); in Init()
411 PdfObject * csp = rLL.BuildColorSpace( this->GetObject()->GetOwner() ); in Init()
[all …]
H A DPdfShadingPattern.h169 …PdfFunctionBaseShadingPattern( const PdfColor & rLL, const PdfColor & rUL, const PdfColor & rLR, c…
181 …PdfFunctionBaseShadingPattern( const PdfColor & rLL, const PdfColor & rUL, const PdfColor & rLR, c…
194 …void Init( const PdfColor & rLL, const PdfColor & rUL, const PdfColor & rLR, const PdfColor & rUR,…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_Matrix.res178 extract diagonal rLL.diag()=[ 11 22 ]
179 diagonal assignment rL.diag(rLL)=
222 dim test : rL.shareDims(rLL)=true rL.shareDims(rF)=false rL.shareDims(cL)=true
312 rL+=rLL
315 rL-=rLL
348 cL+=rLL
351 cL-=rLL
366 comparison rL==rLL is true, rL==2*rLL is false, cL==cLL is true, cL==2*cLL is false
367 comparison rL!=rLL is false, rL!=2*rLL is true, cL!=cLL is false, cL!=2*cLL is true
/dports/science/py-pyscf/pyscf-2.0.1/examples/x2c/
H A D10-picture_change.py36 rLL = xmol.intor('int1e_r_spinor') variable
38 even_operator = (rLL, rSS)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Matrix.cpp144 Matrix<real_t> rLL = rL; in unit_Matrix() local
157 rL.diag(rLL); in unit_Matrix()
158 Vector<real_t> rd = rLL.diag(); in unit_Matrix()
193 …out << "dim test : rL.shareDims(rLL)=" << FT[rL.shareDims(rLL)] << " rL.shareDims(rF)=" << FT[rL.s… in unit_Matrix()
234 rL = rLL; cL = cLL; in unit_Matrix()
240 out << "rL+=rLL" << (rL += rLL) << std::endl; in unit_Matrix()
241 out << "rL-=rLL" << (rL -= rLL) << std::endl; in unit_Matrix()
252 out << "cL+=rLL" << (cL += rLL) << std::endl; in unit_Matrix()
253 out << "cL-=rLL" << (cL -= rLL) << std::endl; in unit_Matrix()
258 out << "comparison rL==rLL is " << FT[(rL == rLL)] << ", rL==2*rLL is " << FT[(rL == 2 * rLL)]; in unit_Matrix()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/functions/
H A D_ksh_print_help41 nroff -c -man -rLL=${cols}n "$fname"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdobj.cxx3210 std::vector<Link<SdrObjCreatorParams, SdrObject*>>& rLL=ImpGetUserMakeObjHdl(); in InsertMakeObjectHdl() local
3211 auto it = std::find(rLL.begin(), rLL.end(), rLink); in InsertMakeObjectHdl()
3212 if (it != rLL.end()) { in InsertMakeObjectHdl()
3215 rLL.push_back(rLink); in InsertMakeObjectHdl()
3221 std::vector<Link<SdrObjCreatorParams, SdrObject*>>& rLL=ImpGetUserMakeObjHdl(); in RemoveMakeObjectHdl() local
3222 auto it = std::find(rLL.begin(), rLL.end(), rLink); in RemoveMakeObjectHdl()
3223 if (it != rLL.end()) in RemoveMakeObjectHdl()
3224 rLL.erase(it); in RemoveMakeObjectHdl()
/dports/devel/ncurses/ncurses-6.3/
H A Ddist.mk100 MANPROG = tbl | nroff -mandoc -rHY=0 -rLL=78n -rLT=78n -Tascii
/dports/devel/hub/hub-2.14.2/
H A DMakefile76 groff -Wall -mtty-char -mandoc -Tutf8 -rLL=$(TEXT_WIDTH)n $< | col -b >$@
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdobj.cxx3303 std::vector<Link<SdrObjCreatorParams, SdrObject*>>& rLL=ImpGetUserMakeObjHdl(); in InsertMakeObjectHdl() local
3304 auto it = std::find(rLL.begin(), rLL.end(), rLink); in InsertMakeObjectHdl()
3305 if (it != rLL.end()) { in InsertMakeObjectHdl()
3308 rLL.push_back(rLink); in InsertMakeObjectHdl()
3314 std::vector<Link<SdrObjCreatorParams, SdrObject*>>& rLL=ImpGetUserMakeObjHdl(); in RemoveMakeObjectHdl() local
3315 auto it = std::find(rLL.begin(), rLL.end(), rLink); in RemoveMakeObjectHdl()
3316 if (it != rLL.end()) in RemoveMakeObjectHdl()
3317 rLL.erase(it); in RemoveMakeObjectHdl()
/dports/multimedia/emovix/emovix-0.9.0/translations/
H A DREADME.encoding48 groff -t -e -mandoc -Tascii8 -rLL=60n -rLT=60n mplayer.1 | col -bx > mplayer.man
/dports/shells/fish/fish-3.3.1/share/functions/
H A D__fish_print_help.fish31 set -a format -rLL={$cols}n
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dhashes.nim105 rLL = aL * bL
106 t = rLL + (rHL shl 32)
107 var c = if t < rLL: 1'u64 else: 0'u64
/dports/lang/nim/nim-1.6.2/c_code/1_1/
H A D@mlineinfos.nim.c1060 NU64 rLL; in N_INLINE() local
1074 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1075 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1077 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/11_7/
H A D@mlineinfos.nim.c1071 NU64 rLL; in N_INLINE() local
1085 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1086 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1088 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/2_11/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/2_10/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/10_1/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/4_8/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/4_1/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/2_8/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/2_15/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()
/dports/lang/nim/nim-1.6.2/c_code/2_18/
H A D@mlineinfos.nim.c1070 NU64 rLL; in N_INLINE() local
1084 rLL = (NU64)((NU64)(aL) * (NU64)(bL)); in N_INLINE()
1085 t = (NU64)((NU64)(rLL) + (NU64)((NU64)((NU64)(rHL) << (NU64)(((NI) 32))))); in N_INLINE()
1087 if (!((NU64)(t) < (NU64)(rLL))) goto LA3_; in N_INLINE()

12345678910>>...19