Home
last modified time | relevance | path

Searched refs:upcl (Results 1 – 17 of 17) sorted by relevance

/dports/math/eprover/eprover-E-2.0/DOC/
H A Dpcl2.spec15 <upcl-expr>
22 <upcl-expr> ::= <op> '(' <pcl-expr> ( , <pcl-expr>)*')'
29 hence have a unique clause as the result. <upcl-expr>s describe a
/dports/science/libefp/libefp-1.5.0/efpmd/libopt/
H A Dlbfgsb.f1982 + col2,pbegin,pend,dbegin,dend,upcl
2052 upcl = col - 1
2054 upcl = col
2060 do 45 iy = 1, upcl
2088 do 60 is = m + 1, m + upcl
2090 do 55 jy = 1, upcl
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/lbfgsb_src/
H A Dlbfgsb.f1968 + col2,pbegin,pend,dbegin,dend,upcl local
2038 upcl = col - 1
2040 upcl = col
2046 do 45 iy = 1, upcl
2074 do 60 is = m + 1, m + upcl
2076 do 55 jy = 1, upcl
/dports/math/R/R-4.1.2/src/appl/
H A Dlbfgsb.c1928 int upcl; in formk() local
2026 upcl = *col - 1; in formk()
2028 upcl = *col; in formk()
2033 for (int iy = 1; iy <= upcl; ++iy) { in formk()
2060 for (int is = m + 1; is <= m + upcl; ++is) { in formk()
2062 for (int jy = 1; jy <= upcl; ++jy) { in formk()
/dports/math/libRmath/R-4.1.1/src/appl/
H A Dlbfgsb.c1928 int upcl; in formk() local
2026 upcl = *col - 1; in formk()
2028 upcl = *col; in formk()
2033 for (int iy = 1; iy <= upcl; ++iy) { in formk()
2060 for (int is = m + 1; is <= m + upcl; ++is) { in formk()
2062 for (int jy = 1; jy <= upcl; ++jy) { in formk()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/opt/
H A Dlbfgsb.f1930 + col2,pbegin,pend,dbegin,dend,upcl
2000 upcl = col - 1
2002 upcl = col
2008 do 45 iy = 1, upcl
2036 do 60 is = m + 1, m + upcl
2038 do 55 jy = 1, upcl
H A Dlbfgsb.c2217 static integer upcl; in formk_() local
2451 upcl = *col - 1; in formk_()
2453 upcl = *col; in formk_()
2458 i__1 = upcl; in formk_()
2493 i__1 = *m + upcl; in formk_()
2496 i__2 = upcl; in formk_()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/driver/
H A Dlbfgs-b.F1957 + col2,pbegin,pend,dbegin,dend,upcl local
2027 upcl = col - 1
2029 upcl = col
2035 do 45 iy = 1, upcl
2063 do 60 is = m + 1, m + upcl
2065 do 55 jy = 1, upcl
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/driver/
H A Dlbfgs-b.F1957 + col2,pbegin,pend,dbegin,dend,upcl
2027 upcl = col - 1
2029 upcl = col
2035 do 45 iy = 1, upcl
2063 do 60 is = m + 1, m + upcl
2065 do 55 jy = 1, upcl
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/opt/
H A Dlbfgsb.f1930 + col2,pbegin,pend,dbegin,dend,upcl
2000 upcl = col - 1
2002 upcl = col
2008 do 45 iy = 1, upcl
2036 do 60 is = m + 1, m + upcl
2038 do 55 jy = 1, upcl
H A Dlbfgsb.c2217 static integer upcl; in formk_() local
2451 upcl = *col - 1; in formk_()
2453 upcl = *col; in formk_()
2458 i__1 = upcl; in formk_()
2493 i__1 = *m + upcl; in formk_()
2496 i__2 = upcl; in formk_()
/dports/math/gretl/gretl-2021d/minpack/
H A Dlbfgsb.c431 int upcl; in formk_() local
520 upcl = *col - 1; in formk_()
522 upcl = *col; in formk_()
525 i__1 = upcl; in formk_()
555 i__1 = *m + upcl; in formk_()
558 i__2 = upcl; in formk_()
/dports/biology/iqtree/IQ-TREE-2.0.6/lbfgsb/
H A Dlbfgsb_new.cpp2087 int upcl; in formk() local
2191 upcl = *col - 1; in formk()
2193 upcl = *col; in formk()
2198 for (iy = 1; iy <= upcl; ++iy) { in formk()
2227 for (is = m + 1; is <= m + upcl; ++is) { in formk()
2229 for (jy = 1; jy <= upcl; ++jy) { in formk()
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dcp_lbfgs.F1759 pbegin, pend, upcl local
1841 upcl = col - 1
1843 upcl = col
1849 DO iy = 1, upcl
1877 DO is = m + 1, m + upcl
1879 DO jy = 1, upcl
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dcp_lbfgs.F1759 pbegin, pend, upcl local
1841 upcl = col - 1
1843 upcl = col
1849 DO iy = 1, upcl
1877 DO is = m + 1, m + upcl
1879 DO jy = 1, upcl
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/
H A Dlbfgsb.cpp1187 int upcl; in formk_() local
1420 upcl = *col - 1; in formk_()
1422 upcl = *col; in formk_()
1427 i__1 = upcl; in formk_()
1462 i__1 = *m + upcl; in formk_()
1465 i__2 = upcl; in formk_()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1147 Standard_Real upcl = Pcurv->LastParameter(); in ChFi3d_ReparamPcurv() local
1154 Abs(upcl - pc->LastParameter()) > Precision::PConfusion()) { in ChFi3d_ReparamPcurv()
1155 pc->Segment(upcf,upcl); in ChFi3d_ReparamPcurv()