Home
last modified time | relevance | path

Searched refs:QSortInt (Results 1 – 5 of 5) sorted by relevance

/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dutil.cpp247 void QSortInt(int v[], int k[], int left, int right, int up) { in QSortInt() function
272 QSortInt(v, k, left, last - 1, up); in QSortInt()
273 QSortInt(v, k, last + 1, right, up); in QSortInt()
H A Dutil.h98 void QSortInt(int v[], int k[], int left, int right, int up = +1);
H A Dhhalignment.cpp1678QSortInt(nres, ksort, kfirst + 1, N_in - 1, -1); //Sort sequences after kfirst (query) in descend… in Filter2()
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/hhalign/
H A Dutil-C.h785 void QSortInt(int v[], int k[], int left, int right, int up=+1)
809 QSortInt(v,k,left,last-1,up);
810 QSortInt(v,k,last+1,right,up);
H A Dhhalignment-C.h1094QSortInt(nres,ksort,kfirst+1,N_in-1,-1); //Sort sequences after kfirst (query) in descending order in Filter2()