Home
last modified time | relevance | path

Searched refs:poslist (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/shells/bash/bash-5.1/examples/loadables/
H A Dcut.c60 struct cutpos *poslist; member
82 struct cutpos *poslist; local
85 poslist = 0;
102 *opp = poslist;
117 *opp = poslist;
138 *opp = poslist;
142 qsort (poslist, npos, sizeof(poslist[0]), poscmp);
143 *opp = poslist;
515 free (poslist);
541 op.poslist = poslist;
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/deprecated_elements/
H A Dsensor_old.h129 poslist.Add(pos); in elementlist()
142 poslist.Add(pos2); in MBSSensor()
155 poslist.Add(pos2); in elementlist()
156 poslist.Add(pos3); in elementlist()
157 poslist.Add(pos4); in elementlist()
172 poslist.Add(pos2); in elementlist()
173 poslist.Add(pos3); in elementlist()
174 poslist.Add(pos4); in elementlist()
175 poslist.Add(pos5); in elementlist()
176 poslist.Add(pos6); in elementlist()
[all …]
H A Dsensor_old.cpp347 A = e->GetRotMatrix(poslist(1)).GetTp(); in GetCurrentValue()
355 A = e2->GetRotMatrix(poslist(2)).GetTp(); in GetCurrentValue()
361 actvalue = (A*e->GetPos(poslist(1))).X(); in GetCurrentValue()
414 Vector3D rot = poslist(2); in GetCurrentValue()
438 Vector3D rot = poslist(3); in GetCurrentValue()
480 …actvalue = e->GetAngularVel(poslist(1)) * (poslist(2)); //project angular vel. into axis of rotati… in GetCurrentValue()
488 Vector3D rot = poslist(3); in GetCurrentValue()
500 Matrix3D A = e->GetRotMatrix(poslist(1)); in GetCurrentValue()
514 actvalue = (e->GetPos(poslist(1)) - e2->GetPos(poslist(2))).Norm(); in GetCurrentValue()
525 …actvalue = Deflection(e->GetPos(poslist(1)), e2->GetPos(poslist(2)), e3->GetPos(poslist(3)), posli… in GetCurrentValue()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpgentype.pas46 poslist : tfplist;
62 poslist:=tfplist.create;
70 for i:=0 to poslist.count-1 do
71 dispose(pfileposinfo(poslist[i]));
72 poslist.free;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpgentype.pas46 poslist : tfplist;
62 poslist:=tfplist.create;
70 for i:=0 to poslist.count-1 do
71 dispose(pfileposinfo(poslist[i]));
72 poslist.free;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpgentype.pas46 poslist : tfplist;
62 poslist:=tfplist.create;
70 for i:=0 to poslist.count-1 do
71 dispose(pfileposinfo(poslist[i]));
72 poslist.free;
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_modifiedpostlist.cc29 delete poslist; in ~FlintModifiedPostList()
88 if (poslist) { in read_position_list()
89 delete poslist; in read_position_list()
90 poslist = NULL; in read_position_list()
92 poslist = this_db->open_position_list(it->first, term); in read_position_list()
93 return poslist; in read_position_list()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_modifiedpostlist.cc29 delete poslist; in ~ChertModifiedPostList()
88 if (poslist) { in read_position_list()
89 delete poslist; in read_position_list()
90 poslist = NULL; in read_position_list()
92 poslist = this_db->open_position_list(it->first, term); in read_position_list()
93 return poslist; in read_position_list()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dinitdir.c263 struct dirpos *poslist; in _finidir() local
268 for (poslist = dirp->dd_internal; poslist; ) { in _finidir()
269 struct dirpos *nextpos = poslist->dp_next; in _finidir()
270 free(poslist); in _finidir()
271 poslist = nextpos; in _finidir()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_modifiedpostlist.cc29 delete poslist; in ~ChertModifiedPostList()
99 if (poslist) { in read_position_list()
100 delete poslist; in read_position_list()
101 poslist = NULL; in read_position_list()
103 poslist = this_db->open_position_list(it->first, term); in read_position_list()
104 return poslist; in read_position_list()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvcommands.c171 int *poslist, poscount, pos; in command_up() local
173 if (!XmListGetSelectedPos(commscroll, &poslist, &poscount)) in command_up()
181 pos = poslist[0]-1; in command_up()
194 int *poslist, poscount, pos; in command_down() local
196 if (!XmListGetSelectedPos(commscroll, &poslist, &poscount)) in command_down()
204 pos = poslist[0]+1; in command_down()
/dports/games/minetest_game/minetest_game-5.4.1/mods/butterflies/
H A Dinit.lua124 local poslist = {}
128 table.insert(poslist, deco_pos)
131 if #poslist ~= 0 then
132 for i = 1, #poslist do
133 local pos = poslist[i]
/dports/games/minetest_game/minetest_game-5.4.1/mods/dungeon_loot/
H A Dmapgen.lua127 local poslist = gennotify["dungeon"] or {}
129 table.insert(poslist, entry)
131 if #poslist == 0 then return end
134 local rand = PcgRandom(noise3d_integer(noise, poslist[1]))
138 local num_process = math.min(#poslist, 8)
140 local room = find_walls(poslist[i])
/dports/games/minetest_game/minetest_game-5.4.1/mods/fireflies/
H A Dinit.lua274 local poslist = {}
278 table.insert(poslist, firefly_low_pos)
282 table.insert(poslist, firefly_high_pos)
285 if #poslist ~= 0 then
286 for i = 1, #poslist do
287 local pos = poslist[i]
/dports/math/gap/gap-4.11.0/pkg/MajoranaAlgebras-1.4/gap/
H A DDihedralAlgebras.gi40 poslist := [ 1 .. 3 ] ),
66 poslist := [ 1 .. 2 ] ),
94 poslist := [ 1, 2, 3, 4, 4, 4 ] ),
120 poslist := [ 1 .. 3 ] ),
155 poslist := [ 1, 2, 3, 4, 5, 5, 5, 5 ] ),
190 poslist := [ 1, 2, 3, 4, 5, 5 ] ),
218 poslist := [ 1, 2, 3, 4, 5, 6, 6, -6, -6, -6, -6, 6, 6, -6, 6] ),
259 poslist := [ 1, 2, 3, 4, 5, 6, 7, 8, 8, 8, 8, 7, 8, 7, 8] ),
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dformats.py227 for w, poslist in iteritems(poses):
228 value = self.encode(poslist)
229 yield (w, len(poslist), weights[w] * fb, value)
231 def encode(self, poslist): argument
234 for pos in poslist:
286 for w, poslist in iteritems(seen):
287 value = self.encode(poslist)
288 yield (w, len(poslist), weights[w] * fb, value)
290 def encode(self, poslist): argument
294 for pos, startchar, endchar in poslist:
/dports/cad/magic/magic-8.3.245/lisp/scm/
H A Dlabel.scm185 (lambda (poslist name)
186 (if (null? poslist)
188 (begin (eval (cons 'box (cddar poslist)))
190 (label name up (cadar poslist))
191 (rename-helper (cdr poslist) name)
/dports/games/dungeoncrawl/dc400b26-src/source/misc/
H A Dpfix6.pl129 %poslist = ();
150 $poslist{ $pos } = $number;
154 foreach $pos ( sort { $a <=> $b } keys %poslist )
156 $number = $poslist{ $pos };
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/tests/
H A DCounter_test.py173 poslist = ('nw', 'n', 'ne', 'en', 'e', 'es', 'se', 's', 'sw', 'ws', 'w', 'wn',) variable
174 for count in range(len(poslist)):
175 pos = poslist[count]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/tests/
H A DCounter_test.py173 poslist = ('nw', 'n', 'ne', 'en', 'e', 'es', 'se', 's', 'sw', 'ws', 'w', 'wn',) variable
174 for count in range(len(poslist)):
175 pos = poslist[count]
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dorpositionlist.h56 void add_poslist(PositionList* poslist) { in add_poslist() argument
57 pls.push_back(poslist); in add_poslist()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfsearchbar.cpp535 …QList<KLFSearchBarPrivate::HistBuffer::CurLastPosPair>& poslist = hb[hb.size()-1 - offset].poslist; in esbs_get_last_pos() local
537 if (poslist.isEmpty()) { in esbs_get_last_pos()
540 return poslist.last(); in esbs_get_last_pos()
581 if (histbuf.poslist.size() > 1) { in eventFilter()
583 histbuf.poslist.pop_back(); in eventFilter()
608 const QList<KLFSearchBarPrivate::HistBuffer::CurLastPosPair> poslist in eventFilter() local
609 = d->esbs_histbuffer.last().poslist; in eventFilter()
617 if (poslist.isEmpty()) { in eventFilter()
837 (d->esbs_histbuffer.last().poslist.isEmpty() || in performFind()
838 d->esbs_histbuffer.last().poslist.last().cur.valid())) { in performFind()
[all …]
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dcollision_sapspace.cpp207 dArray< float > poslist; member
457 poslist.setSize( tmp_geom_count + 1 ); in collide()
525 poslist[ i ] = (float)TmpGeomList[i]->aabb[ ax0idx ]; in BoxPruning()
526 poslist[ count++ ] = FLT_MAX; in BoxPruning()
529 const uint32* Sorted = sortContext.RadixSort( poslist.data(), count ); in BoxPruning()
541 while ( poslist[*RunningAddress++] < poslist[IndexPair.id0] ) {} in BoxPruning()
551 while ( poslist[ IndexPair.id1 = *RunningAddress2++ ] <= idx0ax0max ) in BoxPruning()
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dcollision_sapspace.cpp207 dArray< float > poslist; member
457 poslist.setSize( tmp_geom_count + 1 ); in collide()
525 poslist[ i ] = (float)TmpGeomList[i]->aabb[ ax0idx ]; in BoxPruning()
526 poslist[ count++ ] = FLT_MAX; in BoxPruning()
529 const uint32* Sorted = sortContext.RadixSort( poslist.data(), count ); in BoxPruning()
541 while ( poslist[*RunningAddress++] < poslist[IndexPair.id0] ) {} in BoxPruning()
551 while ( poslist[ IndexPair.id1 = *RunningAddress2++ ] <= idx0ax0max ) in BoxPruning()
/dports/devel/ode/ode-0.13/ode/src/
H A Dcollision_sapspace.cpp208 dArray< float > poslist; member
448 poslist.setSize( tmp_geom_count + 1 ); in collide()
516 poslist[ i ] = (float)TmpGeomList[i]->aabb[ ax0idx ]; in BoxPruning()
517 poslist[ count++ ] = FLT_MAX; in BoxPruning()
520 const uint32* Sorted = sortContext.RadixSort( poslist.data(), count ); in BoxPruning()
532 while ( poslist[*RunningAddress++] < poslist[IndexPair.id0] ) {} in BoxPruning()
542 while ( poslist[ IndexPair.id1 = *RunningAddress2++ ] <= idx0ax0max ) in BoxPruning()

12345678910