Lines Matching refs:sort
937 float **sort = alloca(n*sizeof(*sort));959 /* sort magnitudes for noise norm portion of partition */972 sort[count++]=q+j; /* q is fabs(r) for unflagged element */988 qsort(sort,count,sizeof(*sort),apsort);990 int k=sort[j]-q;