Searched refs:MEDIAN (Results 1 – 1 of 1) sorted by relevance
10 #define MEDIAN(v, right) MEDIAN3(v, right / 4, right / 2, right / 4 * 3) macro167 p = MEDIAN(X, hi); \190 p = MEDIAN(X, hi); \212 p = MEDIAN(X, hi); \234 p = MEDIAN(X, hi); \1001 pivot = X[MEDIAN(X, hi)]; in PetscSortIntWithDataArray()