HomeSort by: relevance | last modified time | path
    Searched refs:ninth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
sorting.d 3576 immutable ninth = r.length / 9;
3577 auto pivot = ninth / 2;
3578 // Position subrange r[lo .. hi] to have length equal to ninth and its upper
3582 immutable lo = r.length / 2 - pivot, hi = lo + ninth;
3586 assert(lo >= ninth * 4, format!"lo %s >= ninth * 4 %s"(lo, ninth * 4));
3587 assert(r.length - hi >= ninth * 4,
3588 format!"r.length %s - hi %s >= ninth * 4 %s"(r.length, hi, ninth * 4))
    [all...]
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 22198 This is the ninth line
22321 1\.2 (kingdon 24-Nov-96): This is the ninth line
    [all...]

Completed in 50 milliseconds