Home
last modified time | relevance | path

Searched refs:globalIndex (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/src/MultiIndices/
H A DMultiIndexSet.cpp164 return global2active[globalIndex] >= 0; in IsActive()
169 auto& multi = allMultis.at(globalIndex); in IsAdmissible()
174 if(IsActive(globalIndex)) in IsAdmissible()
179 for(int inNode : inEdges.at(globalIndex)){ in IsAdmissible()
214 void MultiIndexSet::Activate(int globalIndex) in Activate() argument
218 if(global2active.at(globalIndex)<0) in Activate()
223 active2global.push_back(globalIndex); in Activate()
233 AddForwardNeighbors(globalIndex,true); in Activate()
234 AddBackwardNeighbors(globalIndex,true); in Activate()
438 if(!IsActive(globalIndex)){ in ForciblyActivate()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkBlockDistribution.h61 vtkIdType GetProcessorOfElement(vtkIdType globalIndex);
67 vtkIdType GetLocalIndexOfElement(vtkIdType globalIndex);
104 vtkBlockDistribution::GetProcessorOfElement(vtkIdType globalIndex) in GetProcessorOfElement() argument
110 if (globalIndex < cutoffIndex) in GetProcessorOfElement()
112 return globalIndex / (smallBlockSize + 1); in GetProcessorOfElement()
116 return cutoffProcessor + (globalIndex - cutoffIndex) / smallBlockSize; in GetProcessorOfElement()
123 vtkBlockDistribution::GetLocalIndexOfElement(vtkIdType globalIndex) in GetLocalIndexOfElement() argument
125 vtkIdType rank = this->GetProcessorOfElement(globalIndex); in GetLocalIndexOfElement()
126 return globalIndex - this->GetFirstGlobalIndexOnProcessor(rank); in GetLocalIndexOfElement()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkBlockDistribution.h61 vtkIdType GetProcessorOfElement(vtkIdType globalIndex);
67 vtkIdType GetLocalIndexOfElement(vtkIdType globalIndex);
104 inline vtkIdType vtkBlockDistribution::GetProcessorOfElement(vtkIdType globalIndex) in GetProcessorOfElement() argument
110 if (globalIndex < cutoffIndex) in GetProcessorOfElement()
112 return globalIndex / (smallBlockSize + 1); in GetProcessorOfElement()
116 return cutoffProcessor + (globalIndex - cutoffIndex) / smallBlockSize; in GetProcessorOfElement()
122 inline vtkIdType vtkBlockDistribution::GetLocalIndexOfElement(vtkIdType globalIndex) in GetLocalIndexOfElement() argument
124 vtkIdType rank = this->GetProcessorOfElement(globalIndex); in GetLocalIndexOfElement()
125 return globalIndex - this->GetFirstGlobalIndexOnProcessor(rank); in GetLocalIndexOfElement()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkBlockDistribution.h53 vtkIdType GetProcessorOfElement(vtkIdType globalIndex);
58 vtkIdType GetLocalIndexOfElement(vtkIdType globalIndex);
93 vtkBlockDistribution::GetProcessorOfElement(vtkIdType globalIndex) in GetProcessorOfElement() argument
99 if (globalIndex < cutoffIndex) in GetProcessorOfElement()
101 return globalIndex / (smallBlockSize + 1); in GetProcessorOfElement()
105 return cutoffProcessor + (globalIndex - cutoffIndex) / smallBlockSize; in GetProcessorOfElement()
112 vtkBlockDistribution::GetLocalIndexOfElement(vtkIdType globalIndex) in GetLocalIndexOfElement() argument
114 vtkIdType rank = this->GetProcessorOfElement(globalIndex); in GetLocalIndexOfElement()
115 return globalIndex - this->GetFirstGlobalIndexOnProcessor(rank); in GetLocalIndexOfElement()
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DClassDescription.java102 short globalIndex; field in ClassDescription
122 code_Utf8 = globalIndex; in addCode()
131 addCInfo(globalIndex); in addExceptions()
141 this_Utf8 = globalIndex; in setThis()
143 this_class = globalIndex; in setThis()
149 super_Utf8 = globalIndex; in setSuper()
159 super_Utf8 = globalIndex; in setSuper()
179 initNAT = globalIndex; in addInit()
183 initref = globalIndex; in addInit()
264 nmidx = globalIndex; in addMethodref()
[all …]
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DClassDescription.java105 short globalIndex; field in ClassDescription
125 code_Utf8 = globalIndex; in addCode()
134 addCInfo(globalIndex); in addExceptions()
144 this_Utf8 = globalIndex; in setThis()
146 this_class = globalIndex; in setThis()
152 super_Utf8 = globalIndex; in setSuper()
162 super_Utf8 = globalIndex; in setSuper()
182 initNAT = globalIndex; in addInit()
186 initref = globalIndex; in addInit()
267 nmidx = globalIndex; in addMethodref()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Dlocalatomsetdata.cpp61 LocalAtomSetData::LocalAtomSetData(ArrayRef<const index> globalIndex) : in LocalAtomSetData() argument
62 globalIndex_(globalIndex.begin(), globalIndex.end()), in LocalAtomSetData()
63 localIndex_(globalIndex.begin(), globalIndex.end()) in LocalAtomSetData()
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/
H A DPartition.cpp117 int global_idx1 = globalIndex(i); in fillNetlistTable()
120 int global_idx2 = globalIndex(j); in fillNetlistTable()
129 int global_idx = globalIndex(macro_idx); in fillNetlistTable()
135 int global_idx = globalIndex(macro_idx); in fillNetlistTable()
144 int global_idx = globalIndex(macro_idx); in fillNetlistTable()
150 int global_idx = globalIndex(macro_idx); in fillNetlistTable()
192 int global_idx2 = globalIndex(j); in fillNetlistTable()
199 int global_idx2 = globalIndex(j); in fillNetlistTable()
206 int global_idx2 = globalIndex(j); in fillNetlistTable()
213 int global_idx2 = globalIndex(j); in fillNetlistTable()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/xmss/
H A DXMSSMTSigner.java83 final long globalIndex = privateKey.getIndex(); in generateSignature() local
92 … = wotsPlus.getKhf().PRF(privateKey.getSecretKeyPRF(), XMSSUtil.toBytesBigEndian(globalIndex, 32)); in generateSignature()
94 XMSSUtil.toBytesBigEndian(globalIndex, params.getTreeDigestSize())); in generateSignature()
99 …SMTSignature signature = new XMSSMTSignature.Builder(params).withIndex(globalIndex).withRandom(ran… in generateSignature()
103 long indexTree = XMSSUtil.getTreeIndex(globalIndex, xmssHeight); in generateSignature()
104 int indexLeaf = XMSSUtil.getLeafIndex(globalIndex, xmssHeight); in generateSignature()
144 … if (bdsState.get(layer) == null || XMSSUtil.isNewBDSInitNeeded(globalIndex, xmssHeight, layer)) in generateSignature()
186 long globalIndex = sig.getIndex(); in verifySignature() local
188 long indexTree = XMSSUtil.getTreeIndex(globalIndex, xmssHeight); in verifySignature()
189 int indexLeaf = XMSSUtil.getLeafIndex(globalIndex, xmssHeight); in verifySignature()
H A DBDSStateMap.java39 BDSStateMap(XMSSMTParameters params, long globalIndex, byte[] publicSeed, byte[] secretKeySeed) in BDSStateMap() argument
42 for (long index = 0; index < globalIndex; index++) in BDSStateMap()
53 …void updateState(XMSSMTParameters params, long globalIndex, byte[] publicSeed, byte[] secretKeySee… in updateState() argument
61 long indexTree = XMSSUtil.getTreeIndex(globalIndex, xmssHeight); in updateState()
62 int indexLeaf = XMSSUtil.getLeafIndex(globalIndex, xmssHeight); in updateState()
89 … if (bdsState.get(layer) == null || XMSSUtil.isNewBDSInitNeeded(globalIndex, xmssHeight, layer)) in updateState()
95 && XMSSUtil.isNewAuthenticationPathNeeded(globalIndex, xmssHeight, layer)) in updateState()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkScalarRegionBasedLevelSetFunction.hxx30 ::ComputeOverlapParameters(const FeatureIndexType & globalIndex, ScalarValueType & product) in ComputeOverlapParameters() argument
42 L = this->m_SharedData->m_NearestNeighborListImage->GetPixel(globalIndex); in ComputeOverlapParameters()
51 otherIndex = this->m_SharedData->m_LevelSetDataPointerVector[it]->GetIndex(globalIndex); in ComputeOverlapParameters()
78 …FeatureIndexType globalIndex = this->m_SharedData->m_LevelSetDataPointerVector[fId]->GetFeatureInd… in UpdatePixel() local
91 ListPixelType L = this->m_SharedData->m_NearestNeighborListImage->GetPixel(globalIndex); in UpdatePixel()
100 itInputIndex = this->m_SharedData->m_LevelSetDataPointerVector[*it]->GetIndex(globalIndex); in UpdatePixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex()
32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex()
35 globalIndex = index; in setGlobalIndex()
44 llvm::Optional<uint32_t> globalIndex;
/dports/math/gismo/gismo-21.12.0/src/gsIeti/
H A DgsIetiMapper.hpp116 index_t globalIndex; member
120 { return globalIndex < other.globalIndex; } in operator <()
144 dh.globalIndex = m_dofMapperGlobal.index( idx, k ); in cornersAsPrimals()
147 if (m_dofMapperGlobal.is_free_index(dh.globalIndex)) in cornersAsPrimals()
160 if (lastIndex!=corners[i].globalIndex) in cornersAsPrimals()
162 lastIndex = corners[i].globalIndex; in cornersAsPrimals()
163 if (i+1<sz&&corners[i+1].globalIndex==corners[i].globalIndex) in cornersAsPrimals()
315 const index_t globalIndex = m_dofMapperGlobal.index(i,k); in computeJumpMatrices() local
316 if ( m_dofMapperGlobal.is_coupled_index(globalIndex) ) in computeJumpMatrices()
336 const index_t globalIndex = m_dofMapperGlobal.index(idx,k); in computeJumpMatrices() local
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DCPListFrame.cpp164 const HuginBase::ControlPoint& cp = m_pano->getCtrlPoint(m_internalCPList[item].globalIndex); in OnGetItemText()
168 …eturn wxString::Format(wxT("%lu"), static_cast<unsigned long>(m_internalCPList[item].globalIndex)); in OnGetItemText()
248 cpListItem.globalIndex = i; in UpdateInternalCPList()
274 CompareStruct(globalIndex)
286 CompareStruct(globalIndex)
296 return m_cps[item1.globalIndex].VAR < m_cps[item2.globalIndex].VAR; \
313 return m_cps[item1.globalIndex].VAR > m_cps[item2.globalIndex].VAR; \
406 MainFrame::Get()->ShowCtrlPoint(m_internalCPList[e.GetIndex()].globalIndex); in OnCPListSelectionChanged()
461 selected.insert(m_internalCPList[item].globalIndex); in DeleteSelected()
469 MainFrame::Get()->ShowCtrlPoint(m_internalCPList[newSelection].globalIndex); in DeleteSelected()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/obj/
H A Dpcln.go163 func (s *pcinlineState) addBranch(ctxt *Link, globalIndex int) int {
164 if globalIndex < 0 {
168 localIndex, ok := s.globalToLocal[globalIndex]
177 call := ctxt.InlTree.nodes[globalIndex]
181 s.globalToLocal[globalIndex] = localIndex
185 func (s *pcinlineState) setParentPC(ctxt *Link, globalIndex int, pc int32) {
186 localIndex, ok := s.globalToLocal[globalIndex]
211 globalIndex := posBase.InliningIndex()
212 if globalIndex < 0 {
220 return int32(s.addBranch(ctxt, globalIndex))
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/obj/
H A Dpcln.go166 func (s *pcinlineState) addBranch(ctxt *Link, globalIndex int) int {
167 if globalIndex < 0 {
171 localIndex, ok := s.globalToLocal[globalIndex]
180 call := ctxt.InlTree.nodes[globalIndex]
184 s.globalToLocal[globalIndex] = localIndex
188 func (s *pcinlineState) setParentPC(ctxt *Link, globalIndex int, pc int32) {
189 localIndex, ok := s.globalToLocal[globalIndex]
214 globalIndex := posBase.InliningIndex()
215 if globalIndex < 0 {
223 return int32(s.addBranch(ctxt, globalIndex))
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Utilities/MultiIndices/
H A DMultiIndexSet.h346 virtual bool IsAdmissible(unsigned int globalIndex) const;
347 virtual bool IsActive(unsigned int globalIndex) const;
356 void AddForwardNeighbors(unsigned int globalIndex, bool addInactive);
357 void AddBackwardNeighbors(unsigned int globalIndex, bool addInactive);
359 void Activate(int globalIndex);
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/obj/
H A Dpcln.go166 func (s *pcinlineState) addBranch(ctxt *Link, globalIndex int) int {
167 if globalIndex < 0 {
171 localIndex, ok := s.globalToLocal[globalIndex]
180 call := ctxt.InlTree.nodes[globalIndex]
184 s.globalToLocal[globalIndex] = localIndex
201 globalIndex := posBase.InliningIndex()
202 if globalIndex < 0 {
210 return int32(s.addBranch(ctxt, globalIndex))

12345678910