Searched refs:found_iter (Results 1 – 2 of 2) sorted by relevance
136 auto found_iter = std::upper_bound(cdf.begin(), cdf.end(), target); in EvalFloat32() local137 output_ptr_batch[j] = std::distance(cdf.begin(), found_iter); in EvalFloat32()
153 auto found_iter = in TEST_F() local155 EXPECT_EQ(found_iter, posted_slots.end()); in TEST_F()234 auto found_iter = std::find(posted_slots.begin(), posted_slots.end(), slot); in TEST_F() local235 EXPECT_EQ(found_iter, posted_slots.end()); in TEST_F()