Searched refs:__M (Results 1 – 1 of 1) sorted by relevance
615 _Distance __M = __random_number(__t); in __random_sample() local616 if (__M < __n) in __random_sample()617 __out_ite[__M] = *__first; in __random_sample()637 _Distance __M = __rand(__t); in __random_sample() local638 if (__M < __n) in __random_sample()639 __out_ite[__M] = *__first; in __random_sample()