Home
last modified time | relevance | path

Searched refs:steplen (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/py-django-treebeard/django-treebeard-4.4/treebeard/
H A Dmp_tree.py580 vals = [self.node_cls.steplen, path + '%']
587 steplen = 4 variable in MP_Node
645 depth = int(len(path) / cls.steplen)
706 if len(node.path) % cls.steplen:
771 vals = [cls.steplen, cls.steplen]
775 vals = ['_' * cls.steplen]
971 'subpathlen': depth * cls.steplen,
1111 path=self.path[0:self.steplen])
1170 return path[0:depth * cls.steplen]
1194 if len(key) > self.steplen:
[all …]
/dports/www/py-dj32-django-treebeard/django-treebeard-4.4/treebeard/
H A Dmp_tree.py580 vals = [self.node_cls.steplen, path + '%']
587 steplen = 4 variable in MP_Node
645 depth = int(len(path) / cls.steplen)
706 if len(node.path) % cls.steplen:
771 vals = [cls.steplen, cls.steplen]
775 vals = ['_' * cls.steplen]
971 'subpathlen': depth * cls.steplen,
1111 path=self.path[0:self.steplen])
1170 return path[0:depth * cls.steplen]
1194 if len(key) > self.steplen:
[all …]
/dports/www/py-django-treebeard/django-treebeard-4.4/treebeard/tests/
H A Dmodels.py17 steplen = 3 variable in MP_TestNode
26 steplen = 3 variable in MP_UnicodeNode
42 steplen = 3 variable in MP_TestNodeRelated
140 steplen = 1 variable in MP_TestNodeSorted
176 steplen = 2 variable in MP_TestNodeAlphabet
185 steplen = 1 variable in MP_TestNodeSmallStep
203 steplen = 1 variable in MP_TestNodeShortPath
233 steplen = 1 variable in MP_TestSortedNodeShortPath
/dports/www/py-dj32-django-treebeard/django-treebeard-4.4/treebeard/tests/
H A Dmodels.py17 steplen = 3 variable in MP_TestNode
26 steplen = 3 variable in MP_UnicodeNode
42 steplen = 3 variable in MP_TestNodeRelated
140 steplen = 1 variable in MP_TestNodeSorted
176 steplen = 2 variable in MP_TestNodeAlphabet
185 steplen = 1 variable in MP_TestNodeSmallStep
203 steplen = 1 variable in MP_TestNodeShortPath
233 steplen = 1 variable in MP_TestSortedNodeShortPath
/dports/science/PETSc/petsc-3.14.1/src/tao/bound/impls/bnk/
H A Dbnls.c98 PetscReal steplen = 1.0, resnorm; in TaoSolve_BNLS() local
139 ierr = TaoBNKPerformLineSearch(tao, &stepType, &steplen, &ls_reason);CHKERRQ(ierr); in TaoSolve_BNLS()
148 steplen = 0.0; in TaoSolve_BNLS()
171 ierr = TaoMonitor(tao, tao->niter, bnk->f, resnorm, 0.0, steplen);CHKERRQ(ierr); in TaoSolve_BNLS()
H A Dbntr.c97 PetscReal oldTrust, prered, actred, steplen, resnorm; in TaoSolve_BNTR() local
167 steplen = 1.0; in TaoSolve_BNTR()
177 steplen = 0.0; in TaoSolve_BNTR()
194 ierr = TaoMonitor(tao, tao->niter, bnk->f, resnorm, 0.0, steplen);CHKERRQ(ierr); in TaoSolve_BNTR()
H A Dbntl.c115 PetscReal oldTrust, prered, actred, steplen, resnorm; in TaoSolve_BNTL() local
180 steplen = 1.0; in TaoSolve_BNTL()
194 ierr = TaoBNKPerformLineSearch(tao, &stepType, &steplen, &ls_reason);CHKERRQ(ierr); in TaoSolve_BNTL()
226 ierr = TaoMonitor(tao, tao->niter, bnk->f, resnorm, 0.0, steplen);CHKERRQ(ierr); in TaoSolve_BNTL()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/migrations/
H A D0048_add_default_workflows.py10 for pos in range(0, len(page.path) + 1, page.steplen)[1:]
31 Page.steplen = RealPage.steplen
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/optimization/
H A DNNLS.scala77 def steplen(dir: Array[Double], res: Array[Double]): Double = { method
123 var step = steplen(grad, res)
129 val dstep = steplen(dir, res)
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/
H A Dtreebeard.py52 actual_position = cls._str2int(item['path'][-cls.steplen:])
60 actual_position = cls._str2int(item['path'][-cls.steplen:])
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_bfgs.c947 double d, steplen = 1.0; in simple_slen() local
969 d = g0 * steplen * acctol; in simple_slen()
973 steplen *= STEPFRAC; in simple_slen()
982 return steplen; in simple_slen()
1157 t[i] *= steplen; in BFGS_orig()
2619 double steplen = 1.0; in newton_raphson_max() local
2684 steplen = 1.0; in newton_raphson_max()
2709 steplen /= 2.0; in newton_raphson_max()
2716 steplen, prn); in newton_raphson_max()
2751 if (steplen < stepmin) { in newton_raphson_max()
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dgeometry.cpp461 double steplen=settings.get_double("InitialStep"); in main_guarded() local
586 double R0=round(dist(atoms[0],atoms[1])/steplen)*steplen; in main_guarded()
635 p.s=-1.0*((++ileft)*steplen); in main_guarded()
661 p.s=(++iright)*steplen; in main_guarded()
930 p.s=steplen; in main_guarded()
1073 steplen=steps[imin].s; in main_guarded()
1075 printf("Best step size %e changed energy by % e\n",steplen,steps[imin].E-E); in main_guarded()
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dgeometry.cpp461 double steplen=settings.get_double("InitialStep"); in main_guarded() local
586 double R0=round(dist(atoms[0],atoms[1])/steplen)*steplen; in main_guarded()
635 p.s=-1.0*((++ileft)*steplen); in main_guarded()
661 p.s=(++iright)*steplen; in main_guarded()
930 p.s=steplen; in main_guarded()
1073 steplen=steps[imin].s; in main_guarded()
1075 printf("Best step size %e changed energy by % e\n",steplen,steps[imin].E-E); in main_guarded()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dedgeflw.cpp664 double len, steplen, cursteplen, loch; in FollowEdge() local
714 steplen = 0.1 * loch; in FollowEdge()
728 if (steplen > 0.1 * loch) steplen = 0.1 * loch; in FollowEdge()
730 steplen *= 2; in FollowEdge()
733 steplen *= 0.5; in FollowEdge()
734 np = p + steplen * t; in FollowEdge()
739 while (Dist (np, pnp) > 0.1 * steplen); in FollowEdge()
742 cursteplen = steplen; in FollowEdge()
743 if (Dist (np, pnp) < 0.01 * steplen) steplen *= 2; in FollowEdge()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dedgeflw.cpp643 double len, steplen, cursteplen, loch; in FollowEdge() local
693 steplen = 0.1 * loch; in FollowEdge()
707 if (steplen > 0.1 * loch) steplen = 0.1 * loch; in FollowEdge()
709 steplen *= 2; in FollowEdge()
712 steplen *= 0.5; in FollowEdge()
713 np = p + steplen * t; in FollowEdge()
718 while (Dist (np, pnp) > 0.1 * steplen); in FollowEdge()
721 cursteplen = steplen; in FollowEdge()
722 if (Dist (np, pnp) < 0.01 * steplen) steplen *= 2; in FollowEdge()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dvnc-auth-sasl.c314 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
316 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
322 if (steplen == 0) in protocol_client_auth_sasl_step_len()
325 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dvnc-auth-sasl.c324 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
326 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
332 if (steplen == 0) in protocol_client_auth_sasl_step_len()
335 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dvnc-auth-sasl.c323 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
325 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
331 if (steplen == 0) in protocol_client_auth_sasl_step_len()
334 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dvnc-auth-sasl.c323 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
325 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
331 if (steplen == 0) in protocol_client_auth_sasl_step_len()
334 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dvnc-auth-sasl.c323 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
325 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
331 if (steplen == 0) in protocol_client_auth_sasl_step_len()
334 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dvnc-auth-sasl.c344 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
346 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
352 if (steplen == 0) in protocol_client_auth_sasl_step_len()
355 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dvnc-auth-sasl.c344 uint32_t steplen = read_u32(data, 0);
346 if (steplen > SASL_DATA_MAX_LEN) {
352 if (steplen == 0)
355 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dvnc-auth-sasl.c323 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
325 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
331 if (steplen == 0) in protocol_client_auth_sasl_step_len()
334 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dvnc-auth-sasl.c324 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
326 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
332 if (steplen == 0) in protocol_client_auth_sasl_step_len()
335 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dedgeflw.cpp710 double len, steplen, cursteplen, loch; in FollowEdge() local
760 steplen = 0.1 * loch; in FollowEdge()
774 if (steplen > 0.1 * loch) steplen = 0.1 * loch; in FollowEdge()
776 steplen *= 2; in FollowEdge()
779 steplen *= 0.5; in FollowEdge()
780 np = p + steplen * t; in FollowEdge()
785 while (Dist (np, pnp) > 0.1 * steplen); in FollowEdge()
788 cursteplen = steplen; in FollowEdge()
789 if (Dist (np, pnp) < 0.01 * steplen) steplen *= 2; in FollowEdge()

12