Home
last modified time | relevance | path

Searched refs:sel0 (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Drdpblend.h24 …er1)(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
47 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
48 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
49 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
50 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
51 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
52 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
53 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
54 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
59 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, int sel1, rdp_span…
[all …]
H A Drdpblend.cpp172 blend_with_partial_reject(blended_pixel, 0, partialreject, sel0, userdata, object); in cycle1_blend_noacvg_nodither()
188 blend_with_partial_reject(rgb, 0, partialreject, sel0, userdata, object); in cycle1_blend_noacvg_dither()
222 blend_with_partial_reject(rgb, 0, partialreject, sel0, userdata, object); in cycle1_blend_acvg_dither()
243 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_noacvg_nodither()
262 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_noacvg_dither()
284 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_acvg_nodither()
302 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_acvg_dither()
325 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_blend_noacvg_nodither()
344 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_blend_noacvg_dither()
368 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_blend_acvg_nodither()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Drdpblend.h24 …er1)(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
47 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
48 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
49 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
50 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
51 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
52 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
53 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
54 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, rdp_span_aux* user…
59 …ther(color_t& blended_pixel, int dith, int adseed, int partialreject, int sel0, int sel1, rdp_span…
[all …]
H A Drdpblend.cpp172 blend_with_partial_reject(blended_pixel, 0, partialreject, sel0, userdata, object); in cycle1_blend_noacvg_nodither()
188 blend_with_partial_reject(rgb, 0, partialreject, sel0, userdata, object); in cycle1_blend_noacvg_dither()
222 blend_with_partial_reject(rgb, 0, partialreject, sel0, userdata, object); in cycle1_blend_acvg_dither()
243 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_noacvg_nodither()
262 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_noacvg_dither()
284 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_acvg_nodither()
302 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_noblend_acvg_dither()
325 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_blend_noacvg_nodither()
344 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_blend_noacvg_dither()
368 blend_pipe(0, sel0, userdata->m_blended_pixel_color, userdata, object); in cycle2_blend_acvg_nodither()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/
H A Dzmux.vhd28 signal sel0, sel1, d0, d1, d2, d3 : bit := '0'; signal
40 zmux : z <= d0 when sel1 = '0' and sel0 = '0' else
41 d1 when sel1 = '0' and sel0 = '1' else
42 d2 when sel1 = '1' and sel0 = '0' else
43 d3 when sel1 = '1' and sel0 = '1';
60 if sel1 = '0' and sel0 = '0' then
62 elsif sel1 = '0' and sel0 = '1' then
64 elsif sel1 = '1' and sel0 = '0' then
66 elsif sel1 = '1' and sel0 = '1' then
69 wait on d0, d1, d2, d3, sel0, sel1;
[all …]
H A Dzmux-1.vhd28 signal sel0, sel1, d0, d1, d2, d3 : bit := '0'; signal
40 zmux : z <= d0 when sel1 = '0' and sel0 = '0' else
41 d1 when sel1 = '0' and sel0 = '1' else
42 d2 when sel1 = '1' and sel0 = '0' else
60 if sel1 = '0' and sel0 = '0' then
62 elsif sel1 = '0' and sel0 = '1' then
64 elsif sel1 = '1' and sel0 = '0' then
69 wait on d0, d1, d2, d3, sel0, sel1;
79 all_possible_values( bv(0) => sel0, bv(1) => sel1,
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_05_fg_05_17.vhd36 signal sel0, sel1, d0, d1, d2, d3 : bit := '0'; signal
48 zmux : z <= d0 when sel1 = '0' and sel0 = '0' else
49 d1 when sel1 = '0' and sel0 = '1' else
50 d2 when sel1 = '1' and sel0 = '0' else
51 d3 when sel1 = '1' and sel0 = '1';
66 if sel1 = '0' and sel0 = '0' then
68 elsif sel1 = '0' and sel0 = '1' then
70 elsif sel1 = '1' and sel0 = '0' then
72 elsif sel1 = '1' and sel0 = '1' then
75 wait on d0, d1, d2, d3, sel0, sel1;
[all …]
H A Dch_05_fg_05_18.vhd36 signal sel0, sel1, d0, d1, d2, d3 : bit := '0'; signal
48 zmux : z <= d0 when sel1 = '0' and sel0 = '0' else
49 d1 when sel1 = '0' and sel0 = '1' else
50 d2 when sel1 = '1' and sel0 = '0' else
66 if sel1 = '0' and sel0 = '0' then
68 elsif sel1 = '0' and sel0 = '1' then
70 elsif sel1 = '1' and sel0 = '0' then
75 wait on d0, d1, d2, d3, sel0, sel1;
83 all_possible_values( bv(0) => sel0, bv(1) => sel1,
H A Dch_05_ch_05_25.vhd31 port ( i0, i1, i2, i3, sel0, sel1 : in bit; port
42 out_select : process (sel0, sel1, i0, i1, i2, i3)
45 case bits_2'(sel1, sel0) is
79 port ( i0, i1, i2, i3, sel0, sel1 : in bit; port in ch_05_25.test.mux4
93 port map ( sel0 => select_line, i0 => line0, i1 => line1,
/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.c66 } sel0; variable
439 { rdr_hlx1 = sel0.x1; rdr_hly1 = sel0.y1; in redraw_stdscr()
440 rdr_hlx2 = sel0.x2; rdr_hly2 = sel0.y2; in redraw_stdscr()
456 { sel0.x2 = x2; sel0.y2 = y2; sel0.state |= 4; redraw_stdscr(); } in selection_highlight()
464 { int x1 = sel0.x1, y1 = sel0.y1, x2 = sel0.x2, y2 = sel0.y2, x, y; in selection_copy()
504 PropModeReplace, sel0.text, sel0.size); in selection_provide()
567 if (code == 3) { sel0.state = 8; sel0.sbty = y; sel0.sbkd = sbc[6]; } in handle_event()
597 sel0.gx = gx; sel0.gy = gy; in handle_event()
598 sel0.x1 = x; sel0.y1 = y; sel0.state |= 1 | 2; in handle_event()
611 if ( (be->x == sel0.gx) && (be->y == sel0.gy) ) in handle_event()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/
H A DScilabPlainView.java336 int sel0 = pane.getSelectionStart(); in drawLine() local
341 if (sel0 == sel1) { in drawLine()
346 sel0 = selC[0]; in drawLine()
348 if (sel0 == sel1) { in drawLine()
354 if ((p0 >= sel0 && p0 <= sel1) && (p1 >= sel0 && p1 <= sel1)) { in drawLine()
356 } else if (sel0 >= p0 && sel0 <= p1) { in drawLine()
358 x = drawUnselectedText(g, x, y, p0, sel0); in drawLine()
359 x = drawSelectedText(g, x, y, sel0, sel1); in drawLine()
362 x = drawUnselectedText(g, x, y, p0, sel0); in drawLine()
363 drawSelectedText(g, x, y, sel0, p1); in drawLine()
H A DScilabView.java366 int sel0 = pane.getSelectionStart(); in drawLine() local
372 if (sel0 == sel1) { in drawLine()
377 sel0 = selC[0]; in drawLine()
379 if (sel0 == sel1) { in drawLine()
385 if ((p0 >= sel0 && p0 <= sel1) && (p1 >= sel0 && p1 <= sel1)) { in drawLine()
387 } else if (sel0 >= p0 && sel0 <= p1) { in drawLine()
389 x = drawUnselectedText(g, x, y, p0, sel0); in drawLine()
390 x = drawSelectedText(g, x, y, sel0, sel1); in drawLine()
393 x = drawUnselectedText(g, x, y, p0, sel0); in drawLine()
394 drawSelectedText(g, x, y, sel0, p1); in drawLine()
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dselect-select.ll26 ; CHECK: %[[sel0:.*]] = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
27 ; CHECK: %[[sel1:.*]] = select i1 %bool, <2 x i32> %[[sel0]], <2 x i32> %V
29 %sel0 = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
30 %sel1 = select i1 %bool, <2 x i32> %sel0, <2 x i32> %V
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dselect-select.ll26 ; CHECK: %[[sel0:.*]] = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
27 ; CHECK: %[[sel1:.*]] = select i1 %bool, <2 x i32> %[[sel0]], <2 x i32> %V
29 %sel0 = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
30 %sel1 = select i1 %bool, <2 x i32> %sel0, <2 x i32> %V
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dselect-select.ll26 ; CHECK: %[[sel0:.*]] = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
27 ; CHECK: %[[sel1:.*]] = select i1 %bool, <2 x i32> %[[sel0]], <2 x i32> %V
29 %sel0 = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
30 %sel1 = select i1 %bool, <2 x i32> %sel0, <2 x i32> %V
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dselect-select.ll26 ; CHECK: %[[sel0:.*]] = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
27 ; CHECK: %[[sel1:.*]] = select i1 %bool, <2 x i32> %[[sel0]], <2 x i32> %V
29 %sel0 = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
30 %sel1 = select i1 %bool, <2 x i32> %sel0, <2 x i32> %V
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dselect-select.ll26 ; CHECK: %[[sel0:.*]] = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
27 ; CHECK: %[[sel1:.*]] = select i1 %bool, <2 x i32> %[[sel0]], <2 x i32> %V
29 %sel0 = select <2 x i1> %vec_bool, <2 x i32> zeroinitializer, <2 x i32> %V
30 %sel1 = select i1 %bool, <2 x i32> %sel0, <2 x i32> %V
/dports/cad/alliance/alliance/src/cells/src/dp_sxlib/
H A Ddp_mux_x2.vbe3 sel0 : in BIT;
20 ASSERT (sel0 xor sel1)
24 q <= (sel0 and i0) or (sel1 and i1);
H A Ddp_mux_x4.vbe3 sel0 : in BIT;
20 ASSERT (sel0 xor sel1)
24 q <= (sel0 and i0) or (sel1 and i1);
H A Ddp_nmux_x1.vbe3 sel0 : in BIT;
20 ASSERT (sel0 xor sel1)
24 nq <= not ((sel0 and i0) or (sel1 and i1));
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dacosf4.h98 vec_uint4 sel0 = spu_nand(spu_splats((unsigned int)0xFFFFFFFF),spu_cmpgt(x_abs,almost_half)); in _acosf4() local
99 vec_uint4 sel1 = spu_andc(x_pos,sel0); // pos in _acosf4()
101 vec_float4 za = spu_sel(spu_sel(spu_add(one,x),spu_sub(one,x),sel1) ,x,sel0); in _acosf4()
102 vec_float4 zb = spu_sel(half,x,sel0); in _acosf4()
142 result = spu_sel(result,result0,sel0); in _acosf4()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dacosf4.h98 vec_uint4 sel0 = spu_nand(spu_splats((unsigned int)0xFFFFFFFF),spu_cmpgt(x_abs,almost_half)); in _acosf4() local
99 vec_uint4 sel1 = spu_andc(x_pos,sel0); // pos in _acosf4()
101 vec_float4 za = spu_sel(spu_sel(spu_add(one,x),spu_sub(one,x),sel1) ,x,sel0); in _acosf4()
102 vec_float4 zb = spu_sel(half,x,sel0); in _acosf4()
142 result = spu_sel(result,result0,sel0); in _acosf4()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DPlainView.java111 if (sel0 == sel1 || selected == unselected) { in drawElement()
114 } else if ((p0 >= sel0 && p0 <= sel1) && (p1 >= sel0 && p1 <= sel1)) { in drawElement()
116 } else if (sel0 >= p0 && sel0 <= p1) { in drawElement()
118 x = drawUnselectedText(g, x, y, p0, sel0); in drawElement()
119 x = drawSelectedText(g, x, y, sel0, sel1); in drawElement()
122 x = drawUnselectedText(g, x, y, p0, sel0); in drawElement()
123 x = drawSelectedText(g, x, y, sel0, p1); in drawElement()
257 sel0 = host.getSelectionStart(); in paint()
702 int sel0; field in PlainView
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DPlainView.java111 if (sel0 == sel1 || selected == unselected) { in drawElement()
114 } else if ((p0 >= sel0 && p0 <= sel1) && (p1 >= sel0 && p1 <= sel1)) { in drawElement()
116 } else if (sel0 >= p0 && sel0 <= p1) { in drawElement()
118 x = drawUnselectedText(g, x, y, p0, sel0); in drawElement()
119 x = drawSelectedText(g, x, y, sel0, sel1); in drawElement()
122 x = drawUnselectedText(g, x, y, p0, sel0); in drawElement()
123 x = drawSelectedText(g, x, y, sel0, p1); in drawElement()
257 sel0 = host.getSelectionStart(); in paint()
702 int sel0; field in PlainView
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dpreagi_mickey.cpp273 sel = sel0; in drawMenu()
296 sel = sel0; in getMouseMenuSelRow()
325 sel = sel0; in getMenuSelRow()
398 *sel0 = goIndex; in getMenuSelRow()
408 *sel0 = goIndex; in getMenuSelRow()
442 *sel0 = 0; in getMenuSelRow()
485 *sel0 = 0; in getMenuSelRow()
492 *sel0 = 0; in getMenuSelRow()
503 *sel0 = 0; in getMenuSelRow()
511 *sel0 = 0; in getMenuSelRow()
[all …]

12345678910>>...24