Home
last modified time | relevance | path

Searched refs:Heads (Results 1 – 25 of 3553) sorted by relevance

12345678910>>...143

/dports/emulators/libdsk/libdsk-1.4.2/doc/
H A Dlibdskrc.sample5 Heads=1
21 Heads=1
37 Heads=1
53 Heads=2
69 Heads=2
85 Heads=1
101 Heads=2
117 Heads=2
133 Heads=2
149 Heads=2
[all …]
/dports/math/gap/gap-4.11.0/pkg/lpres-1.0.1/gap/
H A Dhnf.gi22 if A[i][HNF.Heads[i]]>1 then
25 if IsInt(A[j][HNF.Heads[i]]/A[i][HNF.Heads[i]]) then
26 A[j]:=A[j]-A[j][HNF.Heads[i]]/A[i][HNF.Heads[i]] * A[i];
28 A[j]:=A[j]-(QuoInt(A[j][HNF.Heads[i]],A[i][HNF.Heads[i]])+1) * A[i];
29 elif A[j][HNF.Heads[i]]<-A[i][HNF.Heads[i]] then
30 A[j]:=A[j]-(QuoInt(A[j][HNF.Heads[i]],A[i][HNF.Heads[i]])) * A[i];
36 not A[j][HNF.Heads[i]]>-A[i][HNF.Heads[i]] then
64 column:=HNF.Heads[corner];
146 for k in [Length(HNF.Heads),Length(HNF.Heads)-1..j] do
148 HNF.Heads[k+1]:=HNF.Heads[k];
[all …]
H A Dinitqs.gi38 HNF:=rec(mat:=[],Heads:=[]);
93 Gens:=HNF.Heads{Filtered([1..Length(HNF.Heads)],
94 x->HNF.mat[x][HNF.Heads[x]]<>1)};
97 Append(Gens,Filtered([1..n],x->not x in HNF.Heads));
123 k:=Position(HNF.Heads,Gens[i]);
139 k:=i-Length(Filtered([1..Length(HNF.Heads)],x->HNF.mat[x][HNF.Heads[x]]=1
140 and HNF.Heads[x]<i));
143 Add(Q.Imgs,ObjByExponents(Q.Pccol,-A[Position(HNF.Heads,i)]{Gens}));
H A Dbuildnew.gi37 Gens:=HNF.Heads{Filtered([1..Length(HNF.Heads)],
38 x->HNF.mat[x][HNF.Heads[x]]<>1)};
39 Append(Gens, Filtered([1..Length(weights)-(b-1)],x->not x in HNF.Heads));
134 for i in Filtered([1..Length(HNF.Heads)],x->HNF.mat[x][HNF.Heads[x]]<>1) do
135 k:=Position(Gens,HNF.Heads[i]);
136 SetRelativeOrder(QS.Pccol,k+(b-1),HNF.mat[i][HNF.Heads[i]]);
138 rhs[HNF.Heads[i]]:=HNF.mat[i][HNF.Heads[i]];
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/src/
H A Dglimt.c57 long *Heads; variable
295 printf(" %ld ", Heads[i]); in printMatrix()
353 if (abs(M[j][ Heads[i] ]) >= M[i][ Heads[i] ] || in MatrixToExpVecs()
355 c = M[j][ Heads[i] ] / M[i][ Heads[i] ]; in MatrixToExpVecs()
357 M[j][ Heads[i] ] % M[i][ Heads[i] ] != (expo)0) c++; in MatrixToExpVecs()
453 if (Heads[i] == h) { in vReduce()
570 Heads = (long*)realloc(Heads, (NrRows + 200) * sizeof(long)); in addRow()
571 if (Heads == (long*)0) { in addRow()
580 if (Heads[i - 1] > h) { in addRow()
582 Heads[i] = Heads[i - 1]; in addRow()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; in smb2_create_blob_padding()
96 unsigned NumHeads = Heads.size(); in smb2_create_blob_padding()
98 PathSegment *Head = Heads[I]; in smb2_create_blob_padding()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in smb2_create_blob_padding()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in smb2_create_blob_padding()
126 Heads.clear(); in smb2_create_blob_padding()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in smb2_create_blob_padding()
143 for (auto *Head : Heads) { in smb2_create_blob_padding()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAutomaton.h79 std::deque<PathSegment *> Heads; variable
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset()
143 for (auto *Head : Heads) { in getPaths()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dmanywin.c53 static struct head Heads[MAX_HEADS]; variable
141 ctx = glXCreateContext(dpy, visinfo, Heads[0].Context, True); in AddHead()
179 struct head *h = &Heads[NumHeads]; in AddHead()
215 return &Heads[NumHeads-1]; in AddHead()
226 XDestroyWindow(Heads[i].Dpy, Heads[i].Win); in DestroyHeads()
227 glXDestroyContext(Heads[i].Dpy, Heads[i].Context); in DestroyHeads()
228 XCloseDisplay(Heads[i].Dpy); in DestroyHeads()
293 struct head *h = &Heads[i]; in EventLoop()
343 Redraw(&Heads[i]); in EventLoop()
348 Swap(&Heads[i]); in EventLoop()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dmanywin.c53 static struct head Heads[MAX_HEADS]; variable
141 ctx = glXCreateContext(dpy, visinfo, Heads[0].Context, True); in AddHead()
179 struct head *h = &Heads[NumHeads]; in AddHead()
215 return &Heads[NumHeads-1]; in AddHead()
226 XDestroyWindow(Heads[i].Dpy, Heads[i].Win); in DestroyHeads()
227 glXDestroyContext(Heads[i].Dpy, Heads[i].Context); in DestroyHeads()
228 XCloseDisplay(Heads[i].Dpy); in DestroyHeads()
293 struct head *h = &Heads[i]; in EventLoop()
344 Redraw(&Heads[i]); in EventLoop()
349 Swap(&Heads[i]); in EventLoop()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dmanywin.c53 static struct head Heads[MAX_HEADS]; variable
141 ctx = glXCreateContext(dpy, visinfo, Heads[0].Context, True); in AddHead()
179 struct head *h = &Heads[NumHeads]; in AddHead()
215 return &Heads[NumHeads-1]; in AddHead()
226 XDestroyWindow(Heads[i].Dpy, Heads[i].Win); in DestroyHeads()
227 glXDestroyContext(Heads[i].Dpy, Heads[i].Context); in DestroyHeads()
228 XCloseDisplay(Heads[i].Dpy); in DestroyHeads()
293 struct head *h = &Heads[i]; in EventLoop()
344 Redraw(&Heads[i]); in EventLoop()
349 Swap(&Heads[i]); in EventLoop()
/dports/lang/mit-scheme/mit-scheme-9.2/src/wabbit/
H A Dheadhunt.text46 Scan Free Heads
50 is encountered has a pointer to its head copied into Heads. Whenever one of
52 right of Heads must have pointed to it. Scan through head space to find it.
59 If Free collides w/ Heads, continue the copying GC as normal, abandonning any
62 Extra boon: if the GC completes w/o encrouchment then Heads points to
65 (if there is a free slot to the left of Heads), this array can be instantly
67 Heads (or the Heads vector could be btblt'd left into the Free cells. Such a
73 Heads can be set to TO-space TOP when the GC completes, and again the free
74 cells are those between Free and Heads.
86 then scan right of Free to end; otherwise scan right of Heads to end. Never
[all …]
/dports/math/oink/oink-c1259fe/src/
H A Dnpp.cpp34 Heads.reserve(resprio); in NPPSolver()
45 delete Heads[0]; in ~NPPSolver()
51 delete Heads[i]; in ~NPPSolver()
276 auto & heads = *(Heads[Top]); in atronsubgamedw()
358 p = priority(Heads[--Top]->front()); in goup()
367 Heads.push_back(new uideque()); in newstackslot()
379 Heads[Top]->clear(); in clearstackslot()
439 auto & heads = *(Heads[Top]); in search()
496 auto & heads = *(Heads[Top]); in search()
571 Heads.push_back(new uideque()); in run()
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dpc.rc181 LTEXT "Heads:",IDC_STATIC,63,38+16,29,8
197 LTEXT "Heads:",IDC_STATIC,63,108+32,29,8
213 LTEXT "Heads:",IDC_STATIC,63,178+48,29,8
229 LTEXT "Heads:",IDC_STATIC,63,248+64,29,8
250 LTEXT "Heads:",IDC_STATIC,63,22,29,8
269 LTEXT "Heads:",IDC_STATIC,63,22,29,8
301 LTEXT "Heads:",IDC_STATIC,63,38,29,8
315 LTEXT "Heads:",IDC_STATIC,63,108,29,8
335 LTEXT "Heads:",IDC_STATIC,63,22,29,8
357 LTEXT "Heads:",IDC_STATIC,63,22,29,8

12345678910>>...143