Home
last modified time | relevance | path

Searched refs:it_first (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/polygon/
Dvoronoi_builder.hpp222 site_event_iterator_type it_first = site_events_.begin(); in init_beach_line_default() local
226 *it_first, *it_first, *it_second, beach_line_.end(), output); in init_beach_line_default()
234 site_event_iterator_type it_first = site_events_.begin(); in init_beach_line_collinear_sites() local
239 key_type new_node(*it_first, *it_second); in init_beach_line_collinear_sites()
242 edge_type* edge = output->_insert_new_edge(*it_first, *it_second).first; in init_beach_line_collinear_sites()
249 ++it_first; in init_beach_line_collinear_sites()
378 beach_line_iterator it_first = e.second; in process_circle_event() local
379 beach_line_iterator it_last = it_first; in process_circle_event()
382 site_event_type site3 = it_first->first.right_site(); in process_circle_event()
385 edge_type* bisector2 = it_first->second.edge(); in process_circle_event()
[all …]
/third_party/boost/boost/sort/sample_sort/
Dsample_sort.hpp351 Iter_t it_first = global_range.first; in initial_configuration() local
356 for (uint32_t i = 0; i < (nthread - 1); ++i, it_first += cupo, buf_first += in initial_configuration()
359 vmem_thread.emplace_back(it_first, it_first + cupo); in initial_configuration()
363 vmem_thread.emplace_back(it_first, global_range.last); in initial_configuration()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc790 auto it_first = find(shape.begin(), shape.end(), -1); in InferImplReshape() local
791 if (it_first != shape.end()) { in InferImplReshape()
792 auto it_second = find(it_first + 1, shape.end(), -1); in InferImplReshape()
796 auto index = LongToSize(std::distance(shape.begin(), it_first)); in InferImplReshape()