Home
last modified time | relevance | path

Searched refs:efirst (Results 1 – 25 of 88) sorted by relevance

1234

/dports/biology/abyss/abyss-2.3.1/Graph/
H A DGraphAlgorithms.h143 edge_iterator efirst, elast; in find_complex_transitive_edges() local
144 for (boost::tie(efirst, elast) = edges(g); efirst != elast; in find_complex_transitive_edges()
145 efirst++) { in find_complex_transitive_edges()
146 vertex_descriptor u = source(*efirst, g); in find_complex_transitive_edges()
148 Constraint c = std::make_pair(target(*efirst, g), 100000); in find_complex_transitive_edges()
156 *out++ = *efirst; in find_complex_transitive_edges()
/dports/games/angband/Angband-4.2.2/src/
H A Deffects-info.c105 const struct effect *efirst; in create_random_effect_description() local
130 efirst = e; in create_random_effect_description()
142 for (e = efirst->next, jrand = irand + 1; in create_random_effect_description()
182 projections[efirst->subtype].player_desc); in create_random_effect_description()
184 for (e = efirst->next, jrand = irand + 1; in create_random_effect_description()
205 strnfmt(desc, sizeof(desc), effect_desc(efirst), breaths, in create_random_effect_description()
206 efirst->other, dice_string); in create_random_effect_description()
207 if (dev_skill_boost != 0 && efirst->index != EF_BREATH) { in create_random_effect_description()
225 tb = effect_describe(efirst, "randomly ", dev_skill_boost, in create_random_effect_description()
241 for (e = efirst->next, jrand = irand + 1; in create_random_effect_description()
/dports/x11/libxfce4util/libxfce4util-4.16.0/libxfce4util/
H A Dxfce-rc-simple.c125 Entry *efirst; member
149 group->efirst = NULL; in simple_add_group()
181 for (entry = simple->group->efirst; entry != NULL; entry = entry->next) in simple_add_entry()
193 if (simple->group->efirst == NULL) in simple_add_entry()
196 simple->group->efirst = simple->group->elast = entry; in simple_add_entry()
497 if (group->efirst == NULL) in simple_write()
504 for (entry = group->efirst; entry != NULL; entry = entry->next) in simple_write()
552 for (entry = group->efirst; entry != NULL; entry = next) in simple_group_free()
825 for (entry = group->efirst; entry != NULL; entry = entry->next) in _xfce_rc_simple_get_entries()
868 group->efirst = group->elast = NULL; in _xfce_rc_simple_delete_group()
[all …]
/dports/cad/alliance/alliance/src/ocp/src/placer/
H A DPMove.cpp155 vector<PElem*>::iterator efirst = net->GetElems().begin(); in GetDeltaNetCost() local
157 while (efirst != elast) in GetDeltaNetCost()
158 check_bbox.Merge((*efirst++)->GetPos()); in GetDeltaNetCost()
185 vector<PElem*>::iterator efirst = net->GetElems().begin(); in GetDeltaNetCost() local
187 while (efirst != elast) in GetDeltaNetCost()
188 check_bbox.Merge((*efirst++)->GetPos()); in GetDeltaNetCost()
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxexception.hpp195 It efirst = last - static_cast<std::ptrdiff_t>((std::min)(shape.size(), dst)); in check_element_index() local
198 while (efirst != last) in check_element_index()
200 if (*efirst >= value_type(shape[axis]) && shape[axis] != 1) in check_element_index()
203 "index " + std::to_string(*efirst) + in check_element_index()
208 ++efirst, ++axis; in check_element_index()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.h380 int efirst,
392 int efirst,
406 int efirst,
418 int efirst,
H A DBsplineJastrowCudaPBC.h456 int efirst,
471 int efirst,
489 int efirst,
504 int efirst,
H A DBsplineJastrowCuda.cu1259 int Ne = elast - efirst + 1; in one_body_sum_kernel()
1282 int ptcl2 = efirst + be * BS + j; in one_body_sum_kernel()
1311 int efirst, in one_body_sum() argument
1333 int efirst, in one_body_sum() argument
1673 int Ne = elast - efirst + 1; in one_body_grad_lapl_kernel()
2173 int Ne = elast - efirst + 1; in one_body_derivs_kernel()
2189 int eptcl = efirst + be * BS + tid; in one_body_derivs_kernel()
2265 int efirst, in one_body_derivs() argument
2285 int efirst, in one_body_derivs() argument
2307 int efirst, in one_body_derivs() argument
[all …]
H A DBsplineJastrowCudaPBC.cu2468 int Ne = elast - efirst + 1; in one_body_sum_PBC_kernel()
2491 int ptcl2 = efirst + be * BS + j; in one_body_sum_PBC_kernel()
2520 int efirst, in one_body_sum_PBC() argument
2554 int efirst, in one_body_sum_PBC() argument
3172 int Ne = elast - efirst + 1; in one_body_grad_lapl_PBC_kernel()
4037 int Ne = elast - efirst + 1; in one_body_derivs_PBC_kernel()
4053 int eptcl = efirst + be * BS + tid; in one_body_derivs_PBC_kernel()
4129 int efirst, in one_body_derivs_PBC() argument
4176 int efirst, in one_body_derivs_PBC() argument
4226 int efirst, in one_body_derivs_PBC() argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dfix_neb.rst27 *estyle* = *first* or *last* or *last/efirst* or *last/efirst/middle*
30 … *last/efirst* = apply force to last replica and set its target energy to that of first replica
31 …*last/efirst/middle* = same as *last/efirst* plus prevent middle replicas having lower energy than…
42 fix 1 all neb 1.0 parallel ideal end last/efirst 1
178 If the *estyle* is specified as *last/efirst* or *last/efirst/middle*,
184 *estyle* is specified as *last/efirst*, no change is made to the
190 by specifying *estyle* as *last/efirst/middle* which will alter the
198 *last/efirst/middle*, you should check that all intermediate replicas
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DOneBodyJastrowOrbitalBspline.cpp80 int efirst = 0; in addLog() local
94 efirst, in addLog()
108 efirst, in addLog()
586 int efirst = 0; in gradLapl() local
597 efirst, in gradLapl()
612 efirst, in gradLapl()
686 int efirst = 0; in evaluateDerivatives() local
703 efirst, in evaluateDerivatives()
718 efirst, in evaluateDerivatives()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dhidden3d.c212 static long efirst; /* first edges in zsorted chain */ variable
1525 efirst = sortarray[0]; in sort_edges_by_z()
2233 while (efirst >= 0) { in plot3d_hidden()
2234 draw_edge(elist+efirst, vlist + elist[efirst].v1, vlist + elist[efirst].v2); in plot3d_hidden()
2235 efirst = elist[efirst].next; in plot3d_hidden()
2247 while (efirst >=0) { in plot3d_hidden()
2248 if (elist[efirst].style != LT_NODRAW) /* skip invisible edges */ in plot3d_hidden()
2249 in_front(efirst, elist[efirst].v1, elist[efirst].v2, in plot3d_hidden()
2251 efirst = elist[efirst].next; in plot3d_hidden()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dhidden3d.c212 static long efirst; /* first edges in zsorted chain */ variable
1525 efirst = sortarray[0]; in sort_edges_by_z()
2233 while (efirst >= 0) { in plot3d_hidden()
2234 draw_edge(elist+efirst, vlist + elist[efirst].v1, vlist + elist[efirst].v2); in plot3d_hidden()
2235 efirst = elist[efirst].next; in plot3d_hidden()
2247 while (efirst >=0) { in plot3d_hidden()
2248 if (elist[efirst].style != LT_NODRAW) /* skip invisible edges */ in plot3d_hidden()
2249 in_front(efirst, elist[efirst].v1, elist[efirst].v2, in plot3d_hidden()
2251 efirst = elist[efirst].next; in plot3d_hidden()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/tools/
H A Dbmesh_bevel.c213 EdgeHalf *efirst; member
619 else if (v->efirst) { in boundvert_rep_face()
2241 if (e == efirst) { in check_edge_data_seam_sharp_edges()
2253 efirst = e; in check_edge_data_seam_sharp_edges()
2279 } while (e != efirst); in check_edge_data_seam_sharp_edges()
2680 EdgeHalf *e = efirst; in build_boundary_vertex_only()
2721 EdgeHalf *e = efirst; in build_boundary_terminal_edge()
2979 EdgeHalf *e = efirst; in build_boundary()
3032 v->efirst = e; in build_boundary()
3067 v3->efirst = e2; in build_boundary()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Apps/CUTErInterface/
H A DCUTErInterface.f67 logical efirst, lfirst, nvfrst, ex
73 efirst = .false.
81 2 efirst, lfirst, nvfrst)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/interfaces/CUTEr/
H A Dbb.c38 logical efirst = FALSE_, lfirst = FALSE_, nvfrst = FALSE_, grad; in MAINENTRY() local
80 &efirst, &lfirst, &nvfrst ); in MAINENTRY()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dhidden3d.c239 static long efirst; /* first edges in zsorted chain */ variable
1569 efirst = sortarray[0]; in sort_edges_by_z()
2315 while (efirst >= 0) { in plot3d_hidden()
2316 draw_edge(elist+efirst, vlist + elist[efirst].v1, vlist + elist[efirst].v2); in plot3d_hidden()
2317 efirst = elist[efirst].next; in plot3d_hidden()
2329 while (efirst >=0) { in plot3d_hidden()
2330 if (elist[efirst].style != LT_NODRAW) /* skip invisible edges */ in plot3d_hidden()
2331 in_front(efirst, elist[efirst].v1, elist[efirst].v2, in plot3d_hidden()
2333 efirst = elist[efirst].next; in plot3d_hidden()
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dhts_engine_call.cpp66 notifier(event_sequence::const_iterator efirst,event_sequence::const_iterator elast): in notifier() argument
67 enext(efirst), in notifier()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dmake_random_timing.py3069 rv, efirst, elast = self.select_first_last_events(reps_list)
3084 if efirst >= 0: elist.insert(0, efirst+1)
3100 efirst = -1 # first event type (1-based; 0=unspecified)
3104 return 0, efirst, elast
3107 efirst = self.get_random_allowed_index(reps, self.notfirst)
3108 if efirst < 0:
3110 return 1, efirst, elast
3112 reps[efirst] -= 1
3116 print("-- saving %s for first event" % self.labels[efirst])
3121 return 1, efirst, elast
[all …]
/dports/textproc/py-grako/grako-3.99.9/grako/
H A Dgrammars.py425 efirst = self.exp._first(k, f)
428 result = dot(result, efirst, k)
444 efirst = self.exp._first(k, f)
447 result = dot(result, efirst, k)
/dports/sysutils/webmin/webmin-1.981/bind8/lang/
H A Dzh_TW349 efirst=在 $2 的第 $1 行有錯誤的第一指令
H A Dko418 efirst=$2의 $1 행에 있는 첫번째 지시어가 잘못됨
H A Dzh527 efirst=$2 中第 $1 行的第一条指令错误
/dports/textproc/rman/rman-3.2/
H A Drman.c2473 int efirst; in filterline() local
2480 efirst=-1; in filterline()
2607 …if (efirst>=0 /*&& (esccode==0 || esccode==1 || esccode==4 || esccode==22 || esccode==24) /*&& hl>… in filterline()
2610 if (hl==-1 && hl2==-1 && efirst!=-1/*<I+iq*/) in filterline()
2611 tagadd(etype, efirst, I+iq); in filterline()
2612 efirst=-1; in filterline()
2617 efirst=I+iq; etype=BOLD; in filterline()
2620 efirst=I+iq; etype=ITALICS; in filterline()
2631 if (hl==-1 && efirst==-1) { hl=I+iq; tag=SMALLCAPS; } in filterline()
2686 else if (efirst>=0) tagadd(etype, efirst, I+iq); in filterline()
/dports/shells/yash/yash-2.51/
H A Dhistory.c1352 const histentry_T *efirst = in fc_builtin() local
1357 return fc_print_entries(stdout, efirst, elast, rev, ptype); in fc_builtin()
1359 return fc_edit_and_exec_entries(efirst, elast, rev, editor, quiet); in fc_builtin()

1234