Home
last modified time | relevance | path

Searched refs:xguess (Results 1 – 21 of 21) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dimsl_zerosys.pro4 fnorm=fnorm, jacobian=jacobian, itmax=itmax, xguess=xguess
16 if n_params() eq 1 && ~keyword_set(xguess) then message, $
21 if ~keyword_set(xguess) then xguess = keyword_set(double) ? dblarr(n) : fltarr(n)
22 return, newton(xguess, f, double=double, itmax=itmax, /hybrid)
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Doptimization.h50 …double minimizeOneDimen(double xmin, double xguess, double xmax, double tolerance, double *fx, dou…
52 …double minimizeOneDimenSafeMode(double xmin, double xguess, double xmax, double tolerance, double …
83 …double minimizeNewton(double xmin, double xguess, double xmax, double tolerance, int maxNRStep = 1…
85 …double minimizeNewton(double xmin, double xguess, double xmax, double tolerance, double &d2l, int …
87 …double minimizeNewtonSafeMode(double xmin, double xguess, double xmax, double tolerance, double &f…
117 …double minimizeNewtonMulti(double *xmin, double *xguess, double *xmax, double tolerance, int N, in…
H A Doptimization.cpp294 if (xguess < xmin) xguess = xmin; in minimizeOneDimen()
295 if (xguess > xmax) xguess = xmax; in minimizeOneDimen()
296 eps = xguess*tolerance*50.0; in minimizeOneDimen()
297 ax = xguess - eps; in minimizeOneDimen()
299 bx = xguess; in minimizeOneDimen()
300 cx = xguess + eps; in minimizeOneDimen()
395 rts = xguess; in minimizeNewton()
398 xinit = xguess; in minimizeNewton()
490 rts[i] = xguess[i]; in minimizeNewtonMulti()
517 memcpy(xguess, rts, sizeof(double)*N); in minimizeNewtonMulti()
[all …]
/dports/net/sqtop/sqtop-2015-02-08/
H A Dconfigure.ac70 if test x$resolver = xguess; then
76 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
104 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
124 if test x$resolver = xguess ; then
125 if test x$specified_resolver = xguess ; then
138 if test x$resolver = xguess ; then
144 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
164 if test x$resolver = xguess ; then
170 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
180 if test x$resolver = xguess; then
H A Dconfigure5665 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
5698 if test x$resolver = xguess ; then
5699 if test x$specified_resolver = xguess ; then
5714 if test x$resolver = xguess ; then
5777 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
5800 if test x$resolver = xguess ; then
5863 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
5874 if test x$resolver = xguess; then
/dports/net/mpich/mpich-3.4.3/modules/ucx/config/m4/
H A Djava.m423 AS_IF([test -n "$with_java" -a "x$with_java" != "xyes" -a "x$with_java" != "xguess"],
38 [test "x$with_java" = "xguess"],
56 AS_IF([test "x$with_java" = "xguess"],
66 AS_IF([test "x$with_java" = "xguess"],
H A Dgdrcopy.m422 … AS_IF([test ! -z "$with_gdrcopy" -a "x$with_gdrcopy" != "xyes" -a "x$with_gdrcopy" != "xguess"],
54 AS_IF([test "x$with_gdrcopy" != "xguess"],
H A Dcuda.m423 AS_IF([test ! -z "$with_cuda" -a "x$with_cuda" != "xyes" -a "x$with_cuda" != "xguess"],
56 [AS_IF([test "x$with_cuda" != "xguess"],
H A Drocm.m464 [x|xguess|xyes],
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/scopy/knem/
H A Dconfigure.m413 [AS_IF([test "x$with_knem" = "xguess" -o "x$with_knem" = xyes -o "x$with_knem" = "x"],
25 [AS_IF([test "x$with_knem" != xguess],
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-fortran.r/numlib.f90.d/
H A Dinput.f9029 subroutine b2lsf (fcn, m, n, xguess, ibtype, xlb, xub, xscale, fscale&
33 real(kind(1e0)), dimension(*) :: xguess local
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dnumlib.f9029 subroutine b2lsf (fcn, m, n, xguess, ibtype, xlb, xub, xscale, fscale&
33 real(kind(1e0)), dimension(*) :: xguess local
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dnumlib.f9029 subroutine b2lsf (fcn, m, n, xguess, ibtype, xlb, xub, xscale, fscale&
33 real(kind(1e0)), dimension(*) :: xguess local
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rdmacm/
H A Dconfigure.m417 [AS_IF([test "x$with_rdmacm" = xguess -o "x$with_rdmacm" = xyes -o "x$with_rdmacm" = x],
51 AS_IF([test "x$with_rdmacm" != xguess],
/dports/net-mgmt/iftop/iftop-1.0pre4/
H A Dconfigure.ac173 if test x$specified_resolver = xguess ; then
194 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
221 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
241 if test x$resolver = xguess ; then
242 if test x$specified_resolver = xguess ; then
268 if test x$resolver = xguess ; then
H A Dconfigure5251 if test x$specified_resolver = xguess ; then
5380 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
5423 if test x$resolver = xguess && test x$specified_resolver != xguess ; then
5456 if test x$resolver = xguess ; then
5457 if test x$specified_resolver = xguess ; then
5538 if test x$resolver = xguess ; then
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dutil.c931 double xmin, double xguess, double xmax, double (*f)(double), in onedimenmin() argument
938 eps = xguess*tol*50.0; in onedimenmin()
939 ax = xguess - eps; in onedimenmin()
941 bx = xguess; in onedimenmin()
942 cx = xguess + eps; in onedimenmin()
954 optx = brent(xmin, xguess, xmax, f, tol, fx, f2x, fa, fb, fc, &converged); in onedimenmin()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/
H A Dconfigure.m425 AS_IF([test "x$with_ugni" != "xguess"],
/dports/biology/migrate/migrate-3.6.11/src/
H A Dbroyden.c114 void quadratic_constants (MYREAL *xguess,
172 MYREAL xguess=0.; in calc_line_new() local
180 quadratic_constants (&xguess, low, mid, high, xlow, xmid, xhigh); in calc_line_new()
181 if (MYISNAN (xguess)) in calc_line_new()
183 if (xguess < xmid) in calc_line_new()
193 xmid = xguess; in calc_line_new()
200 quadratic_constants (MYREAL *xguess, in quadratic_constants() argument
218 *xguess = -b / (2. * a); in quadratic_constants()
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1479 double onedimenmin(double xmin, double xguess, double xmax, double (*f)(double,void*), void *data,
8939 double onedimenmin(double xmin, double xguess, double xmax, double (*f)(double,void*), void *data, in onedimenmin() argument
8946 if (xguess == xmin) { in onedimenmin()
8948 bx = 2.0*xguess; in onedimenmin()
8949 cx = 10.0*xguess; in onedimenmin()
8950 } else if (xguess <= 2.0 * xmin) { in onedimenmin()
8952 bx = xguess; in onedimenmin()
8953 cx = 5.0*xguess; in onedimenmin()
8955 ax = 0.5*xguess; in onedimenmin()
8956 bx = xguess; in onedimenmin()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/
H A Dconfigure25525 if test "x$with_java" = "xguess"; then :
25856 x|xguess|xyes) :
26527 if test "x$with_gdrcopy" != "xguess"; then :
28547 if test "x$with_rdmacm" = xguess -o "x$with_rdmacm" = xyes -o "x$with_rdmacm" = x; then :
28666 if test "x$with_rdmacm" != xguess; then :
28734 x|xguess|xyes) :
29191 if test "x$with_gdrcopy" != "xguess"; then :
29314 if test "x$with_knem" = "xguess" -o "x$with_knem" = xyes -o "x$with_knem" = "x"; then :
29912 x|xguess|xyes) :