Home
last modified time | relevance | path

Searched refs:shiftPos (Results 1 – 17 of 17) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dgauss_colloc.F301 shiftPos = FLOOR(riPos+0.5_dp)
302 resPos = riPos-shiftPos
366 imin1 = MODULO(imin+shiftPos(0), ndim(0))
376 IF (imax+shiftPos(0) < l_bounds(1, 0) .OR. imin+shiftPos(0) > l_bounds(2, 0)) RETURN
408 IF (jmax+shiftPos(1) < l_bounds(1, 1) .OR. jmin+shiftPos(1) > l_bounds(2, 1)) RETURN
441 IF (kmax+shiftPos(2) < l_bounds(1, 2) .OR. kmin+shiftPos(2) > l_bounds(2, 2)) RETURN
489 iiShift = shiftPos(0)-l_bounds(2, 0)+istart
610 iiShift = shiftPos(0)-l_bounds(2, 0)+istart
617 iiShift2 = shiftPos(0)+istart2-l_bounds(1, 0)
752 ijShift = shiftPos(1)+jstart-l_bounds(2, 1)
[all …]
H A Dcolloc_int_kloop.fypp52 ikShift=shiftPos(2)-l_bounds(2,2)+kstart
54 ikShift=(ikShift/ndim(2))*ndim(2)-shiftPos(2)
55 ! ikShift=CEILING(REAL(shiftPos(2)-l_bounds(2,2)+kstart)/REAL(ndim(2)))*ndim(2)-shiftPos(2)
60 ikShift2=shiftPos(2)+kstart2-l_bounds(1,2)
62 ikShift2=(ikShift2/ndim(2))*ndim(2)-shiftPos(2)
63 !ikShift2=FLOOR(REAL(shiftPos(2)+kstart2-l_bounds(1,2))/REAL(ndim(2)))*ndim(2)-shiftPos(2)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/grid/
H A Dgauss_colloc.F288 shiftPos = FLOOR(riPos + 0.5_dp)
289 resPos = riPos - shiftPos
353 imin1 = MODULO(imin + shiftPos(0), ndim(0))
363 IF (imax + shiftPos(0) < l_bounds(1, 0) .OR. imin + shiftPos(0) > l_bounds(2, 0)) RETURN
395 IF (jmax + shiftPos(1) < l_bounds(1, 1) .OR. jmin + shiftPos(1) > l_bounds(2, 1)) RETURN
428 IF (kmax + shiftPos(2) < l_bounds(1, 2) .OR. kmin + shiftPos(2) > l_bounds(2, 2)) RETURN
467 imin = MAX(l_bounds(1, 0) - shiftPos(0), imin)
468 imax = MIN(l_bounds(2, 0) - shiftPos(0), imax)
476 iiShift = shiftPos(0) - l_bounds(2, 0) + istart
478 iiShift = (iiShift/ndim(0))*ndim(0) - shiftPos(0)
[all …]
H A Dcolloc_int_kloop.fypp52 ikShift=shiftPos(2)-l_bounds(2,2)+kstart
54 ikShift=(ikShift/ndim(2))*ndim(2)-shiftPos(2)
55 ! ikShift=CEILING(REAL(shiftPos(2)-l_bounds(2,2)+kstart)/REAL(ndim(2)))*ndim(2)-shiftPos(2)
60 ikShift2=shiftPos(2)+kstart2-l_bounds(1,2)
62 ikShift2=(ikShift2/ndim(2))*ndim(2)-shiftPos(2)
63 !ikShift2=FLOOR(REAL(shiftPos(2)+kstart2-l_bounds(1,2))/REAL(ndim(2)))*ndim(2)-shiftPos(2)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dschematicgroupeditor.cpp278 QPointF shiftPos(m_groupedNode[0]->scenePos().x() - rect.left(), in boundingSceneRect() local
280 rect.moveTopLeft(shiftPos); in boundingSceneRect()
377 QPointF shiftPos(m_groupedNode[0]->scenePos().x() - rect.left(), in boundingSceneRect() local
379 rect.moveTopLeft(shiftPos); in boundingSceneRect()
454 QPointF shiftPos(m_groupedNode[0]->scenePos().x() - rect.left(), in boundingSceneRect() local
456 rect.moveTopLeft(shiftPos); in boundingSceneRect()
/dports/lang/gscheme/GScheme/
H A DDocument.m170 int shiftPos = 0;
181 NSRect winRect = {{100+25*(shiftPos%WREP), 100+25*(shiftPos%WREP)},
186 shiftPos++;
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Dcolumn.cpp1502 const int shiftPos = _currWidth == 4 ? 1 : 4 - _currWidth; in ResizeData() local
1503 const int maskPos = (1 << shiftPos) - 1; in ResizeData()
1509 unsigned off = (unsigned)index_ >> shiftPos; in ResizeData()
1510 int gapBytes = (count_ + maskPos) >> shiftPos; in ResizeData()
1528 count_ -= gapBytes << shiftPos; in ResizeData()
1555 const int shiftPos = _currWidth == 4 ? 1 : 4 - _currWidth; in FixSize() local
1574 needBytes = fakeSizes[shiftPos - 1][n - 1]; in FixSize()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indextree.cpp571 int shiftPos, maskPos = 0; in getTestbitValue() local
577 shiftPos = width - ( curTestNo + 1 ) * 5; in getTestbitValue()
579 if ( shiftPos > 0 ) in getTestbitValue()
580 *bittestVal = getBitValue( key, shiftPos, BIT_MASK_ARRAY[5] ); in getTestbitValue()
583 if ( shiftPos >= -4 ) in getTestbitValue()
H A Dtindex.cpp563 int width, testbitVal, rc, i, shiftPos; in testSetupBittestArray() local
581 shiftPos = i == m_index.m_multiColKey.maxLevel - 1 ? 4 : 5; in testSetupBittestArray()
582 compareVal = compareVal << shiftPos | testbitVal; in testSetupBittestArray()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indextree.cpp571 int shiftPos, maskPos = 0; in getTestbitValue() local
577 shiftPos = width - ( curTestNo + 1 ) * 5; in getTestbitValue()
579 if ( shiftPos > 0 ) in getTestbitValue()
580 *bittestVal = getBitValue( key, shiftPos, BIT_MASK_ARRAY[5] ); in getTestbitValue()
583 if ( shiftPos >= -4 ) in getTestbitValue()
H A Dtindex.cpp563 int width, testbitVal, rc, i, shiftPos; in testSetupBittestArray() local
581 shiftPos = i == m_index.m_multiColKey.maxLevel - 1 ? 4 : 5; in testSetupBittestArray()
582 compareVal = compareVal << shiftPos | testbitVal; in testSetupBittestArray()
/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/sfark/
H A Dsfarkextractor1.cpp781 quint32 i, shiftPos, calcShiftPos;
783 shiftPos = i = 0;
791 shiftPos += bitRead(shiftBitsLookup(calcShiftPos - shiftPos - 1));
798 if (shiftPos > calcShiftPos)
804 while (i < shiftPos) shiftArray[i++] = _sfArkInfo->v2.CalcShiftEncodeCnt;
/dports/audio/lmms/lmms-1.2.2/include/
H A DPianoRoll.h263 void shiftPos(int amount);
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/KViewer/
H A Dlister.cpp463 qint64 shiftPos = startPos; in readLines() local
464 list = _lister->readHexLines(shiftPos, endPos, _sizeX, lines); in readLines()
465 endPos = shiftPos; in readLines()
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DPianoRoll.cpp986 void PianoRoll::shiftPos( int amount ) //shift notes pos by amount in shiftPos() function in PianoRoll
1124 shiftPos( direction * MidiTime::ticksPerTact() ); in keyPressEvent()
1134 shiftPos( direction * amt ); in keyPressEvent()
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A Dbase.py2629 shiftPos = highestTimeInsert - lowestOffsetToShift
2631 shiftPos = 0
2633 if shiftPos <= 0:
2652 self.coreSetElementOffset(e, o + shiftPos)
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp8381 CVariable* shiftPos = m_currShader->ImmToVariable(0x0C080400, ISA_TYPE_UV); in emitPSSGV() local
8390 m_encoder->Shr(temp, r1, shiftPos); in emitPSSGV()