Home
last modified time | relevance | path

Searched refs:curr_point (Results 1 – 25 of 117) sorted by relevance

12345

/dports/biology/bedtools/bedtools2-2.30.0/src/multiIntersectBed/
H A DmultiIntersectBed.cpp219 Point curr_point; in MultiIntersect() local
232 curr_point = queue.top(); in MultiIntersect()
234 if (curr_point.coord > prev_start) { in MultiIntersect()
238 if (curr_point.coord_type == START) { in MultiIntersect()
249 prev_start = curr_point.coord; in MultiIntersect()
256 if (curr_point.coord < chrom_size) in MultiIntersect()
271 Point curr_point; in Cluster() local
285 curr_point = queue.top(); in Cluster()
286 if (curr_point.coord_type == START) { in Cluster()
290 prev_start = curr_point.coord; in Cluster()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/workarearenderer/
H A Drenderer_dragbox.cpp113 const synfig::Point& curr_point(get_curr_point()); in event_vfunc() local
136 … DuckList handles_in_box = get_work_area()->get_ducks_in_box(drag_point,curr_point); in event_vfunc()
153 get_work_area()->select_ducks_in_box(drag_point,curr_point); in event_vfunc()
194 const synfig::Point& curr_point(get_curr_point()); in render_vfunc() local
211 Point tl(std::min(drag_point[0],curr_point[0]),std::min(drag_point[1],curr_point[1])); in render_vfunc()
212 Point br(std::max(drag_point[0],curr_point[0]),std::max(drag_point[1],curr_point[1])); in render_vfunc()
H A Drenderer_bbox.cpp88 const synfig::Point curr_point(get_bbox().get_min()); in render_vfunc() local
92 Point tl(std::min(drag_point[0],curr_point[0]),std::min(drag_point[1],curr_point[1])); in render_vfunc()
93 Point br(std::max(drag_point[0],curr_point[0]),std::max(drag_point[1],curr_point[1])); in render_vfunc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/workarearenderer/
H A Drenderer_dragbox.cpp113 const synfig::Point& curr_point(get_curr_point()); in event_vfunc() local
136 … DuckList handles_in_box = get_work_area()->get_ducks_in_box(drag_point,curr_point); in event_vfunc()
153 get_work_area()->select_ducks_in_box(drag_point,curr_point); in event_vfunc()
194 const synfig::Point& curr_point(get_curr_point()); in render_vfunc() local
211 Point tl(std::min(drag_point[0],curr_point[0]),std::min(drag_point[1],curr_point[1])); in render_vfunc()
212 Point br(std::max(drag_point[0],curr_point[0]),std::max(drag_point[1],curr_point[1])); in render_vfunc()
H A Drenderer_bbox.cpp88 const synfig::Point curr_point(get_bbox().get_min()); in render_vfunc() local
92 Point tl(std::min(drag_point[0],curr_point[0]),std::min(drag_point[1],curr_point[1])); in render_vfunc()
93 Point br(std::max(drag_point[0],curr_point[0]),std::max(drag_point[1],curr_point[1])); in render_vfunc()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/workarearenderer/
H A Drenderer_dragbox.cpp113 const synfig::Point& curr_point(get_curr_point()); in event_vfunc() local
136 … DuckList handles_in_box = get_work_area()->get_ducks_in_box(drag_point,curr_point); in event_vfunc()
153 get_work_area()->select_ducks_in_box(drag_point,curr_point); in event_vfunc()
194 const synfig::Point& curr_point(get_curr_point()); in render_vfunc() local
211 Point tl(std::min(drag_point[0],curr_point[0]),std::min(drag_point[1],curr_point[1])); in render_vfunc()
212 Point br(std::max(drag_point[0],curr_point[0]),std::max(drag_point[1],curr_point[1])); in render_vfunc()
H A Drenderer_bbox.cpp88 const synfig::Point curr_point(get_bbox().get_min()); in render_vfunc() local
92 Point tl(std::min(drag_point[0],curr_point[0]),std::min(drag_point[1],curr_point[1])); in render_vfunc()
93 Point br(std::max(drag_point[0],curr_point[0]),std::max(drag_point[1],curr_point[1])); in render_vfunc()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_particles.c571 curr_point++; in particle_batch_cache_fill_segments()
604 curr_point++; in particle_batch_cache_fill_segments()
606 return curr_point; in particle_batch_cache_fill_segments()
687 curr_point++; in particle_batch_cache_fill_segments_edit()
692 return curr_point; in particle_batch_cache_fill_segments_edit()
712 return curr_point; in particle_batch_cache_fill_segments_indices()
792 return curr_point; in particle_batch_cache_fill_strands_data()
955 int curr_point = 0; in particle_batch_cache_ensure_procedural_strand_data() local
1126 int curr_point = 0; in particle_batch_cache_ensure_pos_and_seg() local
1317 int i, curr_point; in particle_batch_cache_ensure_pos() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dlra-lives.c506 mark_pseudo_live (j, curr_point); in process_bb_lives()
536 INSN_UID (curr_insn), curr_point); in process_bb_lives()
602 curr_point); in process_bb_lives()
619 curr_point); in process_bb_lives()
638 next_program_point (curr_point, freq); in process_bb_lives()
650 curr_point); in process_bb_lives()
670 curr_point); in process_bb_lives()
749 mark_pseudo_dead (i, curr_point); in process_bb_lives()
937 int curr_point; in lra_create_live_ranges() local
996 curr_point = 0; in lra_create_live_ranges()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dlra-lives.c500 mark_pseudo_live (j, curr_point); in process_bb_lives()
530 INSN_UID (curr_insn), curr_point); in process_bb_lives()
596 curr_point); in process_bb_lives()
613 curr_point); in process_bb_lives()
632 next_program_point (curr_point, freq); in process_bb_lives()
644 curr_point); in process_bb_lives()
664 curr_point); in process_bb_lives()
743 mark_pseudo_dead (i, curr_point); in process_bb_lives()
916 int curr_point; in lra_create_live_ranges() local
975 curr_point = 0; in lra_create_live_ranges()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dlra-lives.c500 mark_pseudo_live (j, curr_point); in process_bb_lives()
530 INSN_UID (curr_insn), curr_point); in process_bb_lives()
596 curr_point); in process_bb_lives()
613 curr_point); in process_bb_lives()
632 next_program_point (curr_point, freq); in process_bb_lives()
644 curr_point); in process_bb_lives()
664 curr_point); in process_bb_lives()
743 mark_pseudo_dead (i, curr_point); in process_bb_lives()
916 int curr_point; in lra_create_live_ranges() local
975 curr_point = 0; in lra_create_live_ranges()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dlra-lives.c614 mark_pseudo_live (j, curr_point); in process_bb_lives()
648 INSN_UID (curr_insn), curr_point); in process_bb_lives()
783 curr_point); in process_bb_lives()
806 curr_point); in process_bb_lives()
842 next_program_point (curr_point, freq); in process_bb_lives()
854 curr_point); in process_bb_lives()
876 curr_point); in process_bb_lives()
991 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1186 int curr_point; in lra_create_live_ranges_1() local
1243 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dlra-lives.c614 mark_pseudo_live (j, curr_point); in process_bb_lives()
648 INSN_UID (curr_insn), curr_point); in process_bb_lives()
783 curr_point); in process_bb_lives()
806 curr_point); in process_bb_lives()
842 next_program_point (curr_point, freq); in process_bb_lives()
854 curr_point); in process_bb_lives()
876 curr_point); in process_bb_lives()
991 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1186 int curr_point; in lra_create_live_ranges_1() local
1243 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c635 mark_pseudo_live (j, curr_point); in process_bb_lives()
818 curr_point); in process_bb_lives()
843 curr_point); in process_bb_lives()
892 next_program_point (curr_point, freq); in process_bb_lives()
904 curr_point); in process_bb_lives()
928 curr_point); in process_bb_lives()
947 next_program_point (curr_point, freq); in process_bb_lives()
1055 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1265 int curr_point; in lra_create_live_ranges_1() local
1322 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dlra-lives.c674 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
711 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
861 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
925 next_program_point (curr_point, freq); in process_bb_lives()
999 next_program_point (curr_point, freq); in process_bb_lives()
1131 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1163 next_program_point (curr_point, freq); in process_bb_lives()
1344 int curr_point; in lra_create_live_ranges_1() local
1400 curr_point = 0; in lra_create_live_ranges_1()
1415 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlra-lives.c677 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
714 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
876 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
972 next_program_point (curr_point, freq); in process_bb_lives()
1048 next_program_point (curr_point, freq); in process_bb_lives()
1157 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1189 next_program_point (curr_point, freq); in process_bb_lives()
1370 int curr_point; in lra_create_live_ranges_1() local
1427 curr_point = 0; in lra_create_live_ranges_1()
1442 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlra-lives.c648 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
685 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
846 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
910 next_program_point (curr_point, freq); in process_bb_lives()
984 next_program_point (curr_point, freq); in process_bb_lives()
1110 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1142 next_program_point (curr_point, freq); in process_bb_lives()
1323 int curr_point; in lra_create_live_ranges_1() local
1379 curr_point = 0; in lra_create_live_ranges_1()
1394 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dlra-lives.c635 mark_pseudo_live (j, curr_point); in process_bb_lives()
818 curr_point); in process_bb_lives()
843 curr_point); in process_bb_lives()
892 next_program_point (curr_point, freq); in process_bb_lives()
904 curr_point); in process_bb_lives()
928 curr_point); in process_bb_lives()
947 next_program_point (curr_point, freq); in process_bb_lives()
1055 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1265 int curr_point; in lra_create_live_ranges_1() local
1322 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dlra-lives.c674 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
711 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
861 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
925 next_program_point (curr_point, freq); in process_bb_lives()
999 next_program_point (curr_point, freq); in process_bb_lives()
1131 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1163 next_program_point (curr_point, freq); in process_bb_lives()
1344 int curr_point; in lra_create_live_ranges_1() local
1400 curr_point = 0; in lra_create_live_ranges_1()
1415 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c635 mark_pseudo_live (j, curr_point); in process_bb_lives()
818 curr_point); in process_bb_lives()
843 curr_point); in process_bb_lives()
892 next_program_point (curr_point, freq); in process_bb_lives()
904 curr_point); in process_bb_lives()
928 curr_point); in process_bb_lives()
947 next_program_point (curr_point, freq); in process_bb_lives()
1055 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1265 int curr_point; in lra_create_live_ranges_1() local
1322 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dlra-lives.c674 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
711 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
861 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
925 next_program_point (curr_point, freq); in process_bb_lives()
999 next_program_point (curr_point, freq); in process_bb_lives()
1131 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1163 next_program_point (curr_point, freq); in process_bb_lives()
1344 int curr_point; in lra_create_live_ranges_1() local
1400 curr_point = 0; in lra_create_live_ranges_1()
1415 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c635 mark_pseudo_live (j, curr_point); in process_bb_lives()
818 curr_point); in process_bb_lives()
843 curr_point); in process_bb_lives()
892 next_program_point (curr_point, freq); in process_bb_lives()
904 curr_point); in process_bb_lives()
928 curr_point); in process_bb_lives()
947 next_program_point (curr_point, freq); in process_bb_lives()
1055 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1265 int curr_point; in lra_create_live_ranges_1() local
1322 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c635 mark_pseudo_live (j, curr_point); in process_bb_lives()
818 curr_point); in process_bb_lives()
843 curr_point); in process_bb_lives()
892 next_program_point (curr_point, freq); in process_bb_lives()
904 curr_point); in process_bb_lives()
928 curr_point); in process_bb_lives()
947 next_program_point (curr_point, freq); in process_bb_lives()
1055 mark_pseudo_dead (i, curr_point); in process_bb_lives()
1265 int curr_point; in lra_create_live_ranges_1() local
1322 curr_point = 0; in lra_create_live_ranges_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dlra-lives.c677 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
714 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
876 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
972 next_program_point (curr_point, freq); in process_bb_lives()
1048 next_program_point (curr_point, freq); in process_bb_lives()
1157 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1189 next_program_point (curr_point, freq); in process_bb_lives()
1370 int curr_point; in lra_create_live_ranges_1() local
1427 curr_point = 0; in lra_create_live_ranges_1()
1442 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dlra-lives.c674 update_pseudo_point (j, curr_point, USE_POINT); in process_bb_lives()
711 INSN_UID (curr_insn), curr_point, n_alt); in process_bb_lives()
861 update_pseudo_point (reg->regno, curr_point, USE_POINT); in process_bb_lives()
925 next_program_point (curr_point, freq); in process_bb_lives()
999 next_program_point (curr_point, freq); in process_bb_lives()
1131 update_pseudo_point (i, curr_point, DEF_POINT); in process_bb_lives()
1163 next_program_point (curr_point, freq); in process_bb_lives()
1344 int curr_point; in lra_create_live_ranges_1() local
1400 curr_point = 0; in lra_create_live_ranges_1()
1415 if (process_bb_lives (bb, curr_point, dead_insn_p)) in lra_create_live_ranges_1()
[all …]

12345