Home
last modified time | relevance | path

Searched refs:baseIndex (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/include/
H A DOgreVolumeMeshBuilder.h260 manual->index(baseIndex + 0); manual->index(baseIndex + 1); in addCubeToManualObject()
261 manual->index(baseIndex + 1); manual->index(baseIndex + 2); in addCubeToManualObject()
262 manual->index(baseIndex + 2); manual->index(baseIndex + 3); in addCubeToManualObject()
263 manual->index(baseIndex + 3); manual->index(baseIndex + 0); in addCubeToManualObject()
265 manual->index(baseIndex + 4); manual->index(baseIndex + 5); in addCubeToManualObject()
266 manual->index(baseIndex + 5); manual->index(baseIndex + 6); in addCubeToManualObject()
267 manual->index(baseIndex + 6); manual->index(baseIndex + 7); in addCubeToManualObject()
268 manual->index(baseIndex + 7); manual->index(baseIndex + 4); in addCubeToManualObject()
270 manual->index(baseIndex + 0); manual->index(baseIndex + 4); in addCubeToManualObject()
271 manual->index(baseIndex + 1); manual->index(baseIndex + 5); in addCubeToManualObject()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/include/
H A DOgreVolumeMeshBuilder.h262 manual->index(baseIndex + 0); manual->index(baseIndex + 1); in addCubeToManualObject()
263 manual->index(baseIndex + 1); manual->index(baseIndex + 2); in addCubeToManualObject()
264 manual->index(baseIndex + 2); manual->index(baseIndex + 3); in addCubeToManualObject()
265 manual->index(baseIndex + 3); manual->index(baseIndex + 0); in addCubeToManualObject()
267 manual->index(baseIndex + 4); manual->index(baseIndex + 5); in addCubeToManualObject()
268 manual->index(baseIndex + 5); manual->index(baseIndex + 6); in addCubeToManualObject()
269 manual->index(baseIndex + 6); manual->index(baseIndex + 7); in addCubeToManualObject()
270 manual->index(baseIndex + 7); manual->index(baseIndex + 4); in addCubeToManualObject()
272 manual->index(baseIndex + 0); manual->index(baseIndex + 4); in addCubeToManualObject()
273 manual->index(baseIndex + 1); manual->index(baseIndex + 5); in addCubeToManualObject()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAforester/src/
H A Drna_alignment.cpp21 baseIndex = new std::pair<int,int>[size_]; in makePairTable()
25 baseIndex[i].first=-1; in makePairTable()
26 baseIndex[i].second=-1; in makePairTable()
38 baseIndex[i].first=i; in makePairTable()
39 baseIndex[i].second=i; in makePairTable()
48 baseIndex[i].first=baseIndex[h].first; in makePairTable()
54 baseIndex[i].second=baseIndex[h].second; in makePairTable()
62 assert(baseIndex[i].first < baseIndex[i].second); in makePairTable()
64 pairs[baseIndex[i].first]=baseIndex[i].second; in makePairTable()
65 pairs[baseIndex[i].second]=baseIndex[i].first; in makePairTable()
[all …]
/dports/cad/calculix/CalculiX/libSNL/src/
H A DsnlVertexNet.cpp264 int baseIndex = indexU * size_v + indexV; in calcNormals() local
272 maxU.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex + size_v ] ); in calcNormals()
282 minU.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex - size_v ] ); in calcNormals()
293 maxV.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex + 1 ] ); in calcNormals()
301 minV.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex - 1 ] ); in calcNormals()
323 diag.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex + 1 - size_v ] ); in calcNormals()
340 diag.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex - 1 - size_v ] ); in calcNormals()
357 diag.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex - 1 + size_v ] ); in calcNormals()
374 diag.calc ( vertex_net [ baseIndex ], vertex_net [ baseIndex + 1 + size_v ] ); in calcNormals()
387 vertex_net [ baseIndex ].normal ( finalNormal ); in calcNormals()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/nbjt/
H A Dnbjttemp.c34 int baseIndex, indexBE=0, indexBC=0; in NBJTtemp() local
112 baseIndex = pDevice->baseIndex; in NBJTtemp()
113 if (baseIndex <= 0) { in NBJTtemp()
118 pDevice->baseIndex = (indexBE + indexBC) / 2; in NBJTtemp()
121 pDevice->elemArray[pDevice->baseIndex]->pNodes[0]->baseType = N_TYPE; in NBJTtemp()
123 pDevice->elemArray[pDevice->baseIndex]->pNodes[0]->baseType = P_TYPE; in NBJTtemp()
127 if (baseIndex <= 0 && !options->OPTNbaseDepthGiven) { in NBJTtemp()
133 pDevice->elemArray[pDevice->baseIndex]->pNodes[0]->x * 1e4, in NBJTtemp()
134 pDevice->baseIndex); in NBJTtemp()
142 pDevice->baseLength = pDevice->elemArray[pDevice->baseIndex]->rDx; in NBJTtemp()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DMPreFixups.cpp56 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) in add() argument
60 if (baseIndex - mpreIndex > 1) { in add()
61 fFixupData[fFixupCount].fBaseIndex = baseIndex; in add()
75 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; in apply() local
79 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()
80 baseIndex -= 1; in apply()
87 if (mpreLimit == baseIndex) { in apply()
93 le_int32 moveCount = baseIndex - mpreLimit; in apply()
94 le_int32 mpreDest = baseIndex - mpreCount; in apply()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DMPreFixups.cpp56 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) in add() argument
60 if (baseIndex - mpreIndex > 1) { in add()
61 fFixupData[fFixupCount].fBaseIndex = baseIndex; in add()
75 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; in apply() local
79 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()
80 baseIndex -= 1; in apply()
87 if (mpreLimit == baseIndex) { in apply()
93 le_int32 moveCount = baseIndex - mpreLimit; in apply()
94 le_int32 mpreDest = baseIndex - mpreCount; in apply()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DObjectManager.cpp291 auto baseIndex = GetIndexFromTypeEntry(ObjectType::Music, 0); in LoadDefaultObjects() local
300 LoadObject(baseIndex + MUSIC_STYLE_SPACE, "rct2.music.space"); in LoadDefaultObjects()
301 LoadObject(baseIndex + MUSIC_STYLE_HORROR, "rct2.music.horror"); in LoadDefaultObjects()
302 LoadObject(baseIndex + MUSIC_STYLE_TECHNO, "rct2.music.techno"); in LoadDefaultObjects()
303 LoadObject(baseIndex + MUSIC_STYLE_GENTLE, "rct2.music.gentle"); in LoadDefaultObjects()
305 LoadObject(baseIndex + MUSIC_STYLE_WATER, "rct2.music.water"); in LoadDefaultObjects()
308 LoadObject(baseIndex + MUSIC_STYLE_ROCK, "rct2.music.rock1"); in LoadDefaultObjects()
312 LoadObject(baseIndex + MUSIC_STYLE_ICE, "rct2.music.ice"); in LoadDefaultObjects()
313 LoadObject(baseIndex + MUSIC_STYLE_SNOW, "rct2.music.snow"); in LoadDefaultObjects()
317 LoadObject(baseIndex + MUSIC_STYLE_URBAN, "rct2.music.urban"); in LoadDefaultObjects()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/
H A DQPACKCodec.cpp75 baseIndex, in encodeHTTP()
80 baseIndex, in encodeHTTP()
86 baseIndex, in encodeHTTP()
95 baseIndex, in encodeHTTP()
100 baseIndex, in encodeHTTP()
109 baseIndex, in encodeHTTP()
117 baseIndex, in encodeHTTP()
123 baseIndex, in encodeHTTP()
149 HPACKHeaderName(name), value, baseIndex, requiredInsertCount); in encodeHTTP()
165 baseIndex, in encodeHTTP()
[all …]
H A DQPACKEncoder.cpp34 auto baseIndex = table_.getInsertCount(); in encode() local
40 baseIndex, in encode()
74 if (requiredInsertCount > baseIndex) { in completeEncode()
79 streamBuffer_.encodeInteger(baseIndex - requiredInsertCount, in completeEncode()
107 uint32_t baseIndex, in encodeHeaderQ() argument
177 baseIndex, in encodeHeaderQ()
186 if (index > baseIndex) { in encodeHeaderQ()
250 uint32_t baseIndex, in encodeStreamLiteralQ() argument
254 CHECK(absoluteNameIndex <= baseIndex || allowVulnerable()); in encodeStreamLiteralQ()
257 if (absoluteNameIndex > baseIndex) { in encodeStreamLiteralQ()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx61 IndexType baseIndex; in EvaluateAtContinuousIndex() local
67 baseIndex[dim] = Math::Floor< IndexValueType >(index[dim]); in EvaluateAtContinuousIndex()
69 if ( baseIndex[dim] >= this->m_StartIndex[dim] ) in EvaluateAtContinuousIndex()
71 if ( baseIndex[dim] < this->m_EndIndex[dim] ) in EvaluateAtContinuousIndex()
73 distance[dim] = index[dim] - static_cast< double >( baseIndex[dim] ); in EvaluateAtContinuousIndex()
77 baseIndex[dim] = this->m_EndIndex[dim]; in EvaluateAtContinuousIndex()
83 baseIndex[dim] = this->m_StartIndex[dim]; in EvaluateAtContinuousIndex()
109 neighIndex[dim] = baseIndex[dim] + 1; in EvaluateAtContinuousIndex()
114 neighIndex[dim] = baseIndex[dim]; in EvaluateAtContinuousIndex()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSRead.cpp31 int readElementInterpolation(int fileIndex, int baseIndex, int familyIndex, in readElementInterpolation() argument
51 fileIndex, baseIndex, familyIndex, interpIndex, u.data(), v.data(), in readElementInterpolation()
107 int readScale(int fileIndex, int baseIndex, double &scale) in readScale() argument
118 cgnsErr = cg_goto(fileIndex, baseIndex, "end"); in readScale()
158 int readEltNodeTransfo(int fileIndex, int baseIndex, in readEltNodeTransfo() argument
166 cgnsErr = cg_nfamilies(fileIndex, baseIndex, &nbFam); in readEltNodeTransfo()
201 int createZones(int fileIndex, int baseIndex, int meshDim, in createZones() argument
215 cgnsErr = cg_zone_type(fileIndex, baseIndex, iZone, &zoneType); in createZones()
241 cgnsErr = cg_nsols(fileIndex, baseIndex, iZone, &nbZoneSol); in createZones()
305 int readPhysicals(int fileIndex, int baseIndex, in readPhysicals() argument
[all …]
H A DCGNSZone.cpp20 CGNSZone::CGNSZone(int fileIndex, int baseIndex, int zoneIndex, in CGNSZone() argument
23 : fileIndex_(fileIndex), baseIndex_(baseIndex), meshDim_(meshDim), in CGNSZone()
31 cgnsErr = cg_zone_read(fileIndex, baseIndex, zoneIndex, name, size_); in CGNSZone()
36 cgnsErr = cg_goto(fileIndex, baseIndex, "Zone_t", zoneIndex, "end"); in CGNSZone()
92 cgnsErr = cg_boco_gridlocation_read(fileIndex(), baseIndex(), index(), in readBoundaryCondition()
146 cgnsErr = cg_ncoords(fileIndex(), baseIndex(), index(), &dimZone); in readVertices()
170 cg_coord_read(fileIndex(), baseIndex(), index(), xyzName, in readVertices()
194 cgnsErr = cg_nconns(fileIndex(), baseIndex(), index(), &nbConnect); in readConnectivities()
305 cgnsErr = cg_nbocos(fileIndex(), baseIndex(), index(), &nbZoneBC); in readMesh()
352 cgnsErr = cg_boco_read(fileIndex(), baseIndex(), index(), iZoneBC, in readBoundaryConditionRange()
[all …]
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/command_classes/
H A DMeter.cpp196 uint8 baseIndex = i<<2; in RequestValue() local
198 Value* value = GetValue( _instance, baseIndex ); in RequestValue()
284 if( ValueDecimal* value = static_cast<ValueDecimal*>( GetValue( _instance, baseIndex ) ) ) in HandleSupportedReport()
301 if( ValueDecimal* value = static_cast<ValueDecimal*>( GetValue( _instance, baseIndex ) ) ) in HandleSupportedReport()
449 uint8 baseIndex = scale << 2; in HandleReport() local
454 baseIndex = scale << 2; in HandleReport()
457 if( ValueDecimal* value = static_cast<ValueDecimal*>( GetValue( _instance, baseIndex ) ) ) in HandleReport()
474 ValueDecimal* previous = static_cast<ValueDecimal*>( GetValue( _instance, baseIndex+1 ) ); in HandleReport()
481 previous = static_cast<ValueDecimal*>( GetValue( _instance, baseIndex+1 ) ); in HandleReport()
498 ValueInt* interval = static_cast<ValueInt*>( GetValue( _instance, baseIndex+2 ) ); in HandleReport()
[all …]
/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrval_collections.go300 baseIndex := indices[0]
301 if baseIndex.mvtype == MT_STRING {
304 } else if baseIndex.mvtype == MT_INT {
335 baseIndex := indices[0]
343 if baseIndex.mvtype != MT_STRING && baseIndex.mvtype != MT_INT {
350 baseValue := baseMap.Get(baseIndex.String())
463 baseIndex := indices[0]
467 if baseIndex.mvtype == MT_STRING || baseIndex.mvtype == MT_INT {
468 baseMap.Remove(baseIndex.String())
473 baseIndex.GetTypeName(),
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewIO_CGNS.cpp21 int fileIndex, int baseIndex, int nbZone, in readFlowSolutionNames() argument
29 cgnsErr = cg_nsols(fileIndex, baseIndex, iZone, &nbZoneSol); in readFlowSolutionNames()
37 cgnsErr = cg_sol_info(fileIndex, baseIndex, iZone, iZoneSol, rawSolName, in readFlowSolutionNames()
69 cgnsErr = cg_nfields(fileIndex, baseIndex, iZone, iZoneSol, &nbField); in readFlowSolutionNames()
91 const std::string &fileName, int fileIndex, int baseIndex, in readFieldData() argument
118 if(!d->readCGNS(solFieldName, fileName, index, fileIndex, baseIndex, in readFieldData()
149 const int baseIndex = 1; in readCGNS() local
152 cgnsErr = cg_base_read(fileIndex, baseIndex, baseName, &meshDim, &dim); in readCGNS()
157 cgnsErr = cg_nzones(fileIndex, baseIndex, &nbZone); in readCGNS()
162 int err = readFlowSolutionNames(fileIndex, baseIndex, nbZone, fields); in readCGNS()
[all …]
H A DPViewDataGModelIO_CGNS.cpp65 fileIndex, baseIndex, familyIndex, interpIndex, u.data(), v.data(), in readSolutionInterpolation()
106 int readSolutionTransfo(int fileIndex, int baseIndex, in readSolutionTransfo() argument
114 cgnsErr = cg_nfamilies(fileIndex, baseIndex, &nbFam); in readSolutionTransfo()
286 int getEntInZone(int fileIndex, int baseIndex, int zoneIndex, in getEntInZone() argument
316 int getEntInPtSet(int fileIndex, int baseIndex, int zoneIndex, in getEntInPtSet() argument
395 int fileIndex, int baseIndex, int zoneIndex, in readZoneSolution() argument
417 cgnsErr = cg_cell_dim(fileIndex, baseIndex, &dim); in readZoneSolution()
456 getEntInZone(fileIndex, baseIndex, zoneIndex, zoneSolIndex, in readZoneSolution()
508 cg_field_read(fileIndex, baseIndex, zoneIndex, zoneSolIndex, in readZoneSolution()
567 cgnsErr = cg_nzones(fileIndex, baseIndex, &nbZone); in readCGNS()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/recalibration/covariates/
H A DContextCovariate.java191 int baseIndex; in contextWith() local
192 while ((baseIndex = BaseUtils.simpleBaseToBaseIndex(bases[currentNPenalty])) != -1) { in contextWith()
193 currentKey |= (baseIndex << offset); in contextWith()
200 final int baseIndex = BaseUtils.simpleBaseToBaseIndex(bases[currentIndex]); in contextWith() local
201 if (baseIndex == -1) { // ignore non-ACGT bases in contextWith()
207 currentKey |= (baseIndex << newBaseOffset); in contextWith()
239 final int baseIndex = BaseUtils.simpleBaseToBaseIndex(dna[i]); in keyFromContext() local
240 if (baseIndex == -1) { // ignore non-ACGT bases in keyFromContext()
243 key |= (baseIndex << bitOffset); in keyFromContext()
266 final int baseIndex = (key & mask) >> offset; in contextFromKey() local
[all …]
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/collections/
H A DStoredList.java49 private int baseIndex = 1; field in StoredList
154 private StoredList(DataView view, int baseIndex) { in StoredList() argument
157 this.baseIndex = baseIndex; in StoredList()
381 (cursor.getCurrentRecordNumber() - baseIndex) : in indexOf()
392 return baseIndex; in getIndexOffset()
522 int newBaseIndex = baseIndex + fromIndex; in subList()
617 private int baseIndex; field in StoredList.IndexKeyBinding
619 private IndexKeyBinding(int baseIndex) { in IndexKeyBinding() argument
621 this.baseIndex = baseIndex; in IndexKeyBinding()
627 return Long.valueOf(entryToRecordNumber(data) - baseIndex); in entryToObject()
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/collections/
H A DStoredList.java49 private int baseIndex = 1; field in StoredList
154 private StoredList(DataView view, int baseIndex) { in StoredList() argument
157 this.baseIndex = baseIndex; in StoredList()
381 (cursor.getCurrentRecordNumber() - baseIndex) : in indexOf()
392 return baseIndex; in getIndexOffset()
522 int newBaseIndex = baseIndex + fromIndex; in subList()
617 private int baseIndex; field in StoredList.IndexKeyBinding
619 private IndexKeyBinding(int baseIndex) { in IndexKeyBinding() argument
621 this.baseIndex = baseIndex; in IndexKeyBinding()
627 return Long.valueOf(entryToRecordNumber(data) - baseIndex); in entryToObject()
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/collections/
H A DStoredList.java56 private int baseIndex = 1; field in StoredList
161 private StoredList(DataView view, int baseIndex) { in StoredList() argument
164 this.baseIndex = baseIndex; in StoredList()
452 (cursor.getCurrentRecordNumber() - baseIndex) : in indexOf()
463 return baseIndex; in getIndexOffset()
617 int newBaseIndex = baseIndex + fromIndex; in subList()
720 private int baseIndex; field in StoredList.IndexKeyBinding
722 private IndexKeyBinding(int baseIndex) { in IndexKeyBinding() argument
724 this.baseIndex = baseIndex; in IndexKeyBinding()
730 return Long.valueOf(entryToRecordNumber(data) - baseIndex); in entryToObject()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/cudpp_mini/kernel/
H A Dvector_kernel.cu62 int baseIndex) in vectorAddConstant() argument
65 unsigned int address = baseIndex + threadIdx.x + in vectorAddConstant()
92 int baseIndex) in vectorAddUniform() argument
107 unsigned int address = baseIndex + __mul24(width, blockIdx.y) in vectorAddUniform()
143 int baseIndex) in vectorAddUniform4() argument
158 unsigned int address = baseIndex + __umul24(vectorRowPitch, blockIdx.y) in vectorAddUniform4()
217 int baseIndex) in vectorAddVector() argument
220 unsigned int address = baseIndex + threadIdx.x + in vectorAddVector()
256 int baseIndex) in vectorSegmentedAddUniform4() argument
282 unsigned int address = baseIndex + __mul24(width, blockIdx.y) in vectorSegmentedAddUniform4()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/cudpp_mini/kernel/
H A Dvector_kernel.cu62 int baseIndex) in vectorAddConstant() argument
65 unsigned int address = baseIndex + threadIdx.x + in vectorAddConstant()
92 int baseIndex) in vectorAddUniform() argument
107 unsigned int address = baseIndex + __mul24(width, blockIdx.y) in vectorAddUniform()
143 int baseIndex) in vectorAddUniform4() argument
158 unsigned int address = baseIndex + __umul24(vectorRowPitch, blockIdx.y) in vectorAddUniform4()
217 int baseIndex) in vectorAddVector() argument
220 unsigned int address = baseIndex + threadIdx.x + in vectorAddVector()
256 int baseIndex) in vectorSegmentedAddUniform4() argument
282 unsigned int address = baseIndex + __mul24(width, blockIdx.y) in vectorSegmentedAddUniform4()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DIntIndex.java300 int baseIndex = -1;
316 if (baseIndex == -1) {
317 baseIndex = i - 1;
320 if (i - baseIndex + 1 == count) {
321 return baseIndex;
324 baseIndex = -1;
328 return baseIndex;
337 int baseIndex = findFirstConsecutiveKeys(number);
339 if (baseIndex == -1) {
343 int result = keys[baseIndex];
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DReferenceContextUnitTest.java301 for ( int baseIndex = 0; baseIndex < expectedBases.length(); ++baseIndex ) { in checkReferenceContextBases()
302 …Assert.assertEquals(contextBases[baseIndex], expectedBasesByteArray[baseIndex], "Base #" + (baseIn… in checkReferenceContextBases()
303 …Equals(contextBasesFromIterator.get(baseIndex).byteValue(), expectedBasesByteArray[baseIndex], "Ba… in checkReferenceContextBases()
327 for ( int baseIndex = 0; baseIndex < expectedBases.length(); ++baseIndex ) { in checkReferenceContextBasesFromIntervalHelper()
328 …Assert.assertEquals(contextBases[baseIndex], expectedBasesByteArray[baseIndex], "Base #" + (baseIn… in checkReferenceContextBasesFromIntervalHelper()

12345678910>>...23