Searched refs:percentSort (Results 1 – 1 of 1) sorted by relevance
136663 static void percentSort(double *a, unsigned int n){ function136698 if( iLt>=2 ) percentSort(a, iLt);136699 if( n-iGt>=2 ) percentSort(a+iGt, n-iGt);136742 percentSort(p->a, p->nUsed);136773 percentSort(p->a, p->nUsed);