Home
last modified time | relevance | path

Searched refs:searchDist (Results 1 – 4 of 4) sorted by relevance

/dports/biology/bbmap/bbmap/current/align2/
H A DAbstractMapThread.java1172 final void rescue(Read anchor, Read loose, byte[] basesP, byte[] basesM, int searchDist){ in rescue() argument
1175 if(searchDist>MAX_RESCUE_DIST){return;}//too slow in rescue()
2220 int originalStop, int searchDist, int tiplen){ in findTipDeletionsRight() argument
2251 searchDist=Tools.min(searchDist, 30*originalMismatches); in findTipDeletionsRight()
2252 int lastIndexToStart=Tools.min(ref.length-1, originalStop+searchDist); in findTipDeletionsRight()
2280 final int originalStart, int searchDist, int tiplen){ in findTipDeletionsLeft() argument
2311 searchDist=Tools.min(searchDist, 16+16*originalMismatches+8*tiplen); in findTipDeletionsLeft()
2312 int lastIndexToStart=Tools.max(cha.minIndex, originalStart-searchDist); in findTipDeletionsLeft()
2353 upperBound=Tools.min(ref.length-bases.length, loc+searchDist); in quickRescue()
2355 lowerBound=Tools.max(cha.minIndex, loc-searchDist); in quickRescue()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp3049 … bool allSublanes, double searchDist, bool ignoreMinorLinks) const { in getFollowersOnConsecutive() argument
3056 …<< " allSub=" << allSublanes << " searchDist=" << searchDist << " ignoreMinor=" << ignoreMinorLinks in getFollowersOnConsecutive()
3093 if (searchDist == -1) { in getFollowersOnConsecutive()
3094 searchDist = getMaximumBrakeDist() - backOffset; in getFollowersOnConsecutive()
3097 std::cout << " computed searchDist=" << searchDist << "\n"; in getFollowersOnConsecutive()
3118 searchDist = MAX2(searchDist, next->getMaximumBrakeDist() - backOffset); in getFollowersOnConsecutive()
3204 if ((*it).length < searchDist) { in getFollowersOnConsecutive()
H A DMSLane.h837 bool allSublanes, double searchDist = -1, bool ignoreMinorLinks = false) const;
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DGU_PrimVDB.cc1582 const int searchDist = int(GridType::TreeType::LeafNodeType::DIM) << 1; in vdbToDisjointVolumes() local
1590 regionA.max().offset(searchDist); in vdbToDisjointVolumes()
1603 regionB.max().offset(searchDist); in vdbToDisjointVolumes()
1613 regionA.max().offset(searchDist); in vdbToDisjointVolumes()