Searched refs:useSampling (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 3128 bool useSampling = true; variable 3129 topNImpl!(binaryFun!less)(r, nth, useSampling); 3134 void topNImpl(alias less, R)(R r, size_t n, ref bool useSampling) in topNImpl() 3166 (r, n, useSampling); in topNImpl() 3168 if (useSampling) in topNImpl() 3174 useSampling = false; in topNImpl() 3179 useSampling = false; in topNImpl() 3186 (r, n, useSampling); in topNImpl() 3188 if (useSampling) in topNImpl() 3194 useSampling = false; in topNImpl() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 3444 bool useSampling = true; variable 3445 topNImpl!(binaryFun!less)(r, nth, useSampling); 3472 void topNImpl(alias less, R)(R r, size_t n, ref bool useSampling) in topNImpl() 3504 (r, n, useSampling); in topNImpl() 3506 if (useSampling) in topNImpl() 3512 useSampling = false; in topNImpl() 3517 useSampling = false; in topNImpl() 3524 (r, n, useSampling); in topNImpl() 3526 if (useSampling) in topNImpl() 3532 useSampling = false; in topNImpl() [all …]
|