Home | History | Annotate | Download | only in stdlib

Lines Matching refs:Insertion

8  *   - Truncation and final polishing by a single insertion sort
123 * because they'll be done later by insertion sort.
124 * Doing lots of little insertion sorts might be a win
163 * - In one place (the insertion sort) I construct
235 /* and so is the pre-insertion-sort operation of putting
248 /* and so is the insertion sort, in the first two cases: */
249 #define Insertion(swapper) \
347 Insertion(SWAP_nonaligned);
378 Insertion(SWAP_aligned);
416 /* Now do insertion sort. */