Home
last modified time | relevance | path

Searched refs:ilabel (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Darc.h49 Label ilabel; member
58 : ilabel(ilabel), in ArcTpl()
101 : ilabel(ilabel), in StringArc()
137 : ilabel(ilabel), in GallicArc()
147 : ilabel(arc.ilabel), in GallicArc()
183 : ilabel(ilabel), in ReverseArc()
214 : ilabel(ilabel), in LexicographicArc()
245 : ilabel(ilabel), in ProductArc()
279 : ilabel(ilabel), in PowerArc()
313 : ilabel(ilabel), in SparsePowerArc()
[all …]
H A Disomorphic.h111 if (arc1.ilabel < arc2.ilabel) return true; in operator()
112 if (arc1.ilabel > arc2.ilabel) return false; in operator()
188 if (arc1.ilabel != arc2.ilabel) { in IsIsomorphicState()
190 << "state1: " << s1 << " arc1: *" << arc1.ilabel << "* " in IsIsomorphicState()
198 << "state1: " << s1 << " arc1: " << arc1.ilabel << " *" in IsIsomorphicState()
206 << "state1: " << s1 << " arc1: " << arc1.ilabel << " " in IsIsomorphicState()
208 << " state2: " << s2 << " arc2: " << arc2.ilabel << " " in IsIsomorphicState()
214 << "state1: " << s1 << " arc1: " << arc1.ilabel << " " in IsIsomorphicState()
217 << "state2: " << s2 << " arc2: " << arc2.ilabel << " " in IsIsomorphicState()
224 if (arc1.ilabel == arc0.ilabel && arc1.olabel == arc0.olabel && in IsIsomorphicState()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dchunk_copies_calculator.cc59 --(ilabel->second); in removePart()
61 labels.erase(ilabel); in removePart()
298 --(ilabel->second); in canRemovePart()
435 for (; ilabel != available_labels.end() && ilabel->first < label.first; ++ilabel) { in getLabelsToRecover()
439 if (ilabel != available_labels.end() && ilabel->first == label.first) { in getLabelsToRecover()
447 ++ilabel; in getLabelsToRecover()
454 for (; ilabel != available_labels.end(); ++ilabel) { in getLabelsToRecover()
488 for (; ilabel != available_labels.end() && ilabel->first < label.first; ++ilabel) { in getRemovePool()
493 if (ilabel != available_labels.end() && ilabel->first == label.first) { in getRemovePool()
499 ++ilabel; in getRemovePool()
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Darc.h51 : ilabel(i), olabel(o), weight(w), nextstate(s) {} in ArcTpl()
61 Label ilabel; variable
97 Label ilabel; // Transition input label variable
119 : ilabel(arc.ilabel), olabel(arc.ilabel), in GallicArc()
133 Label ilabel; // Transition input label member
158 Label ilabel; // Transition input label member
182 Label ilabel; // Transition input label member
206 Label ilabel; // Transition input label member
238 Label ilabel; // Transition input label member
270 Label ilabel; // Transition input label member
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Darc.h51 : ilabel(i), olabel(o), weight(w), nextstate(s) {} in ArcTpl()
61 Label ilabel; variable
97 Label ilabel; // Transition input label variable
119 : ilabel(arc.ilabel), olabel(arc.ilabel), in GallicArc()
133 Label ilabel; // Transition input label member
158 Label ilabel; // Transition input label member
182 Label ilabel; // Transition input label member
206 Label ilabel; // Transition input label member
238 Label ilabel; // Transition input label member
270 Label ilabel; // Transition input label member
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Darc.h51 : ilabel(i), olabel(o), weight(w), nextstate(s) {} in ArcTpl()
61 Label ilabel; variable
97 Label ilabel; // Transition input label variable
119 : ilabel(arc.ilabel), olabel(arc.ilabel), in GallicArc()
133 Label ilabel; // Transition input label member
158 Label ilabel; // Transition input label member
182 Label ilabel; // Transition input label member
206 Label ilabel; // Transition input label member
238 Label ilabel; // Transition input label member
270 Label ilabel; // Transition input label member
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dbodyadd.f38 ilabel=1
40 ilabel=2
42 ilabel=3
44 ilabel=4
49 if(ilabel.eq.2) then
71 if(ilabel.eq.2) then
82 if(ilabel.eq.1) then
113 if(ilabel.eq.1) then
188 ibody(1,id1)=ilabel
191 if(ilabel.eq.1) then
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/script/
H A Darc-class.h32 : ilabel(arc.ilabel), in ArcClass()
37 ArcClass(int64 ilabel, int64 olabel, const WeightClass &weight, in ArcClass()
39 : ilabel(ilabel), olabel(olabel), weight(weight), nextstate(nextstate) {} in ArcClass()
43 return Arc(ilabel, olabel, *(weight.GetWeight<typename Arc::Weight>()), in GetArc()
47 int64 ilabel; member
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/pgen2/
H A Dparse.py116 ilabel = self.classify(type, value, context)
125 if ilabel == i:
145 if ilabel in itsfirst:
167 ilabel = self.grammar.keywords.get(value)
168 if ilabel is not None:
169 return ilabel
170 ilabel = self.grammar.tokens.get(type)
171 if ilabel is None:
173 return ilabel
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/pgen2/
H A Dparse.py116 ilabel = self.classify(type, value, context)
125 if ilabel == i:
145 if ilabel in itsfirst:
167 ilabel = self.grammar.keywords.get(value)
168 if ilabel is not None:
169 return ilabel
170 ilabel = self.grammar.tokens.get(type)
171 if ilabel is None:
173 return ilabel
/dports/lang/python38/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/pgen2/
H A Dparse.py116 ilabel = self.classify(type, value, context)
125 if ilabel == i:
145 if ilabel in itsfirst:
167 ilabel = self.grammar.keywords.get(value)
168 if ilabel is not None:
169 return ilabel
170 ilabel = self.grammar.tokens.get(type)
171 if ilabel is None:
173 return ilabel
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/
H A Dparse.py116 ilabel = self.classify(type, value, context)
125 if ilabel == i:
145 if ilabel in itsfirst:
167 ilabel = self.grammar.keywords.get(value)
168 if ilabel is not None:
169 return ilabel
170 ilabel = self.grammar.tokens.get(type)
171 if ilabel is None:
173 return ilabel
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/
H A Dparse.py116 ilabel = self.classify(type, value, context)
125 if ilabel == i:
145 if ilabel in itsfirst:
167 ilabel = self.grammar.keywords.get(value)
168 if ilabel is not None:
169 return ilabel
170 ilabel = self.grammar.tokens.get(type)
171 if ilabel is None:
173 return ilabel
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
H A Dparse.py116 ilabel = self.classify(type, value, context)
125 if ilabel == i:
145 if ilabel in itsfirst:
167 ilabel = self.grammar.keywords.get(value)
168 if ilabel is not None:
169 return ilabel
170 ilabel = self.grammar.tokens.get(type)
171 if ilabel is None:
173 return ilabel
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/lang/python310/Python-3.10.1/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/lang/python311/Python-3.11.0a3/Lib/lib2to3/pgen2/
H A Dparse.py119 ilabel = self.classify(type, value, context)
128 if ilabel == i:
148 if ilabel in itsfirst:
170 ilabel = self.grammar.keywords.get(value)
171 if ilabel is not None:
172 return ilabel
173 ilabel = self.grammar.tokens.get(type)
174 if ilabel is None:
176 return ilabel
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/linear/
H A Dlinear-fst.h308 DCHECK(ilabel > 0 || ilabel == LinearFstData<A>::kEndOfSentence); in ShiftBuffer()
310 DCHECK_GT(ilabel, 0); in ShiftBuffer()
311 return ilabel; in ShiftBuffer()
322 DCHECK(ilabel > 0 || ilabel == LinearFstData<A>::kEndOfSentence); in MakeArc()
332 return A(ilabel == LinearFstData<A>::kEndOfSentence ? 0 : ilabel, in MakeArc()
406 for (Label ilabel = data_->MinInputLabel(); in Expand() local
407 ilabel <= data_->MaxInputLabel(); ++ilabel) in Expand()
427 if (ilabel == 0) { in MatchInput()
845 ilabel <= data_->MaxInputLabel(); ++ilabel) { in Expand()
869 if (ilabel == 0) { in MatchInput()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/linear/
H A Dlinear-fst.h308 DCHECK(ilabel > 0 || ilabel == LinearFstData<A>::kEndOfSentence); in ShiftBuffer()
310 DCHECK_GT(ilabel, 0); in ShiftBuffer()
311 return ilabel; in ShiftBuffer()
322 DCHECK(ilabel > 0 || ilabel == LinearFstData<A>::kEndOfSentence); in MakeArc()
332 return A(ilabel == LinearFstData<A>::kEndOfSentence ? 0 : ilabel, in MakeArc()
406 for (Label ilabel = data_->MinInputLabel(); in Expand() local
407 ilabel <= data_->MaxInputLabel(); ++ilabel) in Expand()
427 if (ilabel == 0) { in MatchInput()
845 ilabel <= data_->MaxInputLabel(); ++ilabel) { in Expand()
869 if (ilabel == 0) { in MatchInput()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/linear/
H A Dlinear-fst.h308 DCHECK(ilabel > 0 || ilabel == LinearFstData<A>::kEndOfSentence); in ShiftBuffer()
310 DCHECK_GT(ilabel, 0); in ShiftBuffer()
311 return ilabel; in ShiftBuffer()
322 DCHECK(ilabel > 0 || ilabel == LinearFstData<A>::kEndOfSentence); in MakeArc()
332 return A(ilabel == LinearFstData<A>::kEndOfSentence ? 0 : ilabel, in MakeArc()
406 for (Label ilabel = data_->MinInputLabel(); in Expand() local
407 ilabel <= data_->MaxInputLabel(); ++ilabel) in Expand()
427 if (ilabel == 0) { in MatchInput()
845 ilabel <= data_->MaxInputLabel(); ++ilabel) { in Expand()
869 if (ilabel == 0) { in MatchInput()
[all …]

12345678910>>...15