Home
last modified time | relevance | path

Searched refs:refPos (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglcomplabel.c49 glVertex3d(ref.refPos.x, ref.refPos.y, ref.refPos.z); in glCompLabelDraw()
50 glVertex3d(ref.refPos.x + ref.width, ref.refPos.y, ref.refPos.z); in glCompLabelDraw()
51 glVertex3d(ref.refPos.x + ref.width, ref.refPos.y + ref.height, in glCompLabelDraw()
52 ref.refPos.z); in glCompLabelDraw()
53 glVertex3d(ref.refPos.x, ref.refPos.y + ref.height, ref.refPos.z); in glCompLabelDraw()
H A Dglutils.c517 child->refPos.x = child->pos.x; in glCompCalcWidget()
518 child->refPos.y = child->pos.y; in glCompCalcWidget()
540 ref->pos.x = parent->refPos.x + borderWidth; in glCompCalcWidget()
541 ref->pos.y = parent->refPos.y + borderWidth; in glCompCalcWidget()
547 ref->pos.y = parent->refPos.y + borderWidth; in glCompCalcWidget()
555 ref->pos.x = parent->refPos.x; in glCompCalcWidget()
560 ref->pos.y = parent->refPos.y + borderWidth; in glCompCalcWidget()
561 ref->pos.x = parent->refPos.x + borderWidth; in glCompCalcWidget()
565 ref->pos.y = parent->refPos.y + borderWidth; in glCompCalcWidget()
595 child->refPos.x = ref->pos.x; in glCompCalcWidget()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/haplotype/
H A DEventMap.java73 int refPos = haplotype.getAlignmentStartHapwrtRef(); in processCigarForInitialEvents() local
74 if( refPos < 0 ) { in processCigarForInitialEvents()
90 final int insertionStart = refLoc.getStart() + refPos - 1; in processCigarForInitialEvents()
91 final byte refByte = ref[refPos-1]; in processCigarForInitialEvents()
121 …final byte[] deletionBases = Arrays.copyOfRange( ref, refPos - 1, refPos + elementLength ); // ad… in processCigarForInitialEvents()
123 final int deletionStart = refLoc.getStart() + refPos - 1; in processCigarForInitialEvents()
124 final byte refByte = ref[refPos-1]; in processCigarForInitialEvents()
131 refPos += elementLength; in processCigarForInitialEvents()
140 final byte refByte = ref[refPos + offset ]; in processCigarForInitialEvents()
154 …final Allele refAllele = Allele.create(Arrays.copyOfRange(ref, refPos + start, refPos + end + 1), … in processCigarForInitialEvents()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin(); in LDAPSearchResults()
37 refPos=refList.begin(); in readMessageQueue()
53 if( refPos != refList.end() ){ in getNext()
54 LDAPUrlList urls= refPos->getUrls(); in getNext()
55 refPos++; in getNext()
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin(); in LDAPSearchResults()
37 refPos=refList.begin(); in readMessageQueue()
53 if( refPos != refList.end() ){ in getNext()
54 LDAPUrlList urls= refPos->getUrls(); in getNext()
55 refPos++; in getNext()
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin(); in LDAPSearchResults()
37 refPos=refList.begin(); in readMessageQueue()
53 if( refPos != refList.end() ){ in getNext()
54 LDAPUrlList urls= refPos->getUrls(); in getNext()
55 refPos++; in getNext()
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin(); in LDAPSearchResults()
37 refPos=refList.begin(); in readMessageQueue()
53 if( refPos != refList.end() ){ in getNext()
54 LDAPUrlList urls= refPos->getUrls(); in getNext()
55 refPos++; in getNext()
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin(); in LDAPSearchResults()
37 refPos=refList.begin(); in readMessageQueue()
53 if( refPos != refList.end() ){ in getNext()
54 LDAPUrlList urls= refPos->getUrls(); in getNext()
55 refPos++; in getNext()
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin(); in LDAPSearchResults()
37 refPos=refList.begin(); in readMessageQueue()
53 if( refPos != refList.end() ){ in getNext()
54 LDAPUrlList urls= refPos->getUrls(); in getNext()
55 refPos++; in getNext()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/journaled_string_tree/
H A Djournaled_string_tree_sequence_buffer.h170 TPos refPos,
180 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
181 SEQAN_ASSERT_GT(entryIt->physicalOriginPosition + entryIt->length, refPos);
198 TPos refPos,
208 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
209 SEQAN_ASSERT_GT(entryIt->physicalOriginPosition + entryIt->length, refPos);
225 TPos refPos,
235 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
252 TPos refPos,
262 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/journaled_string_tree/
H A Djournaled_string_tree_sequence_buffer.h170 TPos refPos,
180 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
181 SEQAN_ASSERT_GT(entryIt->physicalOriginPosition + entryIt->length, refPos);
198 TPos refPos,
208 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
209 SEQAN_ASSERT_GT(entryIt->physicalOriginPosition + entryIt->length, refPos);
225 TPos refPos,
235 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
252 TPos refPos,
262 SEQAN_ASSERT_GEQ(refPos, entryIt->physicalOriginPosition);
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/modules/
H A Dpairdist.cpp364 int refPos = 0; in initRefCountArray() local
365 while (refPos < refSel.posCount()) in initRefCountArray()
367 const int refIndex = refSel.position(refPos).mappedId(); in initRefCountArray()
368 const int startPos = refPos; in initRefCountArray()
369 ++refPos; in initRefCountArray()
370 while (refPos < refSel.posCount() && refSel.position(refPos).mappedId() == refIndex) in initRefCountArray()
372 ++refPos; in initRefCountArray()
374 refCountArray_[refIndex] = refPos - startPos; in initRefCountArray()
450 const SelectionPosition& refPos = refSel.position(pair.refIndex()); in analyzeFrame() local
452 const int refIndex = refPos.mappedId(); in analyzeFrame()
/dports/games/glest/glest_source_3.2.2/source/glest_game/game/
H A Dcommander.cpp50 Vec2i refPos, currPos; in tryGiveCommand() local
53 refPos= computeRefPos(selection); in tryGiveCommand()
62 Vec2i currPos= computeDestPos(refPos, selection->getUnit(i)->getPos(), pos); in tryGiveCommand()
82 Vec2i refPos; in tryGiveCommand() local
85 refPos= computeRefPos(selection); in tryGiveCommand()
91 Vec2i currPos= computeDestPos(refPos, selection->getUnit(i)->getPos(), pos); in tryGiveCommand()
110 Vec2i refPos, currPos; in tryGiveCommand() local
114 refPos= computeRefPos(selection); in tryGiveCommand()
118 currPos= computeDestPos(refPos, selection->getUnit(i)->getPos(), pos); in tryGiveCommand()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/text/
H A DStringContent.java197 Vector refPos = new Vector(); in getPositionsInRange() local
204 refPos.add(p); in getPositionsInRange()
206 return refPos; in getPositionsInRange()
244 Vector refPos = getPositionsInRange(this.positions, where, temp.length - where); in insertString() local
245 Iterator iter = refPos.iterator(); in insertString()
268 … Vector refPos = getPositionsInRange(this.positions, where, this.content.length + nitems - where); in remove() local
269 Iterator iter = refPos.iterator(); in remove()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSCore/
H A DTropdump.cpp171 Position refPos; ///< reference position member in GlobalData
483 refPos.setECEF(StringUtils::asDouble(fields[0]), in ExtraProcessing()
493 if(refPos.getCoordinateSystem() != Position::Unknown) { in ExtraProcessing()
494 pTrop->setReceiverHeight(refPos.getHeight()); in ExtraProcessing()
495 pTrop->setReceiverLatitude(refPos.getGeodeticLatitude()); in ExtraProcessing()
496 pTrop->setReceiverLongitude(refPos.getLongitude()); in ExtraProcessing()
497 ossx << " Trop model Rx at lat " << refPos.getGeodeticLatitude() in ExtraProcessing()
498 << ", long " << refPos.getLongitude() in ExtraProcessing()
499 << ", ht " << refPos.getHeight(); in ExtraProcessing()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/bam/examples/printRefPositions/
H A DPrintRefPositions.cpp44 int refPos = in printRefPositions() local
46 if(refPos != Cigar::INDEX_NA) in printRefPositions()
48 std::cout << " " << refPos; in printRefPositions()
/dports/astro/gpstk/GPSTk-8.0.0/swig/tests/
H A Dtest_tropmodel.py84 refPos = gpstk.Position()
85 refPos.setECEF(refPosstr_x, refPosstr_y, refPosstr_z)
86 pTrop.setReceiverHeight(refPos.getHeight())
87 pTrop.setReceiverLatitude(refPos.getGeodeticLatitude())
88 pTrop.setReceiverLongitude(refPos.getLongitude())
/dports/www/firefox-esr/firefox-91.8.0/media/libsoundtouch/src/
H A DTDStretch.cpp252 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
256 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
260 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
295 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
307 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
319 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
324 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
365 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
401 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
431 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]
/dports/www/firefox/firefox-99.0/media/libsoundtouch/src/
H A DTDStretch.cpp252 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
256 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
260 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
295 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
307 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
319 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
324 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
365 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
401 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
431 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libsoundtouch/src/
H A DTDStretch.cpp252 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
256 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
260 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
295 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
307 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
319 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
324 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
365 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
401 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
431 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]
/dports/audio/soundtouch/soundtouch-2.3.1/source/SoundTouch/
H A DTDStretch.cpp252 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
256 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
260 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
295 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
307 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
319 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
324 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
365 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
401 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
431 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DStats.cpp350 int refPos = 0; in execute() local
383 refPos = samRecord.get0BasedPosition(); in execute()
389 refPos -= cigarPtr->getQueryIndex(0); in execute()
407 if(withinRegion && (myEndPos != -1) && (refPos >= myEndPos)) in execute()
414 if(withinRegion && (refPos < myStartPos)) in execute()
421 ++refPos; in execute()
446 ++refPos; in execute()
457 ++refPos; in execute()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/soundtouch/src/
H A DTDStretch.cpp257 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
261 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
265 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
300 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
312 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
323 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
328 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
369 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
405 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
435 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/soundtouch/src/
H A DTDStretch.cpp257 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
261 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
265 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
300 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
312 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
323 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
328 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
369 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
405 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
435 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/soundtouch/
H A DTDStretch.cpp250 int TDStretch::seekBestOverlapPosition(const SAMPLETYPE *refPos) in seekBestOverlapPosition() argument
254 return seekBestOverlapPositionQuick(refPos); in seekBestOverlapPosition()
258 return seekBestOverlapPositionFull(refPos); in seekBestOverlapPosition()
293 int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos) in seekBestOverlapPositionFull() argument
305 bestCorr = calcCrossCorr(refPos, pMidBuffer, norm); in seekBestOverlapPositionFull()
315 corr = calcCrossCorr(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
320 corr = calcCrossCorrAccumulate(refPos + channels * i, pMidBuffer, norm); in seekBestOverlapPositionFull()
361 int TDStretch::seekBestOverlapPositionQuick(const SAMPLETYPE *refPos) in seekBestOverlapPositionQuick() argument
399 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
429 corr = (float)calcCrossCorr(refPos + channels*i, pMidBuffer, norm); in seekBestOverlapPositionQuick()
[all …]

123456789