Searched refs:other_op (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | traversal.hpp | 144 turn_operation_type& other_op = turn.operations[1 - i]; in finalize_visit_info() local 146 = ring_id_by_seg_id(other_op.seg_id); in finalize_visit_info() 873 turn_operation_type const& other_op in change_index_for_self_turn() local 878 && start_op.seg_id.source_index == other_op.seg_id.source_index in change_index_for_self_turn() 879 && start_op.seg_id.multi_index == other_op.seg_id.multi_index in change_index_for_self_turn() 880 && start_op.seg_id.ring_index == other_op.seg_id.ring_index in change_index_for_self_turn() 890 << " to=" << other_op.enriched.travels_to_vertex_index in change_index_for_self_turn() 896 to_vertex_index = other_op.enriched.travels_to_vertex_index; in change_index_for_self_turn()
|
D | cluster_exits.hpp | 111 turn_operation_type const& other_op = cluster_turn.operations[1 - i]; in collect() local 127 && ! (ni == other_op.enriched.get_next_turn_index()) in collect()
|
D | handle_colocations.hpp | 253 turn_operation_type const& other_op = turn.operations[1 - toi.op_index]; in handle_colocation_cluster() local 264 signed_size_type id = get_cluster_id(other_op, cluster_per_segment); in handle_colocation_cluster() 271 add_cluster_id(other_op, cluster_per_segment, ref_id); in handle_colocation_cluster()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 2579 aco_opcode other_op; in combine_clamp() local 2581 other_op = max; in combine_clamp() 2583 other_op = min; in combine_clamp() 2591 if (match_op3_for_vop3(ctx, instr->opcode, other_op, instr.get(), swap, "012", operands, neg, in combine_clamp()
|