Home
last modified time | relevance | path

Searched refs:indexSort (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/
H A Dsearch_model.go178 indexSort := &search.Sort{
187 indexSort.Sorters = append(indexSort.Sorters, fieldSort)
192 indexSort.Sorters = append(indexSort.Sorters, pkSort)
197 return indexSort, nil
207 indexSort, err := parseIndexSortFromPb(pbSchema.GetIndexSort())
211 schema.IndexSort = indexSort
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_vnl_index_sort.cxx103 IndexSortType indexSort; in test_vnl_index_sort() local
107 indexSort.vector_sort(randomVals, sortedVals, sortIndices); in test_vnl_index_sort()
126 indexSort.vector_sort_in_place(sortedVals, sortIndices); in test_vnl_index_sort()
150 indexSort.matrix_sort( in test_vnl_index_sort()
179 indexSort.matrix_sort( in test_vnl_index_sort()
212 indexSort.matrix_sort( in test_vnl_index_sort()
239 indexSort.matrix_sort( in test_vnl_index_sort()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_vnl_index_sort.cxx109 IndexSortType indexSort; in test_vnl_index_sort() local
113 indexSort.vector_sort(randomVals, sortedVals, sortIndices); in test_vnl_index_sort()
135 indexSort.vector_sort_in_place(sortedVals, sortIndices); in test_vnl_index_sort()
161 indexSort.matrix_sort(IndexSortType::ByRow, randomValM, sortedValM, sortedIndicesM); in test_vnl_index_sort()
191 indexSort.matrix_sort(IndexSortType::ByColumn, randomValM, sortedValM, sortedIndicesM); in test_vnl_index_sort()
225 indexSort.matrix_sort(IndexSortType::ByRow, sortedValM, sortedValM, sortedIndicesM); in test_vnl_index_sort()
253 indexSort.matrix_sort(IndexSortType::ByColumn, sortedValM, sortedValM, sortedIndicesM); in test_vnl_index_sort()
/dports/math/cvc4/CVC4-1.7/test/unit/api/
H A Dsort_black.h133 Sort indexSort = d_solver.mkBitVectorSort(32); in testGetArrayIndexSort() local
134 Sort arraySort = d_solver.mkArraySort(indexSort, elementSort); in testGetArrayIndexSort()
136 TS_ASSERT_THROWS(indexSort.getArrayIndexSort(), CVC4ApiException&); in testGetArrayIndexSort()
142 Sort indexSort = d_solver.mkBitVectorSort(32); in testGetArrayElementSort() local
143 Sort arraySort = d_solver.mkArraySort(indexSort, elementSort); in testGetArrayElementSort()
145 TS_ASSERT_THROWS(indexSort.getArrayElementSort(), CVC4ApiException&); in testGetArrayElementSort()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dalgorithm.hxx414 void indexSort(Iterator first, Iterator last, IndexIterator index_first, Compare c) in indexSort() function
422 void indexSort(Iterator first, Iterator last, IndexIterator index_first) in indexSort() function
425 indexSort(first, last, index_first, std::less<Value>()); in indexSort()
494 indexSort(first, last, out); in inversePermutation()
H A Daxistags.hxx699 indexSort(axes_.begin(), axes_.end(), permutation.begin()); in permutationToNormalOrder()
711 indexSort(matchingAxes.begin(), matchingAxes.end(), permutation.begin()); in permutationToNormalOrder()
721 indexSort(permutation.begin(), permutation.end(), inverse_permutation.begin()); in permutationFromNormalOrder()
731 indexSort(permutation.begin(), permutation.end(), inverse_permutation.begin()); in permutationFromNormalOrder()
747 indexSort(permutation.begin(), permutation.end(), inverse_permutation.begin()); in permutationFromNumpyOrder()
754 indexSort(axes_.begin(), axes_.end(), permutation.begin()); in permutationToVigraOrder()
770 indexSort(permutation.begin(), permutation.end(), inverse_permutation.begin()); in permutationFromVigraOrder()
H A Drandom_forest_3.hxx135 indexSort(feats.begin(), feats.end(), sorted_indices.begin()); in split_score()
H A Dmulti_convolution.hxx613 indexSort(overhead.begin(), overhead.end(), axisorder.begin(), std::greater<double>()); in internalSeparableConvolveSubarray()
/dports/mail/cone/cone-1.1/libmail/
H A Dmaildirfolder.C125 class mail::maildir::indexSort {
127 indexSort();
128 ~indexSort();
134 mail::maildir::indexSort::indexSort() in indexSort() function
138 mail::maildir::indexSort::~indexSort() in ~indexSort()
145 bool mail::maildir::indexSort::operator() in operator()
226 sort(index.begin(), index.end(), indexSort()); in scan()
H A Dmaildir.H89 class indexSort; variable
109 friend class indexSort; variable
/dports/math/cvc4/CVC4-1.7/examples/api/
H A Dbitvectors_and_arrays-new.cpp52 Sort indexSort = slv.mkBitVectorSort(index_size); in main() local
53 Sort arraySort = slv.mkArraySort(indexSort, elementSort); in main()
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DSorts.hpp123 ArraySort(vstring name, unsigned indexSort, unsigned innerSort,unsigned id) : in ArraySort() argument
125 _indexSort(indexSort), _innerSort(innerSort) {} in ArraySort()
160 unsigned addArraySort(unsigned indexSort, unsigned innerSort);
H A DSorts.cpp127 unsigned Sorts::addArraySort(const unsigned indexSort, const unsigned innerSort) in addArraySort() argument
132 name+=env.sorts->sortName(indexSort); in addArraySort()
144 ArraySort* sort = new ArraySort(name,indexSort,innerSort,result); in addArraySort()
H A DTheory.cpp1162 unsigned indexSort = arraySort->getIndexSort(); in getArrayExtSkolemFunction() local
1164 unsigned skolemFunction = Shell::Skolem::addSkolemFunction(2, params, indexSort, "arrayDiff"); in getArrayExtSkolemFunction()
1415 unsigned indexSort = info->getIndexSort(); in getArrayOperatorType() local
1420 return OperatorType::getFunctionType({ arraySort, indexSort }, innerSort); in getArrayOperatorType()
1423 return OperatorType::getPredicateType({ arraySort, indexSort }); in getArrayOperatorType()
1426 return OperatorType::getFunctionType({ arraySort, indexSort, innerSort }, arraySort); in getArrayOperatorType()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/paraview-vis/
H A Dparaview_ascent_source.py278 indexSort = np.argsort(coord)
279 coord = coord[indexSort]
280 size = size[indexSort]
281 rank = rank[indexSort]
/dports/mail/cone/cone-1.1/cone/
H A Daddressbook.C862 class indexSort {
967 sort(indexArg.begin(), indexArg.end(), indexSort()); in AddressBookIndexScreen()
1034 ::indexSort::operator()(const pair<string, string> &a, in operator()
1877 class indexSort {
1914 sort(indexArg.begin(), indexArg.end(), indexSort()); in AddressBookTakeScreen()
2103 ::indexSort::operator()(const mail::emailAddress &a, in operator()
/dports/math/vampire/vampire-4.5.1/Parse/
H A DTPTP.cpp1517 unsigned indexSort = env.sorts->getArraySort(arraySort)->getIndexSort(); in endTheoryFunction() local
1518 if (sortOf(index) != indexSort) { in endTheoryFunction()
1542 unsigned indexSort = env.sorts->getArraySort(arraySort)->getIndexSort(); in endTheoryFunction() local
1543 if (sortOf(index) != indexSort) { in endTheoryFunction()
3650 unsigned indexSort = readSort(); in readSort() local
3653 sort = env.sorts->addArraySort(indexSort, innerSort); in readSort()
H A DSMTLIB2.cpp668 unsigned indexSort = results.pop(); in declareSort() local
670 if (indexSort == SEPARATOR || innerSort == SEPARATOR) { in declareSort()
673 results.push(env.sorts->addArraySort(indexSort,innerSort)); in declareSort()
/dports/math/cvc4/CVC4-1.7/src/api/
H A Dcvc4cpp.cpp1802 Sort Solver::mkArraySort(Sort indexSort, Sort elemSort) const in mkArraySort() argument
1804 CVC4_API_ARG_CHECK_EXPECTED(!indexSort.isNull(), indexSort) in mkArraySort()
1808 return d_exprMgr->mkArrayType(*indexSort.d_type, *elemSort.d_type); in mkArraySort()
H A Dcvc4cpp.h1604 Sort mkArraySort(Sort indexSort, Sort elemSort) const;
/dports/graphics/vigra/vigra-8acd73a/docsrc/
H A Dcredits_changelog.dxx198 linearSequence(), indexSort(), inversePermutation(), applyPermutation(), checksum())
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp5493 QModelIndex indexSort = feedsModel_->indexSibling(index, "sort"); in showFeedPropertiesDlg() local
5496 feedsModel_->setData(indexSort, properties.column.sortBy); in showFeedPropertiesDlg()
5520 indexSort = feedsModel_->indexSibling(index1, "sort"); in showFeedPropertiesDlg()
5523 feedsModel_->setData(indexSort, properties.column.sortBy); in showFeedPropertiesDlg()
/dports/graphics/vigra/vigra-8acd73a/test/math/
H A Dtest.cxx611 vigra::indexSort(data, data+size, index, std::greater<double>()); in testAlgorithms()
615 vigra::indexSort(data, data+size, index); in testAlgorithms()