Searched refs:first_bigger_it (Results 1 – 2 of 2) sorted by relevance
42 auto first_bigger_it = std::upper_bound( in Compute() local44 output(i) = first_bigger_it - boundaries_vector.begin(); in Compute()
968 auto first_bigger_it = std::upper_bound(boundaries_vector.begin(), in CalculateBucketIndex() local970 int32 index = first_bigger_it - boundaries_vector.begin(); in CalculateBucketIndex()