Home
last modified time | relevance | path

Searched refs:iDist (Results 1 – 25 of 67) sorted by relevance

123

/dports/biology/star/STAR-2.7.9a/source/
H A DReadAlign_maxMappableLength2strands.cpp18 …for (uint iDist=0; iDist<min(pieceLengthIn,P.pGe.gSAsparseD); iDist++) {//cycle through different … in maxMappableLength2strands() local
20 uint pieceLength=pieceLengthIn-iDist; in maxMappableLength2strands()
26 pieceStart=pieceStartIn+iDist; in maxMappableLength2strands()
32 pieceStart=pieceStartIn-iDist; in maxMappableLength2strands()
93 maxLbest=maxL+iDist; in maxMappableLength2strands()
95 NrepAll[iDist]=Nrep; in maxMappableLength2strands()
96 indStartEndAll[iDist][0]=indStartEnd[0]; in maxMappableLength2strands()
98 maxLall[iDist]=maxL; in maxMappableLength2strands()
101 …for (uint iDist=0; iDist<min(pieceLengthIn,P.pGe.gSAsparseD); iDist++) {//cycle through different … in maxMappableLength2strands() local
102 if ( (maxLall[iDist]+iDist) == maxLbest) { in maxMappableLength2strands()
[all …]
/dports/math/clfft/clFFT-2.12.2/src/cuFFT-client/
H A DcuFFT-client.cpp338 if (iDist > 0 && iDist < inLength) in runC2RFFT()
350 iDist = iDist? iDist : (int)inLength; in runC2RFFT()
389 if (iDist > 0 && iDist < inLength) in runC2RFFT()
401 iDist = iDist? iDist : (int)inLength; in runC2RFFT()
440 if (iDist > 0 && iDist < inLength) in runC2RFFT()
452 iDist = iDist? iDist : (int)inLength; in runC2RFFT()
527 iDist = iDist? iDist : (int)((lengthX+2)*iStride); in runR2CFFT()
581 iDist = iDist? iDist : (int)(lengthX * (lengthY+2)*iStride); in runR2CFFT()
720 iDist = iDist? iDist : (int)(lengthX * iStride); in runC2CFFT()
755 iDist = iDist? iDist : (int)(lengthX * lengthY*iStride); in runC2CFFT()
[all …]
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dsearch_inter.c504 { 0, iDist }, { iDist, 0 }, { 0, -iDist }, { -iDist, 0 }, in kvz_tz_pattern_search()
505 …{ iDist / 2, iDist / 2 }, { iDist / 2, -iDist / 2 }, { -iDist / 2, -iDist / 2 }, { -iDist / 2, iDi… in kvz_tz_pattern_search()
519 { 0, iDist }, { iDist, iDist }, { iDist, 0 }, { iDist, -iDist }, { 0, -iDist }, in kvz_tz_pattern_search()
520 { -iDist, -iDist }, { -iDist, 0 }, { -iDist, iDist } in kvz_tz_pattern_search()
534 { iDist / 2, iDist }, { iDist, iDist / 2 }, { iDist / 2, -iDist }, { -iDist, iDist / 2 }, in kvz_tz_pattern_search()
535 { -iDist / 2, iDist }, { iDist, -iDist / 2 }, { -iDist / 2, -iDist }, { -iDist, -iDist / 2 } in kvz_tz_pattern_search()
549 { iDist / 2, iDist }, { iDist, 0 }, { iDist / 2, -iDist }, { -iDist, 0 }, in kvz_tz_pattern_search()
550 { iDist / 2, iDist }, { -iDist / 2, -iDist }, { 0, 0 }, { 0, 0 } in kvz_tz_pattern_search()
644 for (int iDist = 1; iDist <= iSearchRange; iDist *= 2) { in tz_search() local
657 for (int iDist = 1; iDist <= iSearchRange/2; iDist *= 2) { in tz_search() local
[all …]
/dports/audio/tiatracker/tiatracker-1.3/tiasound/
H A Dpitchguidefactory.cpp18 for (int iDist = 0; iDist < PercussionTab::availableWaveforms.size(); ++iDist) { in toJson()
19 Distortion dist = PercussionTab::availableWaveforms[iDist]; in toJson()
138 for (int iDist = 0; iDist < PercussionTab::availableWaveforms.size(); ++iDist) {
139 Distortion dist = PercussionTab::availableWaveforms[iDist];
/dports/science/gromacs/gromacs-2021.4/src/external/clFFT/src/library/
H A Dplan.cpp934 trans1Plan->iDist = fftPlan->iDist; in clfftBakePlan()
1519 colTPlan->iDist = fftPlan->iDist; in clfftBakePlan()
1690 copyPlan->iDist = fftPlan->iDist; in clfftBakePlan()
2332 trans1Plan->iDist = fftPlan->iDist; in clfftBakePlan()
2406 trans2Plan->iDist = fftPlan->iDist; in clfftBakePlan()
2773 rowPlan->iDist = fftPlan->iDist; in clfftBakePlan()
3374 colPlan->iDist = fftPlan->iDist; in clfftBakePlan()
3569 rowPlan->iDist = fftPlan->iDist; in clfftBakePlan()
3692 xyPlan->iDist = fftPlan->iDist; in clfftBakePlan()
4472 xyPlan->iDist = fftPlan->iDist; in clfftBakePlan()
[all …]
H A Daccessors.cpp552 clfftStatus clfftGetPlanDistance( const clfftPlanHandle plHandle, size_t* iDist, size_t* oDist ) in clfftGetPlanDistance() argument
561 *iDist = fftPlan->iDist; in clfftGetPlanDistance()
567 clfftStatus clfftSetPlanDistance( clfftPlanHandle plHandle, size_t iDist, size_t oDist ) in clfftSetPlanDistance() argument
578 fftPlan->iDist = iDist; in clfftSetPlanDistance()
/dports/math/clfft/clFFT-2.12.2/src/library/
H A Dplan.cpp934 trans1Plan->iDist = fftPlan->iDist; in clfftBakePlan()
1519 colTPlan->iDist = fftPlan->iDist; in clfftBakePlan()
1690 copyPlan->iDist = fftPlan->iDist; in clfftBakePlan()
2332 trans1Plan->iDist = fftPlan->iDist; in clfftBakePlan()
2406 trans2Plan->iDist = fftPlan->iDist; in clfftBakePlan()
2773 rowPlan->iDist = fftPlan->iDist; in clfftBakePlan()
3374 colPlan->iDist = fftPlan->iDist; in clfftBakePlan()
3569 rowPlan->iDist = fftPlan->iDist; in clfftBakePlan()
3692 xyPlan->iDist = fftPlan->iDist; in clfftBakePlan()
4472 xyPlan->iDist = fftPlan->iDist; in clfftBakePlan()
[all …]
H A Daccessors.cpp552 clfftStatus clfftGetPlanDistance( const clfftPlanHandle plHandle, size_t* iDist, size_t* oDist ) in clfftGetPlanDistance() argument
561 *iDist = fftPlan->iDist; in clfftGetPlanDistance()
567 clfftStatus clfftSetPlanDistance( clfftPlanHandle plHandle, size_t iDist, size_t oDist ) in clfftSetPlanDistance() argument
578 fftPlan->iDist = iDist; in clfftSetPlanDistance()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Danchors.cpp169 int iDist = uColIndex - uBestColIndex; in MergeBestCols() local
170 if (iDist < 0) in MergeBestCols()
171 iDist = -iDist; in MergeBestCols()
172 if (iDist < iClosestDist) in MergeBestCols()
175 iClosestDist = iDist; in MergeBestCols()
/dports/graphics/ipe/ipe-7.2.23/src/ipelib/
H A Dipesnap.cpp75 double iDist; member in CollectSegs
80 : iMouse(mouse), iDist(snapDist) in CollectSegs()
116 if (sp->distance(iMouse, m, iDist) < iDist) in visitPath()
125 if (b.distance(iMouse, iDist) < iDist) { in visitPath()
139 if (seg.distance(iMouse, m, iDist) < iDist) in visitPath()
144 if (arc.distance(iMouse, iDist) < iDist) in visitPath()
156 if (b.distance(iMouse, iDist) < iDist) { in visitPath()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Pickaxe.ocd/
H A DScript.c100 var iDist=0; in DoSwing() local
102 while (!GBackSolid((x2=Sin(angle,iDist)), (y2=Cos(angle,iDist))) && iDist < MaxReach) in DoSwing()
108 var x3 = Sin(angle+da,iDist), y3 = Cos(angle+da, iDist); in DoSwing()
116 ++iDist; in DoSwing()
/dports/biology/muscle/muscle-3.8.1551/
H A Danchors.cpp168 int iDist = uColIndex - uBestColIndex; in MergeBestCols() local
169 if (iDist < 0) in MergeBestCols()
170 iDist = -iDist; in MergeBestCols()
171 if (iDist < iClosestDist) in MergeBestCols()
174 iClosestDist = iDist; in MergeBestCols()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_math/
H A Dlapackroutines.F901174 integer, intent(in) :: iDist local
1185 @:ASSERT(iDist > 0)
1186 @:ASSERT(iDist < 4)
1201 integer, intent(in) :: iDist local
1212 @:ASSERT(iDist > 0)
1213 @:ASSERT(iDist < 4)
1228 integer, intent(in) :: iDist local
1239 @:ASSERT(iDist > 0)
1240 @:ASSERT(iDist < 4)
1266 @:ASSERT(iDist > 0)
[all …]
/dports/games/taisei/taisei-1.3.2/resources/00-taisei.pkgdir/shader/
H A Dhealthbar_radial.frag.glsl18 float iDist = globalDist / 0.90;
22 float i0raw = iDist * centerDist;
44 // float i0raw = iDist * centerDist;
46 float i1raw = (iDist / circleW) * centerDist;
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DText.cpp100 int iDist = abs(cp.x - p.x) + abs(cp.y - p.y); // this isn't proper in GetClosestCharacter() local
102 if (iDist > iDistance) continue; in GetClosestCharacter()
104 iDistance = iDist; in GetClosestCharacter()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DText.cpp100 int iDist = abs(cp.x - p.x) + abs(cp.y - p.y); // this isn't proper in GetClosestCharacter() local
102 if (iDist > iDistance) continue; in GetClosestCharacter()
104 iDistance = iDist; in GetClosestCharacter()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncSearch.cpp572 assert( iDist != 0 ); in xTZ8PointSquareSearch()
573 const Int iTop = iStartY - iDist; in xTZ8PointSquareSearch()
630 assert ( iDist != 0 ); in xTZ8PointDiamondSearch()
637 if ( iDist == 1 ) // iDist == 1 in xTZ8PointDiamondSearch()
658 if ( iDist <= 8 ) in xTZ8PointDiamondSearch()
4096 Int iDist = 0; in xTZSearch() local
4101 for ( iDist = 1; iDist <= (Int)uiSearchRange; iDist*=2 ) in xTZSearch()
4125 for ( iDist = 1; iDist <= (Int)uiSearchRange; iDist*=2 ) in xTZSearch()
4197 for ( iDist = 1; iDist < (Int)uiSearchRange + 1; iDist*=2 ) in xTZSearch()
4255 Int iDist = 0; in xTZSearchSelective() local
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_Page.cpp2470 UT_uint32 iDist = 0; in mapXYToPosition() local
2527 iDist += 200000; in mapXYToPosition()
2531 iMinDist = iDist; in mapXYToPosition()
2540 iMinXDist = iDist; in mapXYToPosition()
2584 iDist += 200000; in mapXYToPosition()
2588 iMinDist = iDist; in mapXYToPosition()
2597 iMinXDist = iDist; in mapXYToPosition()
2661 iMinDist = iDist; in mapXYToPosition()
2672 iMinXDist = iDist; in mapXYToPosition()
2704 iMinDist = iDist; in mapXYToPosition()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/external/clFFT/src/include/
H A DclAmdFft.h389 …__inline clAmdFftStatus clAmdFftGetPlanDistance( const clAmdFftPlanHandle plHandle, size_t* iDist,… in clAmdFftGetPlanDistance() argument
391 return clfftGetPlanDistance( plHandle, iDist, oDist ); in clAmdFftGetPlanDistance()
403 …__inline clAmdFftStatus clAmdFftSetPlanDistance( clAmdFftPlanHandle plHandle, size_t iDist, size_t… in clAmdFftSetPlanDistance() argument
405 return clfftSetPlanDistance( plHandle, iDist, oDist ); in clAmdFftSetPlanDistance()
/dports/math/clfft/clFFT-2.12.2/src/include/
H A DclAmdFft.h389 …__inline clAmdFftStatus clAmdFftGetPlanDistance( const clAmdFftPlanHandle plHandle, size_t* iDist,… in clAmdFftGetPlanDistance() argument
391 return clfftGetPlanDistance( plHandle, iDist, oDist ); in clAmdFftGetPlanDistance()
403 …__inline clAmdFftStatus clAmdFftSetPlanDistance( clAmdFftPlanHandle plHandle, size_t iDist, size_t… in clAmdFftSetPlanDistance() argument
405 return clfftSetPlanDistance( plHandle, iDist, oDist ); in clAmdFftSetPlanDistance()
/dports/science/gromacs/gromacs-2021.4/src/external/clFFT/src/statTimer/
H A DstatisticalTimer.GPU.h59 size_t iDist; member
75 …inStride( plan->inStride ), outStride( plan->outStride ), iDist( plan->iDist ), oDist( plan->oDist… in StatData()
/dports/math/clfft/clFFT-2.12.2/src/statTimer/
H A DstatisticalTimer.GPU.h59 size_t iDist; member
75 …inStride( plan->inStride ), outStride( plan->outStride ), iDist( plan->iDist ), oDist( plan->oDist… in StatData()
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Student_std.cxx62 for (UnsignedInteger iDist = 0; iDist < allDistributions.getSize(); ++iDist) in main() local
64 Student distribution(allDistributions[iDist]); in main()
/dports/graphics/heimer/Heimer-3.0.0/src/unit_tests/layout_optimizer_test/
H A Dlayout_optimizer_test.cpp107 std::uniform_int_distribution<size_t> iDist { 0, nodes.size() - 1 }; in testMultipleNodes_ShouldReduceCost() local
110 const auto otherNode = data->graph().getNode(static_cast<int>(iDist(engine))); in testMultipleNodes_ShouldReduceCost()
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DPanoDetector.h64 inline void setKDTreeSecondDistance(double iDist) { _kdTreeSecondDistance = iDist; } in setKDTreeSecondDistance() argument

123