Home
last modified time | relevance | path

Searched refs:bx2 (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A De_intersect.c329 if ((bx2 > ax1) && (bx2 < ax2)) { /* b2 is in a */ in segment_intersection_2d_e()
417 ax2 = bx2; in segment_intersection_2d_tol()
418 bx2 = t; in segment_intersection_2d_tol()
556 *x1 = bx2; in segment_intersection_2d_tol()
564 *x2 = bx2; in segment_intersection_2d_tol()
584 (bx1 < ax1 && bx2 < ax1 && bx1 < ax2 && bx2 < ax2)) { in segment_intersection_2d_tol()
616 bx1 = bx2; in segment_intersection_2d_tol()
617 bx2 = t; in segment_intersection_2d_tol()
628 *x2 = bx2; in segment_intersection_2d_tol()
665 if (bx2 > ax1 && bx2 < ax2) { /* b2 is in a */ in segment_intersection_2d_tol()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dlinecros.c76 if (bx1 > bx2 || (bx1 == bx2 && by1 > by2)) { in dig_test_for_intersection()
78 bx1 = bx2; in dig_test_for_intersection()
79 bx2 = t; in dig_test_for_intersection()
107 ax2 = bx2; in dig_test_for_intersection()
108 bx2 = t; in dig_test_for_intersection()
166 bx2 = t; in dig_test_for_intersection()
204 if (bx1 > bx2 || (bx1 == bx2 && by1 > by2)) { in dig_find_intersection()
206 bx1 = bx2; in dig_find_intersection()
207 bx2 = t; in dig_find_intersection()
235 ax2 = bx2; in dig_find_intersection()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_radio.c33 bx2 = elm_box_add(fr); in _group_1_create()
35 evas_object_show(bx2); in _group_1_create()
38 ic = elm_icon_add(bx2); in _group_1_create()
43 rd = elm_radio_add(bx2); in _group_1_create()
58 ic = elm_icon_add(bx2); in _group_1_create()
63 rd = elm_radio_add(bx2); in _group_1_create()
73 rd = elm_radio_add(bx2); in _group_1_create()
92 ic = elm_icon_add(bx2); in _group_1_create()
106 ic = elm_icon_add(bx2); in _group_1_create()
136 bx2 = elm_box_add(fr); in _group_2_create()
[all …]
H A Dtest_win_state.c369 bx2 = elm_box_add(win); in test_win_state()
416 evas_object_show(bx2); in test_win_state()
418 bx2 = elm_box_add(win); in test_win_state()
478 evas_object_show(bx2); in test_win_state()
480 bx2 = elm_box_add(win); in test_win_state()
499 evas_object_show(bx2); in test_win_state()
537 bx2 = elm_box_add(win); in test_win_state()
584 evas_object_show(bx2); in test_win_state()
748 evas_object_show(bx2); in test_win_state2()
769 evas_object_show(bx2); in test_win_state2()
[all …]
H A Dtest_win_keygrab.c104 bx2 = elm_box_add(fr); in _group_1_create()
106 evas_object_show(bx2); in _group_1_create()
108 lb = elm_label_add(bx2); in _group_1_create()
115 en = elm_entry_add(bx2); in _group_1_create()
140 bx2 = elm_box_add(fr); in _group_2_create()
143 evas_object_show(bx2); in _group_2_create()
146 rd = elm_radio_add(bx2); in _group_2_create()
156 rd1 = elm_radio_add(bx2); in _group_2_create()
167 rd2 = elm_radio_add(bx2); in _group_2_create()
232 bx2 = elm_box_add(win); in test_win_keygrab()
[all …]
H A Dtest_flip.c152 bx2 = elm_box_add(win); in test_flip()
190 evas_object_show(bx2); in test_flip()
192 bx2 = elm_box_add(win); in test_flip()
230 evas_object_show(bx2); in test_flip()
232 bx2 = elm_box_add(win); in test_flip()
246 evas_object_show(bx2); in test_flip()
248 bx2 = elm_box_add(win); in test_flip()
263 evas_object_show(bx2); in test_flip()
379 bx2 = elm_box_add(win); in test_flip2()
433 evas_object_show(bx2); in test_flip2()
[all …]
H A Dtest_config.c220 bx2 = elm_box_add(win); in _radio_add()
225 elm_box_pack_end(bx, bx2); in _radio_add()
226 evas_object_show(bx2); in _radio_add()
233 elm_box_pack_end(bx2, rd); in _radio_add()
256 Evas_Object *bx2, *ck; in _check_add() local
260 bx2 = elm_box_add(win); in _check_add()
265 elm_box_pack_end(bx, bx2); in _check_add()
266 evas_object_show(bx2); in _check_add()
454 elm_box_pack_end(bx2, lb); in test_config()
457 elm_box_pack_end(bx2, lb); in test_config()
[all …]
H A Dtest_win_wm_rotation.c125 bx2 = elm_box_add(win); in test_win_wm_rotation()
128 elm_box_align_set(bx2, 0.0, 0.5); in test_win_wm_rotation()
129 elm_box_horizontal_set(bx2, EINA_TRUE); in test_win_wm_rotation()
130 elm_box_pack_end(bx, bx2); in test_win_wm_rotation()
131 evas_object_show(bx2); in test_win_wm_rotation()
139 elm_box_pack_end(bx2, ch); in test_win_wm_rotation()
153 bx2 = elm_box_add(win); in test_win_wm_rotation()
156 elm_box_align_set(bx2, 0.0, 0.5); in test_win_wm_rotation()
158 elm_box_pack_end(bx, bx2); in test_win_wm_rotation()
159 evas_object_show(bx2); in test_win_wm_rotation()
[all …]
H A Dtest_entry.c205 bx2 = elm_box_add(win); in test_entry()
312 evas_object_show(bx2); in test_entry()
663 bx2 = elm_box_add(win); in test_entry_scrolled()
714 evas_object_show(bx2); in test_entry_scrolled()
1426 evas_object_show(bx2); in test_entry3()
1488 evas_object_show(bx2); in test_entry3()
1550 evas_object_show(bx2); in test_entry3()
1594 evas_object_show(bx2); in test_entry3()
1678 evas_object_show(bx2); in test_entry3()
1776 evas_object_show(bx2); in test_entry3()
[all …]
H A Dtest_colorselector.c164 bx2 = elm_box_add(bx); in test_colorselector()
168 evas_object_show(bx2); in test_colorselector()
169 elm_box_pack_end(bx, bx2); in test_colorselector()
171 bt = elm_button_add(bx2); in test_colorselector()
177 elm_box_pack_end(bx2, bt); in test_colorselector()
179 bt = elm_button_add(bx2); in test_colorselector()
185 elm_box_pack_end(bx2, bt); in test_colorselector()
187 bt = elm_button_add(bx2); in test_colorselector()
193 elm_box_pack_end(bx2, bt); in test_colorselector()
195 bt = elm_button_add(bx2); in test_colorselector()
[all …]
H A Dtest_focus_custom_chain.c191 bx2 = elm_box_add(bx); in test_focus_custom_chain()
195 elm_box_pack_end(bx, bx2); in test_focus_custom_chain()
196 evas_object_show(bx2); in test_focus_custom_chain()
198 bt1 = elm_button_add(bx2); in test_focus_custom_chain()
202 elm_box_pack_end(bx2, bt1); in test_focus_custom_chain()
205 bt2 = elm_button_add(bx2); in test_focus_custom_chain()
209 elm_box_pack_end(bx2, bt2); in test_focus_custom_chain()
212 bt3 = elm_button_add(bx2); in test_focus_custom_chain()
216 elm_box_pack_end(bx2, bt3); in test_focus_custom_chain()
219 bt4 = elm_button_add(bx2); in test_focus_custom_chain()
[all …]
H A Dtest_web.c503 bx2 = elm_box_add(win); in test_web()
507 elm_box_pack_end(bx, bx2); in test_web()
508 evas_object_show(bx2); in test_web()
518 elm_box_pack_end(bx2, bt); in test_web()
526 elm_box_pack_end(bx2, bt); in test_web()
533 elm_box_pack_end(bx2, bt); in test_web()
550 bx2 = elm_box_add(win); in test_web()
554 elm_box_pack_end(bx, bx2); in test_web()
555 evas_object_show(bx2); in test_web()
594 bx2 = elm_box_add(win); in test_web()
[all …]
H A Dtest_flipselector.c84 Evas_Object *win, *bx, *fp, *fpd, *bt, *bx2, *sl; in test_flipselector() local
119 bx2 = elm_box_add(bx); in test_flipselector()
121 elm_box_horizontal_set(bx2, EINA_TRUE); in test_flipselector()
122 elm_box_pack_end(bx, bx2); in test_flipselector()
123 evas_object_show(bx2); in test_flipselector()
125 fp = elm_flipselector_add(bx2); in test_flipselector()
135 bt = elm_button_add(bx2); in test_flipselector()
139 elm_box_pack_end(bx2, bt); in test_flipselector()
142 elm_box_pack_end(bx2, fp); in test_flipselector()
145 bt = elm_button_add(bx2); in test_flipselector()
[all …]
H A Dtest_focus_style.c80 bx2 = elm_box_add(bx); in test_focus_style()
84 elm_box_pack_end(bx, bx2); in test_focus_style()
85 evas_object_show(bx2); in test_focus_style()
87 bt = elm_button_add(bx2); in test_focus_style()
91 elm_box_pack_end(bx2, bt); in test_focus_style()
94 bt = elm_button_add(bx2); in test_focus_style()
98 elm_box_pack_end(bx2, bt); in test_focus_style()
101 bt = elm_button_add(bx2); in test_focus_style()
105 elm_box_pack_end(bx2, bt); in test_focus_style()
108 bt = elm_button_add(bx2); in test_focus_style()
[all …]
H A Dtest_slider.c338 bx2 = elm_box_add(bx); in test_slider()
342 elm_box_pack_end(bx, bx2); in test_slider()
343 evas_object_show(bx2); in test_slider()
346 ic = elm_icon_add(bx2); in test_slider()
352 sl = elm_slider_add(bx2); in test_slider()
364 elm_box_pack_end(bx2, sl); in test_slider()
370 ic = elm_icon_add(bx2); in test_slider()
376 sl = elm_slider_add(bx2); in test_slider()
393 sl = elm_slider_add(bx2); in test_slider()
407 bx2 = elm_box_add(win); in test_slider()
[all …]
H A Dtest_scroller.c268 bx2 = elm_box_add(win); in test_scroller()
271 evas_object_show(bx2); in test_scroller()
359 bx2 = elm_box_add(win); in test_scroller()
360 elm_box_pack_end(bx, bx2); in test_scroller()
363 evas_object_show(bx2); in test_scroller()
372 elm_box_pack_end(bx2, bt); in test_scroller()
382 elm_box_pack_end(bx2, bt); in test_scroller()
593 bx2 = elm_box_add(win); in test_scroller2()
606 evas_object_show(bx2); in test_scroller2()
855 bx2 = elm_box_add(bx); in test_scroller3()
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dlabel_example_03.c99 bx2 = elm_box_add(bx); in elm_main()
102 elm_box_horizontal_set(bx2, EINA_TRUE); in elm_main()
103 elm_box_homogeneous_set(bx2, EINA_TRUE); in elm_main()
104 elm_box_pack_end(bx, bx2); in elm_main()
105 evas_object_show(bx2); in elm_main()
108 btn = elm_button_add(bx2); in elm_main()
112 elm_box_pack_end(bx2, btn); in elm_main()
116 btn = elm_button_add(bx2); in elm_main()
121 elm_box_pack_end(bx2, btn); in elm_main()
125 btn = elm_button_add(bx2); in elm_main()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dintersect.c74 #define D ((ax2-ax1)*(by1-by2) - (ay2-ay1)*(bx1-bx2))
75 #define D1 ((bx1-ax1)*(by1-by2) - (by1-ay1)*(bx1-bx2))
81 double bx1, double by1, double bx2, double by2, in G_intersect_line_segments() argument
91 if (bx1 > bx2 || (bx1 == bx2 && by1 > by2)) { in G_intersect_line_segments()
92 SWAP(bx1, bx2) in G_intersect_line_segments()
152 if (ax1 > bx2) { in G_intersect_line_segments()
165 if (ax1 == bx2) { in G_intersect_line_segments()
177 if (ax1 > bx1 && ax1 < bx2) { in G_intersect_line_segments()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbfillrct.c131 int x1, y1, x2, y2, bx2, by2; local
146 bx2 = (int) prect->x + (int) prect->width;
147 if (bx2 > x2)
148 bx2 = x2;
149 pboxClipped->x2 = bx2;
166 int x1, y1, x2, y2, bx2, by2; local
183 bx2 = (int) prect->x + (int) prect->width;
184 if (bx2 > x2)
185 bx2 = x2;
186 box.x2 = bx2;
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dbezmisc.py60 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme
64 bx=3*(bx2-bx1)-cx
76 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme2
106 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme3
113 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme4
120 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme5
151 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme9
153 m2=tpoint((bx1,by1),(bx2,by2),t)
154 m3=tpoint((bx2,by2),(bx3,by3),t)
230 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme12
[all …]
/dports/x11-toolkits/tix/Tix8.4.3/generic/
H A DtixGrFmt.c282 int * bx2;
286 *bx2 = x2;
315 int bx2;
329 if (i == bx2) {
363 int bx2;
399 if (i == bx2) {
488 &bx1, &by1, &bx2, &by2);
510 if (_bx2 > bx2) {
511 _bx2 = bx2;
638 if (_bx2 > bx2) {
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_askpass_main.c49 Evas_Object *win, *bx, *fr, *lab, *en, *sep, *bx2, *bt; in elm_main() local
136 bx2 = elm_box_add(win); in elm_main()
137 elm_box_horizontal_set(bx2, EINA_TRUE); in elm_main()
138 elm_box_homogeneous_set(bx2, EINA_TRUE); in elm_main()
139 evas_object_size_hint_align_set(bx2, 0.5, 0.5); in elm_main()
140 elm_object_content_set(fr, bx2); in elm_main()
146 elm_box_pack_end(bx2, bt); in elm_main()
154 elm_box_pack_end(bx2, bt); in elm_main()
157 evas_object_show(bx2); in elm_main()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tixGeneric/
H A DtixGrFmt.c280 int * bx2;
284 *bx2 = x2;
313 int bx2;
327 if (i == bx2) {
361 int bx2;
397 if (i == bx2) {
486 &bx1, &by1, &bx2, &by2);
498 if (_bx2 > bx2) {
499 _bx2 = bx2;
626 if (_bx2 > bx2) {
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dadd1sp1_extracted.c113 int64_t bx2 = b0.mpfr_exp; in mpfr_add1sp1() local
121 .snd = bx2 + (int64_t)1 in mpfr_add1sp1()
141 int64_t bx2 = b0.mpfr_exp; in mpfr_add1sp1() local
151 .thd = bx2 + (int64_t)1 in mpfr_add1sp1()
168 int64_t bx2 = b0.mpfr_exp; in mpfr_add1sp1() local
172 ite = MPFR_Add1sp1_mk_state(sh, bx2, rb, sb); in mpfr_add1sp1()
190 int64_t bx2 = c0.mpfr_exp; in mpfr_add1sp1() local
198 .snd = bx2 + (int64_t)1 in mpfr_add1sp1()
218 int64_t bx2 = c0.mpfr_exp; in mpfr_add1sp1() local
228 .thd = bx2 + (int64_t)1 in mpfr_add1sp1()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/
H A D5_8.ms37 (define bx2 (box 'apple))
44 (not (box-cas! bx2 #f 'banana))
45 (box-cas! bx2 'apple 'banana)
46 (not (box-cas! bx2 'apple 'banana))
47 (eq? 'banana (unbox bx2))
62 (and (box-cas! bx2 'banana g1)
65 (eq? g1 (unbox bx2))))))

12345678910>>...41