Home
last modified time | relevance | path

Searched refs:nQuery (Results 1 – 25 of 84) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dbrute_force_matcher.cpp464 matches.reserve(nQuery); in matchConvert()
645 distance = GpuMat(nQuery, k, CV_32FC1, matches.ptr(nQuery), matches.step); in knnMatchAsync()
750 int nQuery = -1, k = -1; in knnMatchConvert() local
905 GpuMat distance(nQuery, cols, CV_32FC1, matches.ptr(nQuery), matches.step); in radiusMatchAsync()
906 GpuMat nMatches(1, nQuery, CV_32SC1, matches.ptr(2 * nQuery)); in radiusMatchAsync()
967 _matches.create(3 * nQuery + 1, nQuery, CV_32FC1); in radiusMatchAsync()
970 GpuMat trainIdx(nQuery, nQuery, CV_32SC1, matches.ptr(0), matches.step); in radiusMatchAsync()
971 GpuMat imgIdx(nQuery, nQuery, CV_32SC1, matches.ptr(nQuery), matches.step); in radiusMatchAsync()
972 GpuMat distance(nQuery, nQuery, CV_32FC1, matches.ptr(2 * nQuery), matches.step); in radiusMatchAsync()
973 GpuMat nMatches(1, nQuery, CV_32SC1, matches.ptr(3 * nQuery)); in radiusMatchAsync()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/PgSQL/rdkit/
H A Dbfp_gist.c409 double nQuery = (double) query->weight; in gbfp_inner_consistent() local
429 if ((keyData->maxWeight < t*nQuery) || (nQuery < t*keyData->minWeight)) { in gbfp_inner_consistent()
451 result = nCommon >= t*(nQuery + nDelta); in gbfp_inner_consistent()
479 double nQuery = (double) query->weight; in gbfp_leaf_consistent() local
488 if ((nKey < t*nQuery) || (nQuery < t*nKey)) { in gbfp_leaf_consistent()
561 double nDelta, nQuery, nCommon, similarity; in gbfp_inner_distance() local
563 nQuery = (double)query->weight; in gbfp_inner_distance()
573 similarity = nCommon / (nQuery + nDelta); in gbfp_inner_distance()
593 double nKey, nQuery, nCommon, similarity; in gbfp_leaf_distance() local
596 nQuery = (double)query->weight; in gbfp_leaf_distance()
[all …]
H A Drdkit_gist.c585 double nKey, double nQuery) in calcConsistency() argument
611 if ( nCommonUp / (nKey + nQuery - nCommonUp) >= getTanimotoLimit() ) { in calcConsistency()
616 if ( nCommonUp / nQuery >= getTanimotoLimit() ) { in calcConsistency()
627 if ( 2.0 * nCommonUp / (nKey + nQuery) >= getDiceLimit() ) { in calcConsistency()
632 if ( 2.0 * nCommonUp / (nCommonDown + nQuery) >= getDiceLimit() ) { in calcConsistency()
647 double nCommon, nQuery, nKey = 0.0; in rdkit_consistent() local
659 nQuery = (double)bitstringWeight(siglen, q); in rdkit_consistent()
665 nCommon = nQuery; in rdkit_consistent()
680 return calcConsistency(GIST_LEAF(entry), strategy, nCommon, nCommon, nKey, nQuery); in rdkit_consistent()
H A Drdkit.h247 double nCommonDown, double nKey, double nQuery);
/dports/databases/sqlite3/sqlite-src-3350500/ext/expert/
H A Dexpert.c132 int nQuery = sqlite3_expert_count(p); in main() local
138 for(i=0; i<nQuery; i++){ in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/expert/
H A Dexpert.c132 int nQuery = sqlite3_expert_count(p); in main() local
138 for(i=0; i<nQuery; i++){ in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/expert/
H A Dexpert.c132 int nQuery = sqlite3_expert_count(p); in main() local
138 for(i=0; i<nQuery; i++){ in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dgridwin4.cxx1557 SCSIZE nQuery; in DrawButtons() local
1619 for (nQuery = 0; nQuery < nCount && bSimpleQuery; ++nQuery) in DrawButtons()
1620 if (pQueryParam->GetEntry(nQuery).bDoQuery) in DrawButtons()
1625 if (pQueryParam->GetEntry(nQuery).nField == nCol) in DrawButtons()
1627 if (nQuery > 0) in DrawButtons()
1765 SCSIZE nQuery; in IsAutoFilterActive() local
1773 for (nQuery = 0; nQuery < nCount && bSimpleQuery; ++nQuery) in IsAutoFilterActive()
1774 if ( aQueryParam.GetEntry(nQuery).bDoQuery ) in IsAutoFilterActive()
1776 if (aQueryParam.GetEntry(nQuery).nField == nCol) in IsAutoFilterActive()
1779 if (nQuery > 0) in IsAutoFilterActive()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dmatchers.cpp138 const int nQuery = trainIdx.cols; in ocl_matchConvert() local
141 matches.reserve(nQuery); in ocl_matchConvert()
145 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx, ++trainIdx_ptr, ++distance_ptr) in ocl_matchConvert()
240 const int nQuery = trainIdx.type() == CV_32SC2 ? trainIdx.cols : trainIdx.rows; in ocl_knnMatchConvert() local
244 matches.reserve(nQuery); in ocl_knnMatchConvert()
249 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in ocl_knnMatchConvert()
354 const int nQuery = trainIdx.rows; in ocl_radiusMatchConvert() local
357 matches.reserve(nQuery); in ocl_radiusMatchConvert()
361 for (int queryIdx = 0; queryIdx < nQuery; ++queryIdx) in ocl_radiusMatchConvert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dgridwin4.cxx1866 SCSIZE nQuery; in DrawButtons() local
1927 for (nQuery = 0; nQuery < nCount; ++nQuery) in DrawButtons()
1931 const ScQueryEntry& rEntry = pQueryParam->GetEntry(nQuery); in DrawButtons()
2072 SCSIZE nQuery; in IsAutoFilterActive() local
2080 for (nQuery = 0; nQuery < nCount && bSimpleQuery; ++nQuery) in IsAutoFilterActive()
2081 if ( aQueryParam.GetEntry(nQuery).bDoQuery ) in IsAutoFilterActive()
2083 if (aQueryParam.GetEntry(nQuery).nField == nCol) in IsAutoFilterActive()
2086 if (nQuery > 0) in IsAutoFilterActive()
2087 if (aQueryParam.GetEntry(nQuery).eConnect != SC_AND) in IsAutoFilterActive()
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Dlob_035.phpt87 echo "\nQuery test\n";
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Dlob_035.phpt87 echo "\nQuery test\n";
/dports/lang/php80/php-8.0.15/ext/oci8/tests/
H A Dlob_035.phpt85 echo "\nQuery test\n";
/dports/www/mod_php80/php-8.0.15/ext/oci8/tests/
H A Dlob_035.phpt85 echo "\nQuery test\n";
/dports/security/nmap/nmap-7.91/scripts/
H A Dmysql-query.nse107 result = ("%s\nQuery: %s\nUser: %s"):format(result, arg_query, username)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/include/
H A Dassert_binlog_events.inc229 …_map\n)+(?:(?:Write|Update|Delete)_rows))(?:\nTable_map|\n(?:Write|Update|Delete)_rows|\nQuery)*}g;

1234