Home
last modified time | relevance | path

Searched defs:queryIdx (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/cuda/
H A Dbf_radius_match.cu64 const int queryIdx = blockIdx.y * BLOCK_SIZE + threadIdx.y; in matchUnrolled() local
107 bestTrainIdx.ptr(queryIdx)[ind] = trainIdx; in matchUnrolled() local
108 if (SAVE_IMG_IDX) bestImgIdx.ptr(queryIdx)[ind] = imgIdx; in matchUnrolled() local
109 bestDistance.ptr(queryIdx)[ind] = distVal; in matchUnrolled() local
172 const int queryIdx = blockIdx.y * BLOCK_SIZE + threadIdx.y; in match() local
214 bestTrainIdx.ptr(queryIdx)[ind] = trainIdx; in match() local
215 if (SAVE_IMG_IDX) bestImgIdx.ptr(queryIdx)[ind] = imgIdx; in match() local
216 bestDistance.ptr(queryIdx)[ind] = distVal; in match() local
H A Dbf_knnmatch.cu381 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolledCached() local
431 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolledCached() local
560 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolled() local
608 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolled() local
734 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in match() local
782 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in match() local
949 allDist.ptr(queryIdx)[trainIdx] = distVal; in calcDistanceUnrolled() local
1012 allDist.ptr(queryIdx)[trainIdx] = distVal; in calcDistance() local
1075 const int queryIdx = blockIdx.x; in findBestMatch() local
1103 trainIdx.ptr(queryIdx)[i] = bestIdx; in findBestMatch() local
[all …]
H A Dbf_match.cu82 __device__ void loadQueryToSmem(int queryIdx, const PtrStepSz<T>& query, U* s_query) in loadQueryToSmem()
93 …__device__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query,volatile int imgIdx, co… in loopUnrolledCached()
143 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolledCached() local
192 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolledCached() local
249 …__device__ void loopUnrolled(int queryIdx, const PtrStepSz<T>& query,volatile int imgIdx, const Pt… in loopUnrolled()
303 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolled() local
350 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in matchUnrolled() local
405 …__device__ void loop(int queryIdx, const PtrStepSz<T>& query, volatile int imgIdx, const PtrStepSz… in loop()
458 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in match() local
505 const int queryIdx = blockIdx.x * BLOCK_SIZE + threadIdx.y; in match() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+DMatch.java14 public int queryIdx; field in DMatch
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkSpatialNeighborSubsamplerTest.cxx140 IndexType queryIdx; in itkSpatialNeighborSubsamplerTest() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DDMatch.mm13 - (int)queryIdx { method
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolChemicalFeatures/
H A DMolChemicalFeatureFactory.cpp82 int queryIdx = matchIt.first; in getFeaturesForMol() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dbrute_force_matcher.cpp482 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in matchConvert() local
548 for (int queryIdx = 0; queryIdx < query.rows; ++queryIdx) in knnMatch() local
785 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in knnMatchConvert() local
1034 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in radiusMatchConvert() local
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dbagofwords.cpp203 int queryIdx = matches[i].queryIdx; in compute() local
H A Dmatchers.cpp145 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx, ++trainIdx_ptr, ++distance_ptr) in ocl_matchConvert() local
249 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in ocl_knnMatchConvert() local
361 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in ocl_radiusMatchConvert() local
686 bool DescriptorMatcher::isPossibleMatch( InputArray _mask, int queryIdx, int trainIdx ) in isPossibleMatch()
692 bool DescriptorMatcher::isMaskedOut( InputArrayOfArrays _masks, int queryIdx ) in isMaskedOut()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLUri.cpp417 int queryIdx = XMLString::indexOf(trimmedUriSpec, chQuestion); in initialize() local
2082 int queryIdx = XMLString::indexOf(trimmedUriSpec, chQuestion); in isValidURI() local
2182 int queryIdx = XMLString::indexOf(trimmedUriSpec, chQuestion); in isValidURI() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLUri.cpp434 int queryIdx = XMLString::indexOf(trimmedUriSpec, chQuestion); in initialize() local
2053 int queryIdx = XMLString::indexOf(trimmedUriSpec, chQuestion); in isValidURI() local
2153 int queryIdx = XMLString::indexOf(trimmedUriSpec, chQuestion); in isValidURI() local
/dports/devel/hadoop/jetty-6.1.14/modules/util/src/main/java/org/mortbay/util/
H A DURIUtil.java383 int queryIdx=path.indexOf('?'); in canonicalPath() local
/dports/devel/hadoop2/jetty-6.1.14/modules/util/src/main/java/org/mortbay/util/
H A DURIUtil.java383 int queryIdx=path.indexOf('?'); in canonicalPath() local
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/RecordOutputMgr/
H A DRecordOutputMgr.cpp352 int queryIdx = (static_cast<ContextIntersect *>(_context))->getQueryFileIdx(); in checkForHeader() local
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/NewChromsweep/
H A DNewChromsweep.cpp450 int queryIdx = _context->getQueryFileIdx(); in testThatAllDbChromsExistInQuery() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java520 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
636 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java519 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local
635 int queryIdx = uriSpec.lastIndexOf('?', searchFrom); in initialize() local

12