Home
last modified time | relevance | path

Searched refs:cmpFunc (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DList.C423 ListElementCmpFunc cmpFunc) in SortOnData() argument
431 if (cmpFunc(sd[0],sd[1]) > 0) { in SortOnData()
444 (cmpFunc(sd[pivotIndex],sd[pivotIndex+1]) < 0)) { in SortOnData()
461 if (cmpFunc(e,min) < 0) /* e is less than min */ in SortOnData()
479 int cmpMin = cmpFunc(e,min); in SortOnData()
480 int cmpMax = cmpFunc(e,max); in SortOnData()
506 if ((i == pivotIndex) || (cmpFunc(v,refData) >= 0)) in SortOnData()
518 List::SortOnData(sd,workspace,bottom,cmpFunc); in SortOnData()
528 void List::sort(ListElementCmpFunc cmpFunc) in sort() argument
535 ASSERT(cmpFunc); in sort()
[all …]
H A DList.h66 ListElementCmpFunc cmpFunc);
173 void sort(ListElementCmpFunc cmpFunc);
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A DGVec.hh137 void Sort(GCompareProc* cmpFunc);
200 void Sort(GCompareProc* cmpFunc);
542 if (l < j) qSort(l, j, cmpFunc); in qSort()
548 if (cmpFunc==NULL) { in Sort()
553 qSort(0, this->fCount-1, cmpFunc); in Sort()
557 GCompareProc* cmpFunc = DefLTCompareProc<OBJ>; in Sort() local
558 Sort(cmpFunc); in Sort()
897 if (L < J) qSort(L, J, cmpFunc); in qSort()
904 if (cmpFunc==NULL) { in Sort()
909 qSort(0, this->fCount-1, cmpFunc); in Sort()
[all …]
H A DGList.hh32 GArray(GCompareProc* cmpFunc=NULL);
39 void setSorted(GCompareProc* cmpFunc);
188 template <class OBJ> GArray<OBJ>::GArray(GCompareProc* cmpFunc):GVec<OBJ>(0) { in GArray() argument
189 fCompareProc = cmpFunc; in GArray()
204 template <class OBJ> void GArray<OBJ>::setSorted(GCompareProc* cmpFunc) { in setSorted() argument
206 fCompareProc=cmpFunc; in setSorted()
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGVec.hh61 void qSort(int L, int R, GCompareProc* cmpFunc);
126 void Sort(GCompareProc* cmpFunc);
195 void Sort(GCompareProc* cmpFunc);
544 if (l < j) qSort(l, j, cmpFunc); in qSort()
550 if (cmpFunc==NULL) { in Sort()
555 qSort(0, this->fCount-1, cmpFunc); in Sort()
560 Sort(cmpFunc); in Sort()
894 if (L < J) qSort(L, J, cmpFunc); in qSort()
901 if (cmpFunc==NULL) { in Sort()
906 qSort(0, this->fCount-1, cmpFunc); in Sort()
[all …]
/dports/biology/libgff/libgff-2.0.0/include/
H A DGVec.hh61 void qSort(int L, int R, GCompareProc* cmpFunc);
123 void Sort(GCompareProc* cmpFunc);
192 void Sort(GCompareProc* cmpFunc);
545 if (l < j) qSort(l, j, cmpFunc); in qSort()
551 if (cmpFunc==NULL) { in Sort()
556 qSort(0, this->fCount-1, cmpFunc); in Sort()
561 Sort(cmpFunc); in Sort()
895 if (L < J) qSort(L, J, cmpFunc); in qSort()
902 if (cmpFunc==NULL) { in Sort()
907 qSort(0, this->fCount-1, cmpFunc); in Sort()
[all …]
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGVec.hh41 void qSort(int L, int R, GCompareProc* cmpFunc);
157 void Sort(GCompareProc* cmpFunc);
229 void Sort(GCompareProc* cmpFunc);
530 if (l < j) qSort(l, j, cmpFunc); in qSort()
536 if (cmpFunc==NULL) { in Sort()
541 qSort(0, this->fCount-1, cmpFunc); in Sort()
546 Sort(cmpFunc); in Sort()
919 if (L < J) qSort(L, J, cmpFunc); in qSort()
926 if (cmpFunc==NULL) { in Sort()
931 qSort(0, this->fCount-1, cmpFunc); in Sort()
[all …]
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Dsortedarray.c83 const iSortedArrayCompareElemFunc cmpFunc = (relaxed ? relaxed : d->cmp); in locateRange_SortedArray() local
85 cmpFunc(value, constFront_SortedArray(d)) < 0) { in locateRange_SortedArray()
88 if (cmpFunc(value, constBack_SortedArray(d)) > 0) { in locateRange_SortedArray()
96 if (cmpFunc(constAt_SortedArray(d, mid), value) >= 0) { in locateRange_SortedArray()
109 if (cmpFunc(constAt_SortedArray(d, mid), value) > 0) { in locateRange_SortedArray()
/dports/devel/p5-Sort-Tree/Sort-Tree-1.09/lib/Sort/
H A DTree.pm248 my $cmpFunc = shift @{$cmpFuncs} || \&numerically;
256 $cmpFuncs = [$cmpFunc] unless @{$cmpFuncs};
266 foreach my $node (sort { &$cmpFunc($a,$b,$cmpField);
274 [ $cmpField ], [ $cmpFunc ],
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A DkryList.cpp282 kryListNode<T> *kryList<T>::Find(T data, GEqualFunc cmpFunc, int *index) in Find() argument
288 …if(cmpFunc == NULL && data == node->data || cmpFunc && cmpFunc((gconstpointer) data, (gconstpointe… in Find()
305 void kryList<T>::Remove(T data, GEqualFunc cmpFunc) in Remove() argument
307 this->Remove(this->Find(data, cmpFunc, NULL)); in Remove()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utility-ht-0.0.15/src/Data/List/Key/
H A DPrivate.hs18 aux listFunc cmpFunc key =
19 listFunc (compose2 cmpFunc fst) . attach key
25 aux' listFunc cmpFunc key =
26 listFunc (compose2 cmpFunc key)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utility-ht-0.0.15/src/Data/List/Key/
H A DPrivate.hs18 aux listFunc cmpFunc key =
19 listFunc (compose2 cmpFunc fst) . attach key
25 aux' listFunc cmpFunc key =
26 listFunc (compose2 cmpFunc key)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utility-ht-0.0.16/src/Data/List/Key/
H A DPrivate.hs18 aux listFunc cmpFunc key =
19 listFunc (compose2 cmpFunc fst) . attach key
25 aux' listFunc cmpFunc key =
26 listFunc (compose2 cmpFunc key)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/utility-ht-0.0.15/src/Data/List/Key/
H A DPrivate.hs18 aux listFunc cmpFunc key =
19 listFunc (compose2 cmpFunc fst) . attach key
25 aux' listFunc cmpFunc key =
26 listFunc (compose2 cmpFunc key)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/utility-ht-0.0.15/src/Data/List/Key/
H A DPrivate.hs18 aux listFunc cmpFunc key =
19 listFunc (compose2 cmpFunc fst) . attach key
25 aux' listFunc cmpFunc key =
26 listFunc (compose2 cmpFunc key)
/dports/databases/postgresql-rum/rum-1.3.7/src/
H A Drum_arr_utils.c96 FmgrInfo cmpFunc; member
685 fmgr_info_cxt(info->cmpFuncOid, &info->cmpFunc, info->funcCtx); in cmpFuncInit()
738 FmgrInfo *cmpFunc = (FmgrInfo*)arg; in cmpAscArrayElem() local
741 return DatumGetInt32(FunctionCall2Coll(cmpFunc, DEFAULT_COLLATION_OID, *(Datum*)a, *(Datum*)b)); in cmpAscArrayElem()
747 FmgrInfo *cmpFunc = (FmgrInfo*)arg; in cmpDescArrayElem() local
749 return -DatumGetInt32(FunctionCall2Coll(cmpFunc, DEFAULT_COLLATION_OID, *(Datum*)a, *(Datum*)b)); in cmpDescArrayElem()
763 &info->cmpFunc); in sortSimpleArray()
788 while (tmp - s->elems < num && cmpAscArrayElem(tmp, dr, &info->cmpFunc) == 0) in uniqSimpleArray()
808 if (cmpAscArrayElem(tmp, dr, &info->cmpFunc) != 0 ) in uniqSimpleArray()
846 cmp = cmpAscArrayElem(aptr, bptr, &info->cmpFunc); in getNumOfIntersect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/workbench/
H A Dconvexhull.cxx179 ThetaCompare<Point2D> cmpFunc(result[1]); in convexHull() local
180 std::sort( result.begin()+1, result.end(), cmpFunc ); in convexHull()
189 while( ccw(result[M], result[M-1], result[i], cmpFunc) >= 0 ) in convexHull()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/workbench/
H A Dconvexhull.cxx179 ThetaCompare<Point2D> cmpFunc(result[1]); in convexHull() local
180 std::sort( result.begin()+1, result.end(), cmpFunc ); in convexHull()
189 while( ccw(result[M], result[M-1], result[i], cmpFunc) >= 0 ) in convexHull()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dsort.c170 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
180 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dsort.c170 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
180 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
/dports/devel/ctags/ctags-5.8/
H A Dsort.c170 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
180 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
/dports/japanese/ctags/ctags-5.8j2/
H A Dsort.c170 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
180 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
218 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dsort.c192 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
201 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
233 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dsort.c232 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
242 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
279 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dsort.c232 int (*cmpFunc)(const void *, const void *); in internalSortTags() local
242 cmpFunc = Option.sorted == SO_FOLDSORTED ? compareTagsFolded : compareTags; in internalSortTags()
279 qsort (table, numTags, sizeof (*table), cmpFunc); in internalSortTags()

1234567