Searched refs:percentSort (Results 1 – 1 of 1) sorted by relevance
136885 static void percentSort(double *a, unsigned int n){ function136921 if( n-iGt>=2 ) percentSort(a+iGt, n-iGt);136924 if( iLt>=2 ) percentSort(a, iLt);136963 percentSort(p->a, p->nUsed);136994 percentSort(p->a, p->nUsed);