Home
last modified time | relevance | path

Searched refs:op_index (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_ring_creator.hpp87 int& op_index, in travel_to_next_turn()
91 int const previous_op_index = op_index; in travel_to_next_turn()
94 turn_operation_type& previous_op = previous_turn.operations[op_index]; in travel_to_next_turn()
139 turn_index, op_index, in travel_to_next_turn()
151 const turn_operation_type& op = current_turn.operations[op_index]; in travel_to_next_turn()
153 || m_trav.is_visited(current_turn, op, turn_index, op_index)) in travel_to_next_turn()
161 turn_operation_type& op = current_turn.operations[op_index]; in travel_to_next_turn()
254 std::size_t turn_index, int op_index, in traverse_with_operation()
260 turn_operation_type const& start_op = start_turn.operations[op_index]; in traverse_with_operation()
272 traverse_error_type traverse_error = traverse(ring, turn_index, op_index); in traverse_with_operation()
[all …]
H A Dcheck_enrich.hpp63 int op_index, int cycle, int start, operation_type for_operation, in check_detailed() argument
67 int const ip_index = meta_turn.turn->operations[op_index].enriched.travels_to_ip_index; in check_detailed()
79 if (! meta_turns[ip_index].handled[op_index] in check_detailed()
80 && (meta_turns[ip_index].turn->operations[op_index].operation == operation_continue in check_detailed()
81 || meta_turns[ip_index].turn->operations[op_index].operation == for_operation) in check_detailed()
84 meta_turns[ip_index].handled[op_index] = true; in check_detailed()
85 … check_detailed(meta_turns, meta_turns[ip_index], op_index, cycle, start, for_operation, error); in check_detailed()
91 int const other_index = 1 - op_index; in check_detailed()
H A Dtraversal.hpp384 int& op_index, sbs_type& sbs) const in select_from_cluster_union()
412 op_index = ranked_point.operation_index; in select_from_cluster_union()
415 turn_operation_type const& op = turn.operations[op_index]; in select_from_cluster_union()
464 int& op_index, sbs_type const& sbs) const in analyze_cluster_intersection()
574 op_index = ranked_point.operation_index; in analyze_cluster_intersection()
583 int& op_index, in select_turn_from_cluster()
631 result = select_from_cluster_union(turn_index, op_index, sbs); in select_turn_from_cluster()
635 result = analyze_cluster_intersection(turn_index, op_index, sbs); in select_turn_from_cluster()
640 inline bool analyze_ii_intersection(signed_size_type& turn_index, int& op_index, in analyze_ii_intersection()
662 bool result = analyze_cluster_intersection(turn_index, op_index, sbs); in analyze_ii_intersection()
[all …]
H A Dtraversal_switch_detector.hpp228 for (int op_index = 0; op_index < 2; op_index++) in assign_isolation() local
230 turn_operation_type& op = turn.operations[op_index]; in assign_isolation()
390 for (int op_index = 0; op_index < 2; op_index++) in create_region() local
392 turn_operation_type const& op = turn.operations[op_index]; in create_region()
434 for (int op_index = 0; op_index < 2; op_index++) in iterate() local
436 turn_operation_type const& op = turn.operations[op_index]; in iterate()
H A Dhandle_colocations.hpp75 , op_index(oi) in turn_operation_index()
79 signed_size_type op_index; // only 0,1 member
100 = left_turn.operations[left.op_index]; in operator ()()
103 = right_turn.operations[right.op_index]; in operator ()()
134 = left_turn.operations[1 - left.op_index]; in operator ()()
137 = right_turn.operations[1 - right.op_index]; in operator ()()
239 = ref_turn.operations[ref_toi.op_index]; in handle_colocation_cluster()
243 turn_operation_type const& op = turn.operations[toi.op_index]; in handle_colocation_cluster()
249 turn_operation_type const& other_op = turn.operations[1 - toi.op_index]; in handle_colocation_cluster()
H A Denrich_intersection_points.hpp203 std::size_t op_index = 0; in create_map() local
207 ++op_it, ++op_index) in create_map()
217 indexed_type(index, op_index, *op_it, in create_map()
218 it->operations[1 - op_index].seg_id) in create_map()
H A Dsort_by_side.hpp235 Point add(Operation const& op, signed_size_type turn_index, signed_size_type op_index, in add()
245 m_ranked_points.push_back(rp(point1, turn_index, op_index, dir_from, op)); in add()
246 m_ranked_points.push_back(rp(point_to, turn_index, op_index, dir_to, op)); in add()
256 void add(Operation const& op, signed_size_type turn_index, signed_size_type op_index, in add()
262 Point const point1 = add(op, turn_index, op_index, geometry1, geometry2, false); in add()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-2.patch181 unsigned char op_index = 0;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhsa-common.h452 void set_output_in_type (hsa_op_reg *dest, unsigned op_index, hsa_bb *hbb);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhsa-common.h452 void set_output_in_type (hsa_op_reg *dest, unsigned op_index, hsa_bb *hbb);