Home
last modified time | relevance | path

Searched refs:segment_index (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsegment_identifier.hpp41 , segment_index(-1) in segment_identifier()
52 , segment_index(seg) in segment_identifier()
62 : segment_index < other.segment_index in operator <()
69 && segment_index == other.segment_index in operator ==()
81 << ", v:" << seg_id.segment_index // v:vertex because s is used for source in operator <<()
93 signed_size_type segment_index; member
Denrich_intersection_points.hpp154 = next->subject->seg_id.segment_index; in enrich_assign()
156 if (op.seg_id.segment_index == next_op.seg_id.segment_index in enrich_assign()
236 if (op.seg_id.segment_index == next_op.seg_id.segment_index) in enrich_adapt()
240 if (op.seg_id.segment_index == prev_op.seg_id.segment_index) in enrich_adapt()
Dstream_info.hpp45 << " seg " << info.seg_id.segment_index in operator <<()
47 << "." << info.other_id.segment_index << ")" in operator <<()
Dsort_by_side.hpp334 if (op.seg_id.segment_index >= departure_seg_id.segment_index) in calculate_segment_distance()
337 return op.seg_id.segment_index - departure_seg_id.segment_index; in calculate_segment_distance()
346 return segment_count - departure_seg_id.segment_index + op.seg_id.segment_index; in calculate_segment_distance()
Dcopy_segments.hpp100 signed_size_type const from_index = seg_id.segment_index + 1; in apply()
167 signed_size_type const from_index = seg_id.segment_index + 1; in apply()
241 signed_size_type index = seg_id.segment_index + 1; in apply()
Dfollow.hpp69 return geometry::covered_by(range::at(linestring, op.seg_id.segment_index), polygon, strategy); in last_covered_by()
478 iit->seg_id.segment_index, it->point, *iit, in apply()
488 iit->seg_id.segment_index, it->point, *iit, in apply()
Dcopy_segment_point.hpp64 boost::begin(view) + seg_id.segment_index, true); in apply()
109 signed_size_type index = seg_id.segment_index; in apply()
/third_party/boost/boost/locale/boundary/
Dindex.hpp497 class segment_index;
556 class segment_index { class
602 segment_index() : mask_(0xFFFFFFFFu),full_select_(false) in segment_index() function in boost::locale::boundary::segment_index
609 segment_index(boundary_type type, in segment_index() function in boost::locale::boundary::segment_index
624 segment_index(boundary_type type, in segment_index() function in boost::locale::boundary::segment_index
645 segment_index(boundary_point_index<base_iterator> const &);
656 segment_index const &operator = (boundary_point_index<base_iterator> const &);
913 boundary_point_index(segment_index<base_iterator> const &other);
924 boundary_point_index const &operator=(segment_index<base_iterator> const &other);
1000 friend class segment_index<base_iterator>;
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc119 …nts(size_t segments, size_t communication_op_node_size, const std::vector<size_t> *segment_index) { in CheckSegments() argument
120 MS_EXCEPTION_IF_NULL(segment_index); in CheckSegments()
126 if (segment_index->at(segments - 1) != communication_op_node_size - 1) { in CheckSegments()
130 if (segment_index->at(i) > segment_index->at(i + 1)) { in CheckSegments()
131 …MS_LOG(EXCEPTION) << "illegal split: segment_index[" << i << "]=" << segment_index->at(i) << ", se… in CheckSegments()
132 << (i + 1) << "]=" << segment_index->at(i + 1); in CheckSegments()
140 … std::vector<size_t> *segment_index, const std::string &group) const { in GetSplitSegments() argument
142 MS_EXCEPTION_IF_NULL(segment_index); in GetSplitSegments()
151 (void)segment_index->emplace_back(communication_op_node_size - 1); in GetSplitSegments()
175 segment_index->push_back(index); in GetSplitSegments()
[all …]
Dcommunication_op_fusion.h44 const std::vector<size_t> &segment_index) const;
49 std::vector<size_t> *segment_index, const std::string &group) const;
/third_party/boost/boost/geometry/algorithms/detail/turns/
Dcompare_turns.hpp77 if ( left_other_seg_id.segment_index != right_other_seg_id.segment_index ) in use_other_id()
79 return IdLess()(left_other_seg_id.segment_index, in use_other_id()
80 right_other_seg_id.segment_index); in use_other_id()
Dprint_turns.hpp59 << ", s: " << turn.operations[0].seg_id.segment_index; in operator ()()
73 << ", s: " << turn.operations[1].seg_id.segment_index; in operator ()()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c1738 stream->segment_index = stream->segments->len; in gst_mpd_client_stream_seek()
1782 stream->segment_index = segments_count; in gst_mpd_client_stream_seek()
1792 stream->segment_index = index; in gst_mpd_client_stream_seek()
1890 stream->segment_index, stream->segments->len); in gst_mpd_client_get_next_fragment_timestamp()
1891 if (stream->segment_index >= stream->segments->len) in gst_mpd_client_get_next_fragment_timestamp()
1893 currentChunk = g_ptr_array_index (stream->segments, stream->segment_index); in gst_mpd_client_get_next_fragment_timestamp()
1906 && stream->segment_index >= segments_count)) { in gst_mpd_client_get_next_fragment_timestamp()
1909 *ts = stream->segment_index * duration; in gst_mpd_client_get_next_fragment_timestamp()
1998 stream->segment_index, stream->segments->len); in gst_mpd_client_get_next_fragment()
1999 if (stream->segment_index >= stream->segments->len) in gst_mpd_client_get_next_fragment()
[all …]
Dgstmpdparser.h142 gint segment_index; /* index of next sequence chunk */ member
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_piece_collection.hpp322 return turn.operations[0].seg_id.segment_index == op.seg_id.segment_index in is_following()
323 || turn.operations[1].seg_id.segment_index == op.seg_id.segment_index; in is_following()
551 border.set_offsetted(ring, pc.first_seg_id.segment_index, in update_piece_administration()
634 current_segment_id.segment_index = 0; in start_new_ring()
679 && current_segment_id.segment_index in update_last_point()
680 == m_pieces.back().first_seg_id.segment_index) in update_last_point()
784 current_segment_id.segment_index++; in add_point()
813 pc.first_seg_id.segment_index = decrease_segment_index_by_one ? n - 1 : n; in create_piece()
814 pc.beyond_last_segment_index = pc.first_seg_id.segment_index; in create_piece()
822 if (pc.first_seg_id.segment_index < 0) in init_rescale_piece()
[all …]
Dget_piece_turns.hpp198 signed_size_type const piece1_first_index = piece1.first_seg_id.segment_index; in calculate_turns()
199 signed_size_type const piece2_first_index = piece2.first_seg_id.segment_index; in calculate_turns()
246 the_model.operations[0].seg_id.segment_index = index1; // override in calculate_turns()
251 prev1 = it1++, the_model.operations[0].seg_id.segment_index++) in calculate_turns()
255 the_model.operations[1].seg_id.segment_index = index2; // override in calculate_turns()
262 prev2 = it2++, the_model.operations[1].seg_id.segment_index++) in calculate_turns()
/third_party/boost/libs/locale/doc/
Dboundary_analysys.txt39 - \ref boost::locale::boundary::segment_index - an object that holds an index of segments in the …
56 ba::segment_index<std::string::const_iterator> map(ba::word,text.begin(),text.end(),loc);
73 The text segments analysis is done using \ref boost::locale::boundary::segment_index "segment_index
115 The segments selection can be customized using \ref boost::locale::boundary::segment_index::rule(ru…
116 \ref boost::locale::boundary::segment_index::full_select(bool) "full_select()" member functions.
118 By default segment_index's iterator return each text segment defined by two boundary points regardl…
218 …parators we would call \ref boost::locale::boundary::segment_index::rule(rule_type v) "segment_ind…
242 … be changed by setting \ref boost::locale::boundary::segment_index::full_select(bool) "segment_ind…
267 \ref boost::locale::boundary::segment_index "segment_index" provides
268 \ref boost::locale::boundary::segment_index::find() "find(base_iterator p)"
[all …]
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Ddebug_print_turns.hpp46 << turn.operations[0].seg_id.segment_index in debug_print_turn()
48 << turn.operations[1].seg_id.segment_index in debug_print_turn()
/third_party/boost/boost/geometry/algorithms/detail/is_simple/
Dlinear.hpp69 (turn.operations[0].seg_id.segment_index == 0 in check_segment_indices()
70 && turn.operations[1].seg_id.segment_index == last_index) in check_segment_indices()
72 (turn.operations[0].seg_id.segment_index == 0 in check_segment_indices()
73 && turn.operations[1].seg_id.segment_index == last_index); in check_segment_indices()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dfollow_helpers.hpp359 if ( prev_seg_id.segment_index != curr_seg_id.segment_index in turn_on_the_same_ip()
361 || prev_seg_id.segment_index + 1 != curr_seg_id.segment_index ) ) in turn_on_the_same_ip()
/third_party/boost/libs/geometry/test/
Dto_svg.hpp89 << ' ' << turn.operations[0].seg_id.segment_index << ", "; in turns_to_svg()
93 << ' ' << turn.operations[1].seg_id.segment_index; in turns_to_svg()
115 << ' ' << turn.operations[1].seg_id.segment_index << ", "; in turns_to_svg()
119 << ' ' << turn.operations[0].seg_id.segment_index; in turns_to_svg()
/third_party/boost/libs/geometry/test/algorithms/detail/
Dget_left_turns.cpp91 out << " " << it->seg_id.segment_index in test_one()
109 << " " << it->from.segment_index in test_one()
110 << "->" << it->to.segment_index in test_one()
235 out << " seg:" << it->seg_id.segment_index in test_one()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg.hpp100 os << s.m_id.multi_index << "." << s.m_id.segment_index; in operator <<()
196 if (seg_id.segment_index < 0) in map_pieces()
248 << piece.first_seg_id.segment_index in map_pieces()
/third_party/boost/boost/polygon/detail/
Dvoronoi_predicates.hpp476 int segment_index) const { in pps()
477 if (segment_index != 2) { in pps()
482 if (segment_index == 1 && site1.x0() >= site2.x0()) { in pps()
485 } else if (segment_index == 3 && site2.x0() >= site1.x0()) { in pps()
605 int segment_index, in pps() argument
666 cA[1] = (segment_index == 2) ? -vec_x : vec_x; in pps()
677 cA[3] = (segment_index == 2) ? -vec_y : vec_y; in pps()
690 cA[3] = (segment_index == 2) ? -teta : teta; in pps()
1049 int segment_index, in pps() argument
1099 if (segment_index == 2) { in pps()
[all …]
/third_party/ffmpeg/libavformat/
Ddashenc.c109 int nb_segments, segments_size, segment_index; member
513 *start_number = FFMAX(os->segment_index - c->window_size, 1); in get_start_index_number()
1269 c->streams[0].segment_index % c->master_publish_rate)) in write_manifest()
1702 os->segment_index = 1; in dash_init()
1770 os->segment_index++; in add_segment()
1772 if (os->segment_index < next_exp_index) { in add_segment()
1774 file, os->segment_index, next_exp_index); in add_segment()
1775 os->segment_index = next_exp_index; in add_segment()
1909 cur_flush_segment_index = c->streams[stream].segment_index; in dash_flush()
1943 if (c->has_video && os->segment_index > cur_flush_segment_index) in dash_flush()
[all …]

12