Searched refs:percentSort (Results 1 – 1 of 1) sorted by relevance
4923 static void percentSort(double *a, unsigned int n){ in percentSort() function4958 if( iLt>=2 ) percentSort(a, iLt); in percentSort()4959 if( n-iGt>=2 ) percentSort(a+iGt, n-iGt); in percentSort()5002 percentSort(p->a, p->nUsed); in percentInverse()5033 percentSort(p->a, p->nUsed); in percentCompute()