Home
last modified time | relevance | path

Searched refs:GetLocal (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/internal/compiler/wasm/
H A Dwasm.go264 c.appendInstr(instruction.GetLocal{Index: lobj})
273 c.appendInstr(instruction.GetLocal{Index: lobj})
308 c.appendInstr(instruction.GetLocal{Index: c.lctx})
320 c.appendInstr(instruction.GetLocal{Index: c.lrs})
598 instruction.GetLocal{Index: tmp},
601 instruction.GetLocal{Index: tmp},
768 instruction.GetLocal{Index: lcopy},
771 instruction.GetLocal{Index: lcopy},
774 instruction.GetLocal{Index: lcopy},
780 instruction.GetLocal{Index: lcopy},
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/
H A Dfix_feature_id.cpp47 if (id.IsLocal() && id.GetLocal().IsId() && id.GetLocal().GetId() > feat_id) { in s_FindHighestFeatureId()
48 feat_id = id.GetLocal().GetId(); in s_FindHighestFeatureId()
83 feat.GetId().GetLocal().IsId()) { in UpdateFeatureIds()
84 TId feat_id = feat.GetId().GetLocal().GetId(); in UpdateFeatureIds()
110 pXref->GetId().GetLocal().IsId()) { in UpdateFeatureIds()
156 feat.GetId().GetLocal().IsId()) { in UpdateFeatureIds()
157 TId feat_id = feat.GetId().GetLocal().GetId(); in UpdateFeatureIds()
184 pXref->GetId().GetLocal().IsId()) { in UpdateFeatureIds()
232 TId id = feat.GetId().GetLocal().GetId(); in s_UpdateFeatureIds()
283 pXref->GetId().GetLocal().IsId()) { in s_UpdateFeatureIds()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/cleanup/
H A Dfix_feature_id.cpp47 if (id.IsLocal() && id.GetLocal().IsId() && id.GetLocal().GetId() > feat_id) { in s_FindHighestFeatureId()
48 feat_id = id.GetLocal().GetId(); in s_FindHighestFeatureId()
86 if (edited->IsSetId() && edited->GetId().IsLocal() && edited->GetId().GetLocal().IsId()) in s_UpdateFeatureIds()
88 int id = edited->GetId().GetLocal().GetId(); in s_UpdateFeatureIds()
141 int id = (*xref_it)->GetId().GetLocal().GetId(); in s_UpdateFeatureIds()
181 …if (id.IsLocal() && id.GetLocal().IsId() && id_pairs.find(id.GetLocal().GetId()) == id_pairs.end()… in s_MakeIDPairs()
182 id_pairs[id.GetLocal().GetId()] = ++feat_id; in s_MakeIDPairs()
212 if (edited->IsSetId() && edited->GetId().IsLocal() && edited->GetId().GetLocal().IsId()) in s_ReassignFeatureIds()
214 int id = id_pairs[edited->GetId().GetLocal().GetId()]; in s_ReassignFeatureIds()
226 if (id_pairs.find((*xref_it)->GetId().GetLocal().GetId()) != id_pairs.end()) in s_ReassignFeatureIds()
[all …]
/dports/net/yate/yate-6.4.0-1/share/scripts/
H A Dtest.php42 Yate::GetLocal("engine.version");
43 Yate::GetLocal("engine.nodename");
44 Yate::GetLocal("engine.nosuch");
46 Yate::GetLocal("config.nosuch");
47 Yate::GetLocal("config.localsym");
48 Yate::GetLocal("config.localsym.h323chan.yate");
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall8556 executions of any macros containing GetLocal. #!N #!N Syntax #!N #!N
23 place objects in and retrieve them from the cache. GetLocal differs
24 from GetGlobal in that GetLocal and SetLocal are used when the
30 GetLocal and GetGlobal. #!N #!I0 #!N #!N #!I0 #!N #!F-adobe-times-bold-r-normal--18* #!F-adobe-…
32 by GetLocal if nothing has been placed in the cache (e.g.,
41 of the corresponding SetLocal module. GetLocal should always be used with
43 machine as GetLocal (i.e., it cannot be distributed to a different
46 GetLocal inside a macro, since this is done automatically whenever the
48 and use of the GetLocal, GetGlobal, SetLocal, and SetGlobal modules can
H A Ddxall94110 link to corresponding GetLocal #!N TAB - TAB - TAB -
15 SetLocal should always be used with GetLocal, not with GetGlobal. Note:
16 The corresponding GetLocal module must be executed on the same machine
25 of GetLocal to the #!F-adobe-times-bold-r-normal--18* link #!EF input of SetLocal. #!I0
27 the GetLocal, GetGlobal, SetLocal, and SetGlobal modules can be found in
H A Ddxall26918 are GetLocal, SetLocal, GetGlobal, and SetGlobal. The Set tools enable you
25 typically appears logically above a SetLocal. When GetLocal runs, it checks
29 is set, GetLocal outputs an initial value that you can set
33 its paired GetLocal should simply be scheduled during the next iteration
35 for. (Note that if GetLocal is inside a macro, it will
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level1/
H A DQuasiDiagonalScale.hpp147 if( i<m-1 && dSub.GetLocal(iLoc,0) != F(0) ) in LeftQuasiDiagonalScale()
150 D11.Set( 0, 0, d.GetLocal(iLoc,0) ); in LeftQuasiDiagonalScale()
151 D11.Set( 1, 1, dNext.GetLocal(iLocNext,0) ); in LeftQuasiDiagonalScale()
152 D11.Set( 1, 0, dSub.GetLocal(iLoc,0) ); in LeftQuasiDiagonalScale()
163 D11.Set( 1, 1, d.GetLocal(iLoc,0) ); in LeftQuasiDiagonalScale()
174 Scale( d.GetLocal(iLoc,0), x1Loc ); in LeftQuasiDiagonalScale()
238 if( j<n-1 && dSub.GetLocal(jLoc,0) != F(0) ) in RightQuasiDiagonalScale()
241 D11.Set( 0, 0, d.GetLocal(jLoc,0) ); in RightQuasiDiagonalScale()
243 D11.Set( 1, 0, dSub.GetLocal(jLoc,0) ); in RightQuasiDiagonalScale()
254 D11.Set( 1, 1, d.GetLocal(jLoc,0) ); in RightQuasiDiagonalScale()
[all …]
H A DQuasiDiagonalSolve.hpp147 if( i<m-1 && dSub.GetLocal(iLoc,0) != F(0) ) in LeftQuasiDiagonalSolve()
150 D11.Set( 0, 0, d.GetLocal(iLoc,0) ); in LeftQuasiDiagonalSolve()
151 D11.Set( 1, 1, dNext.GetLocal(iLocNext,0) ); in LeftQuasiDiagonalSolve()
152 D11.Set( 1, 0, dSub.GetLocal(iLoc,0) ); in LeftQuasiDiagonalSolve()
163 D11.Set( 1, 1, d.GetLocal(iLoc,0) ); in LeftQuasiDiagonalSolve()
174 Scale( F(1)/d.GetLocal(iLoc,0), x1Loc ); in LeftQuasiDiagonalSolve()
238 if( j<n-1 && dSub.GetLocal(jLoc,0) != F(0) ) in RightQuasiDiagonalSolve()
241 D11.Set( 0, 0, d.GetLocal(jLoc,0) ); in RightQuasiDiagonalSolve()
243 D11.Set( 1, 0, dSub.GetLocal(jLoc,0) ); in RightQuasiDiagonalSolve()
254 D11.Set( 1, 1, d.GetLocal(jLoc,0) ); in RightQuasiDiagonalSolve()
[all …]
H A DDiagonalScaleTrapezoid.hpp134 ( conjugate ? Conj(d_W_STAR.GetLocal(iLoc,0)) in DiagonalScaleTrapezoid()
135 : d_W_STAR.GetLocal(iLoc,0) ); in DiagonalScaleTrapezoid()
153 ( conjugate ? Conj(d_W_STAR.GetLocal(iLoc,0)) in DiagonalScaleTrapezoid()
154 : d_W_STAR.GetLocal(iLoc,0) ); in DiagonalScaleTrapezoid()
187 ( conjugate ? Conj(d_Z_STAR.GetLocal(jLoc,0)) in DiagonalScaleTrapezoid()
188 : d_Z_STAR.GetLocal(jLoc,0) ); in DiagonalScaleTrapezoid()
207 ( conjugate ? Conj(d_Z_STAR.GetLocal(jLoc,0)) in DiagonalScaleTrapezoid()
208 : d_Z_STAR.GetLocal(jLoc,0) ); in DiagonalScaleTrapezoid()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/matrices/
H A DUniformHelmholtzGreens.hpp113 const Real xj0 = X_STAR_STAR.GetLocal(0,j); in UniformHelmholtzGreens()
114 const Real xj1 = X_STAR_STAR.GetLocal(1,j); in UniformHelmholtzGreens()
115 const Real xj2 = X_STAR_STAR.GetLocal(2,j); in UniformHelmholtzGreens()
125 const Real d0 = X_STAR_STAR.GetLocal(0,i)-xj0; in UniformHelmholtzGreens()
126 const Real d1 = X_STAR_STAR.GetLocal(1,i)-xj1; in UniformHelmholtzGreens()
127 const Real d2 = X_STAR_STAR.GetLocal(2,i)-xj2; in UniformHelmholtzGreens()
173 const Real xj0 = X_STAR_STAR.GetLocal(0,j); in UniformHelmholtzGreens()
174 const Real xj1 = X_STAR_STAR.GetLocal(1,j); in UniformHelmholtzGreens()
175 const Real xj2 = X_STAR_STAR.GetLocal(2,j); in UniformHelmholtzGreens()
185 const Real d0 = X_STAR_STAR.GetLocal(0,i)-xj0; in UniformHelmholtzGreens()
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/internal/wasm/instruction/
H A Dvariable.go10 type GetLocal struct { struct
15 func (GetLocal) Op() opcode.Opcode { argument
16 return opcode.GetLocal
20 func (i GetLocal) ImmediateArgs() []interface{} { argument
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level2/
H A DSyr2.hpp106 const T beta = y_MR_STAR.GetLocal(jLoc,0); in Syr2()
107 const T kappa = x_MR_STAR.GetLocal(jLoc,0); in Syr2()
122 const T beta = y_MR_STAR.GetLocal(jLoc,0); in Syr2()
123 const T kappa = x_MR_STAR.GetLocal(jLoc,0); in Syr2()
158 const T beta = y_STAR_MR.GetLocal(0,jLoc); in Syr2()
159 const T kappa = x_MR_STAR.GetLocal(jLoc,0); in Syr2()
175 const T beta = y_STAR_MR.GetLocal(0,jLoc); in Syr2()
176 const T kappa = x_MR_STAR.GetLocal(jLoc,0); in Syr2()
212 const T beta = x_STAR_MR.GetLocal(0,jLoc); in Syr2()
229 const T beta = x_STAR_MR.GetLocal(0,jLoc); in Syr2()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dseqid_validate.cpp58 seqId.GetLocal().IsStr()) { in operator ()()
59 const auto idString = seqId.GetLocal().GetStr(); in operator ()()
173 if (id.GetLocal().IsStr() && in CheckIDLength()
174 id.GetLocal().GetStr().length() > kMaxLocalIDLength) { in CheckIDLength()
176 s_GetIDLengthErrorString(id.GetLocal().GetStr().length(), in CheckIDLength()
219 if (id.GetLocal().IsId()) { in IsValidLocalID()
222 if (id.GetLocal().IsStr()) { in IsValidLocalID()
223 return IsValidLocalString(id.GetLocal().GetStr()); in IsValidLocalID()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dseqid_validate.cpp58 seqId.GetLocal().IsStr()) { in operator ()()
59 const auto idString = seqId.GetLocal().GetStr(); in operator ()()
173 if (id.GetLocal().IsStr() && in CheckIDLength()
174 id.GetLocal().GetStr().length() > kMaxLocalIDLength) { in CheckIDLength()
176 s_GetIDLengthErrorString(id.GetLocal().GetStr().length(), in CheckIDLength()
219 if (id.GetLocal().IsId()) { in IsValidLocalID()
222 if (id.GetLocal().IsStr()) { in IsValidLocalID()
223 return IsValidLocalString(id.GetLocal().GetStr()); in IsValidLocalID()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/factor/LU/
H A DPanel.hpp99 localPivot.value = FastAbs(alpha11.GetLocal(0,0)); in Panel()
103 const Real value = FastAbs(a21.GetLocal(i,0)); in Panel()
112 const Real value = FastAbs(b1.GetLocal(iLoc,0)); in Panel()
131 pivotBuffer[j] = A.GetLocal( iPiv, j ); in Panel()
134 A.SetLocal( iPiv, j, A.GetLocal(k,j) ); in Panel()
146 pivotBuffer[j] = B.GetLocal( iLoc, j ); in Panel()
148 B.SetLocal( iLoc, j, A.GetLocal(k,j) ); in Panel()
158 const F alpha = alpha11.GetLocal(0,0); in Panel()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dmolecule_identifier.cpp289 (*n)->IsLocal() && (*n)->GetLocal().IsStr() && in AddFields()
290 (*n)->GetLocal().GetStr().size() >= 7 && (*n)->GetLocal().GetStr()[4] == ' ' && in AddFields()
291 (*n)->GetLocal().GetStr()[6] == ' ' && in AddFields()
292 … (isalnum((unsigned char) (*n)->GetLocal().GetStr()[5]) || (*n)->GetLocal().GetStr()[5] == ' ')) in AddFields()
294 pdbID = (*n)->GetLocal().GetStr().substr(0, 4); in AddFields()
296 string tmpStr(1, (*n)->GetLocal().GetStr()[5]); in AddFields()
299 pdbChain = (*n)->GetLocal().GetStr()[5]; in AddFields()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5HtmlAttributes.cpp64 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in getIndex()
87 return mStorage[aIndex].GetLocal(mMode); in getLocalNameNoBoundsCheck()
148 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in contains()
181 nsAtom* ownLocal = entry.GetLocal(nsHtml5AttributeName::HTML); in equalsAnother()
183 if (ownLocal == otherEntry.GetLocal(nsHtml5AttributeName::HTML)) { in equalsAnother()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5HtmlAttributes.cpp63 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in getIndex()
86 return mStorage[aIndex].GetLocal(mMode); in getLocalNameNoBoundsCheck()
147 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in contains()
180 nsAtom* ownLocal = entry.GetLocal(nsHtml5AttributeName::HTML); in equalsAnother()
182 if (ownLocal == otherEntry.GetLocal(nsHtml5AttributeName::HTML)) { in equalsAnother()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5HtmlAttributes.cpp64 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in getIndex()
87 return mStorage[aIndex].GetLocal(mMode); in getLocalNameNoBoundsCheck()
148 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in contains()
181 nsAtom* ownLocal = entry.GetLocal(nsHtml5AttributeName::HTML); in equalsAnother()
183 if (ownLocal == otherEntry.GetLocal(nsHtml5AttributeName::HTML)) { in equalsAnother()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5HtmlAttributes.cpp64 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in getIndex()
87 return mStorage[aIndex].GetLocal(mMode); in getLocalNameNoBoundsCheck()
148 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in contains()
182 nsAtom* ownLocal = entry.GetLocal(nsHtml5AttributeName::HTML); in equalsAnother()
184 if (ownLocal == otherEntry.GetLocal(nsHtml5AttributeName::HTML)) { in equalsAnother()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5HtmlAttributes.cpp64 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in getIndex()
87 return mStorage[aIndex].GetLocal(mMode); in getLocalNameNoBoundsCheck()
148 if (mStorage[i].GetLocal(nsHtml5AttributeName::HTML) == in contains()
181 nsAtom* ownLocal = entry.GetLocal(nsHtml5AttributeName::HTML); in equalsAnother()
183 if (ownLocal == otherEntry.GetLocal(nsHtml5AttributeName::HTML)) { in equalsAnother()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DLambdaCompiler.Address.cs86 LocalBuilder loc = GetLocal(rightType); in AddressOf()
157 LocalBuilder temp = GetLocal(GetMemberType(member)); in EmitMemberAddress()
210 LocalBuilder tmp = GetLocal(type); in EmitExpressionAddress()
255 _ilg.Emit(OpCodes.Stloc, instanceLocal = GetLocal(instanceType)); in AddressOfWriteBack()
264 var valueLocal = GetLocal(node.Type); in AddressOfWriteBack()
293 _ilg.Emit(OpCodes.Stloc, instanceLocal = GetLocal(instanceType)); in AddressOfWriteBack()
302 var argLocal = GetLocal(arg.Type); in AddressOfWriteBack()
312 var valueLocal = GetLocal(node.Type); in AddressOfWriteBack()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dgap_trim.cpp676 feat.GetId().GetLocal().IsId()) { in FixFeatureIdsForUpdates()
699 (*xit)->GetId().GetLocal().IsId() && in s_IsRelated()
700 (*xit)->GetId().GetLocal().GetId() == search) { in s_IsRelated()
711 s_IsRelated(f2, f1.GetId().GetLocal().GetId())) { in s_IsRelated()
714 s_IsRelated(f1, f2.GetId().GetLocal().GetId())) { in s_IsRelated()
734 (*xit)->GetId().GetLocal().IsId() && in s_ReplaceFeatureIdXref()
735 (*xit)->GetId().GetLocal().GetId() == orig_id) { in s_ReplaceFeatureIdXref()
757 orig_id_1 = (*u1)->GetId().GetLocal().GetId(); in FixFeatureIdsForUpdatePair()
761 orig_id_2 = (*u2)->GetId().GetLocal().GetId(); in FixFeatureIdsForUpdatePair()
769 new_id_1 = (*u1)->GetId().GetLocal().GetId(); in FixFeatureIdsForUpdatePair()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dgap_trim.cpp676 feat.GetId().GetLocal().IsId()) { in FixFeatureIdsForUpdates()
699 (*xit)->GetId().GetLocal().IsId() && in s_IsRelated()
700 (*xit)->GetId().GetLocal().GetId() == search) { in s_IsRelated()
711 s_IsRelated(f2, f1.GetId().GetLocal().GetId())) { in s_IsRelated()
714 s_IsRelated(f1, f2.GetId().GetLocal().GetId())) { in s_IsRelated()
734 (*xit)->GetId().GetLocal().IsId() && in s_ReplaceFeatureIdXref()
735 (*xit)->GetId().GetLocal().GetId() == orig_id) { in s_ReplaceFeatureIdXref()
757 orig_id_1 = (*u1)->GetId().GetLocal().GetId(); in FixFeatureIdsForUpdatePair()
761 orig_id_2 = (*u2)->GetId().GetLocal().GetId(); in FixFeatureIdsForUpdatePair()
769 new_id_1 = (*u1)->GetId().GetLocal().GetId(); in FixFeatureIdsForUpdatePair()
[all …]

12345678910>>...46