Home
last modified time | relevance | path

Searched refs:vcount (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_realize_degree_sequence.out6 vcount: 0
11 vcount: 0
16 vcount: 0
23 vcount: 0
28 vcount: 0
33 vcount: 0
40 vcount: 0
45 vcount: 0
50 vcount: 0
60 vcount: 4
[all …]
H A Digraph_neighborhood_graphs.out6 vcount: 1
17 vcount: 3
25 vcount: 3
32 vcount: 3
39 vcount: 4
48 vcount: 2
57 vcount: 2
63 vcount: 2
69 vcount: 2
75 vcount: 3
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/index/test/rtree/
H A Drtree_insert_remove.cpp16 void test_rtree(unsigned vcount) in test_rtree() argument
24 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
29 BOOST_CHECK(rt.size() == vcount); in test_rtree()
32 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
34 rt.remove(point_t((i + 3) % vcount)); in test_rtree()
40 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
42 rt.insert(point_t((i + 5) % vcount)); in test_rtree()
45 BOOST_CHECK(rt.size() == vcount); in test_rtree()
48 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
50 rt.remove(point_t((i + 7) % vcount)); in test_rtree()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/index/test/rtree/
H A Drtree_insert_remove.cpp16 void test_rtree(unsigned vcount) in test_rtree() argument
24 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
29 BOOST_CHECK(rt.size() == vcount); in test_rtree()
32 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
34 rt.remove(point_t((i + 3) % vcount)); in test_rtree()
40 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
42 rt.insert(point_t((i + 5) % vcount)); in test_rtree()
45 BOOST_CHECK(rt.size() == vcount); in test_rtree()
48 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
50 rt.remove(point_t((i + 7) % vcount)); in test_rtree()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/geometry/index/test/rtree/
H A Drtree_insert_remove.cpp16 void test_rtree(unsigned vcount) in test_rtree() argument
24 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
29 BOOST_CHECK(rt.size() == vcount); in test_rtree()
32 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
34 rt.remove(point_t((i + 3) % vcount)); in test_rtree()
40 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
42 rt.insert(point_t((i + 5) % vcount)); in test_rtree()
45 BOOST_CHECK(rt.size() == vcount); in test_rtree()
48 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
50 rt.remove(point_t((i + 7) % vcount)); in test_rtree()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/index/test/rtree/
H A Drtree_insert_remove.cpp16 void test_rtree(unsigned vcount) in test_rtree() argument
24 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
29 BOOST_CHECK(rt.size() == vcount); in test_rtree()
32 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
34 rt.remove(point_t((i + 3) % vcount)); in test_rtree()
40 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
42 rt.insert(point_t((i + 5) % vcount)); in test_rtree()
45 BOOST_CHECK(rt.size() == vcount); in test_rtree()
48 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
50 rt.remove(point_t((i + 7) % vcount)); in test_rtree()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/index/test/rtree/
H A Drtree_insert_remove.cpp16 void test_rtree(unsigned vcount) in test_rtree() argument
24 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
29 BOOST_CHECK(rt.size() == vcount); in test_rtree()
32 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
34 rt.remove(point_t((i + 3) % vcount)); in test_rtree()
40 for ( unsigned i = 0 ; i < vcount ; ++i ) in test_rtree()
42 rt.insert(point_t((i + 5) % vcount)); in test_rtree()
45 BOOST_CHECK(rt.size() == vcount); in test_rtree()
48 for ( unsigned i = 0 ; i < vcount + 3 ; ++i ) in test_rtree()
50 rt.remove(point_t((i + 7) % vcount)); in test_rtree()
[all …]
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dbbox.c639 vcount++; in oct_bb_to_points()
645 vcount++; in oct_bb_to_points()
661 vcount++; in oct_bb_to_points()
667 vcount++; in oct_bb_to_points()
679 vcount++; in oct_bb_to_points()
685 vcount++; in oct_bb_to_points()
699 vcount++; in oct_bb_to_points()
705 vcount++; in oct_bb_to_points()
721 vcount++; in oct_bb_to_points()
727 vcount++; in oct_bb_to_points()
[all …]
/dports/graphics/freetype-gl/freetype-gl-647b062/
H A Dtext-buffer.c237 size_t vcount = 0; in text_buffer_add_char() local
311 indices[icount + 0] = vcount+0; in text_buffer_add_char()
312 indices[icount + 1] = vcount+1; in text_buffer_add_char()
313 indices[icount + 2] = vcount+2; in text_buffer_add_char()
314 indices[icount + 3] = vcount+0; in text_buffer_add_char()
315 indices[icount + 4] = vcount+2; in text_buffer_add_char()
317 vcount += 4; in text_buffer_add_char()
351 vcount += 4; in text_buffer_add_char()
384 vcount += 4; in text_buffer_add_char()
417 vcount += 4; in text_buffer_add_char()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dgeebee_sndhrdw.c62 static int vcount = 0; in geebee_sound_update() local
72 vcount++; in geebee_sound_update()
74 if ((vcount & 3) == 2) in geebee_sound_update()
85 sound_signal = (vcount & 0x04) ? decay[volume] : 0; in geebee_sound_update()
88 sound_signal = (vcount & 0x08) ? decay[volume] : 0; in geebee_sound_update()
91 sound_signal = (vcount & 0x10) ? decay[volume] : 0; in geebee_sound_update()
94 sound_signal = (vcount & 0x20) ? decay[volume] : 0; in geebee_sound_update()
97 sound_signal = !(vcount & 0x01) && !(vcount & 0x10) ? decay[volume] : 0; in geebee_sound_update()
100 sound_signal = !(vcount & 0x02) && !(vcount & 0x20) ? decay[volume] : 0; in geebee_sound_update()
103 sound_signal = !(vcount & 0x04) && !(vcount & 0x40) ? decay[volume] : 0; in geebee_sound_update()
H A Dwarpwarp_sndhrdw.c119 static int vcount = 0; in warpwarp_sound_update() local
156 vcount++; in warpwarp_sound_update()
159 if ((vcount & 3) == 2) in warpwarp_sound_update()
171 sound_signal = (vcount & 0x04) ? decay[sound_volume] : 0; in warpwarp_sound_update()
174 sound_signal = (vcount & 0x08) ? decay[sound_volume] : 0; in warpwarp_sound_update()
177 sound_signal = (vcount & 0x10) ? decay[sound_volume] : 0; in warpwarp_sound_update()
180 sound_signal = (vcount & 0x20) ? decay[sound_volume] : 0; in warpwarp_sound_update()
183 sound_signal = !(vcount & 0x01) && !(vcount & 0x10) ? decay[sound_volume] : 0; in warpwarp_sound_update()
186 sound_signal = !(vcount & 0x02) && !(vcount & 0x20) ? decay[sound_volume] : 0; in warpwarp_sound_update()
189 sound_signal = !(vcount & 0x04) && !(vcount & 0x40) ? decay[sound_volume] : 0; in warpwarp_sound_update()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dgeebee_sndhrdw.c62 static int vcount = 0; in geebee_sound_update() local
72 vcount++; in geebee_sound_update()
74 if ((vcount & 3) == 2) in geebee_sound_update()
85 sound_signal = (vcount & 0x04) ? decay[volume] : 0; in geebee_sound_update()
88 sound_signal = (vcount & 0x08) ? decay[volume] : 0; in geebee_sound_update()
91 sound_signal = (vcount & 0x10) ? decay[volume] : 0; in geebee_sound_update()
94 sound_signal = (vcount & 0x20) ? decay[volume] : 0; in geebee_sound_update()
97 sound_signal = !(vcount & 0x01) && !(vcount & 0x10) ? decay[volume] : 0; in geebee_sound_update()
100 sound_signal = !(vcount & 0x02) && !(vcount & 0x20) ? decay[volume] : 0; in geebee_sound_update()
103 sound_signal = !(vcount & 0x04) && !(vcount & 0x40) ? decay[volume] : 0; in geebee_sound_update()
H A Dwarpwarp_sndhrdw.c119 static int vcount = 0; in warpwarp_sound_update() local
156 vcount++; in warpwarp_sound_update()
159 if ((vcount & 3) == 2) in warpwarp_sound_update()
171 sound_signal = (vcount & 0x04) ? decay[sound_volume] : 0; in warpwarp_sound_update()
174 sound_signal = (vcount & 0x08) ? decay[sound_volume] : 0; in warpwarp_sound_update()
177 sound_signal = (vcount & 0x10) ? decay[sound_volume] : 0; in warpwarp_sound_update()
180 sound_signal = (vcount & 0x20) ? decay[sound_volume] : 0; in warpwarp_sound_update()
183 sound_signal = !(vcount & 0x01) && !(vcount & 0x10) ? decay[sound_volume] : 0; in warpwarp_sound_update()
186 sound_signal = !(vcount & 0x02) && !(vcount & 0x20) ? decay[sound_volume] : 0; in warpwarp_sound_update()
189 sound_signal = !(vcount & 0x04) && !(vcount & 0x40) ? decay[sound_volume] : 0; in warpwarp_sound_update()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dgeebee.c66 static int vcount = 0; in geebee_sound_update() local
76 vcount++; in geebee_sound_update()
78 if ((vcount & 3) == 2) in geebee_sound_update()
89 sound_signal = (vcount & 0x04) ? decay[volume] : 0; in geebee_sound_update()
92 sound_signal = (vcount & 0x08) ? decay[volume] : 0; in geebee_sound_update()
95 sound_signal = (vcount & 0x10) ? decay[volume] : 0; in geebee_sound_update()
98 sound_signal = (vcount & 0x20) ? decay[volume] : 0; in geebee_sound_update()
101 sound_signal = !(vcount & 0x01) && !(vcount & 0x10) ? decay[volume] : 0; in geebee_sound_update()
104 sound_signal = !(vcount & 0x02) && !(vcount & 0x20) ? decay[volume] : 0; in geebee_sound_update()
107 sound_signal = !(vcount & 0x04) && !(vcount & 0x40) ? decay[volume] : 0; in geebee_sound_update()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_draw_private.h73 *prim_count = vcount; in svga_translate_prim()
77 *prim_count = vcount / 2; in svga_translate_prim()
81 *prim_count = vcount - 1; in svga_translate_prim()
85 *prim_count = vcount / 3; in svga_translate_prim()
89 *prim_count = vcount - 2; in svga_translate_prim()
93 *prim_count = vcount - 2; in svga_translate_prim()
97 *prim_count = vcount / 4; in svga_translate_prim()
101 *prim_count = vcount - 3; in svga_translate_prim()
105 *prim_count = vcount / 6; in svga_translate_prim()
109 *prim_count = vcount / 2 - 2 ; in svga_translate_prim()
[all …]

12345678910>>...44