Home
last modified time | relevance | path

Searched refs:NUM_SEGMENTS (Results 1 – 25 of 70) sorted by relevance

123

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64/
H A Dc64memlimit.c32 #define NUM_SEGMENTS 7 macro
34 static const int mstart[NUM_SEGMENTS] = {
39 static const int mend[NUM_SEGMENTS] = {
44 static const uint32_t limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
92 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_init()
106 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_plus60k_init()
124 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_256k_init()
138 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_max_init()
/dports/emulators/vice/vice-3.5/src/c64/
H A Dc64memlimit.c32 #define NUM_SEGMENTS 7 macro
34 static const int mstart[NUM_SEGMENTS] = {
39 static const int mend[NUM_SEGMENTS] = {
44 static const uint32_t limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
92 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_init()
106 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_plus60k_init()
124 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_256k_init()
138 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_max_init()
/dports/graphics/cairo/cairo-1.17.4/perf/micro/
H A Dintersections.c29 #define NUM_SEGMENTS 256 macro
46 double x[NUM_SEGMENTS]; in draw_random()
47 double y[NUM_SEGMENTS]; in draw_random()
54 for (i = 0; i < NUM_SEGMENTS; i++) { in draw_random()
66 for (i = 0; i < NUM_SEGMENTS; i++) in draw_random()
84 double x[3*NUM_SEGMENTS]; in draw_random_curve()
85 double y[3*NUM_SEGMENTS]; in draw_random_curve()
92 for (i = 0; i < 3*NUM_SEGMENTS; i++) { in draw_random_curve()
104 for (i = 0; i < NUM_SEGMENTS; i++) { in draw_random_curve()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c128/
H A Dc128memlimit.c32 #define NUM_SEGMENTS 14 macro
35 static const int mstart[NUM_SEGMENTS] = {
40 static const int mend[NUM_SEGMENTS] = {
45 static const int limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
545 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_init()
/dports/emulators/vice/vice-3.5/src/c128/
H A Dc128memlimit.c32 #define NUM_SEGMENTS 14 macro
35 static const int mstart[NUM_SEGMENTS] = {
40 static const int mend[NUM_SEGMENTS] = {
45 static const int limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
545 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_init()
/dports/devel/stb/stb-f54acd4/tests/caveview/
H A Dcave_parse.h22 #define NUM_SEGMENTS 16 macro
27 unsigned char *blockdata[NUM_SEGMENTS];
28 unsigned char *data[NUM_SEGMENTS];
29 unsigned char *skylight[NUM_SEGMENTS];
30 unsigned char *light[NUM_SEGMENTS];
/dports/net-im/uTox/uTox/third-party/stb/tests/caveview/
H A Dcave_parse.h22 #define NUM_SEGMENTS 16 macro
27 unsigned char *blockdata[NUM_SEGMENTS];
28 unsigned char *data[NUM_SEGMENTS];
29 unsigned char *skylight[NUM_SEGMENTS];
30 unsigned char *light[NUM_SEGMENTS];
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/caveview/
H A Dcave_parse.h22 #define NUM_SEGMENTS 16 macro
27 unsigned char *blockdata[NUM_SEGMENTS];
28 unsigned char *data[NUM_SEGMENTS];
29 unsigned char *skylight[NUM_SEGMENTS];
30 unsigned char *light[NUM_SEGMENTS];
/dports/security/ridl/ridl-11b3240/stb/tests/caveview/
H A Dcave_parse.h22 #define NUM_SEGMENTS 16 macro
27 unsigned char *blockdata[NUM_SEGMENTS];
28 unsigned char *data[NUM_SEGMENTS];
29 unsigned char *skylight[NUM_SEGMENTS];
30 unsigned char *light[NUM_SEGMENTS];
/dports/emulators/vice/vice-3.5/src/plus4/
H A Dplus4memlimit.c35 #define NUM_SEGMENTS 6 macro
39 static const int mstart[NUM_SEGMENTS] = { 0x00, 0x40, 0x80, 0xc0, 0xfc, 0xfd };
41 static const int mend[NUM_SEGMENTS] = { 0x3f, 0x7f, 0xbf, 0xfb, 0xfc, 0xff };
44 static const int limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
88 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/plus4/
H A Dplus4memlimit.c35 #define NUM_SEGMENTS 6 macro
39 static const int mstart[NUM_SEGMENTS] = { 0x00, 0x40, 0x80, 0xc0, 0xfc, 0xfd };
41 static const int mend[NUM_SEGMENTS] = { 0x3f, 0x7f, 0xbf, 0xfb, 0xfc, 0xff };
44 static const int limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
88 for (j = 0; j < NUM_SEGMENTS; j++) { in mem_limit_init()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePrefabFactory.cpp287 const int NUM_SEGMENTS = 16; in createSphere() local
307 vertexData->vertexCount = (NUM_RINGS + 1) * (NUM_SEGMENTS+1); in createSphere()
315 pSphereVertex->indexData->indexCount = 6 * NUM_RINGS * (NUM_SEGMENTS + 1); in createSphere()
322 float fDeltaSegAngle = (2 * Math::PI / NUM_SEGMENTS); in createSphere()
331 for(int seg = 0; seg <= NUM_SEGMENTS; seg++) { in createSphere()
345 *pVertex++ = (float) seg / (float) NUM_SEGMENTS; in createSphere()
350 *pIndices++ = wVerticeIndex + NUM_SEGMENTS + 1; in createSphere()
352 *pIndices++ = wVerticeIndex + NUM_SEGMENTS; in createSphere()
353 *pIndices++ = wVerticeIndex + NUM_SEGMENTS + 1; in createSphere()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePrefabFactory.cpp285 const int NUM_SEGMENTS = 16; in createSphere() local
305 vertexData->vertexCount = (NUM_RINGS + 1) * (NUM_SEGMENTS+1); in createSphere()
312 pSphereVertex->indexData->indexCount = 6 * NUM_RINGS * (NUM_SEGMENTS + 1); in createSphere()
318 float fDeltaSegAngle = (2 * Math::PI / NUM_SEGMENTS); in createSphere()
327 for(int seg = 0; seg <= NUM_SEGMENTS; seg++) { in createSphere()
341 *pVertex++ = (float) seg / (float) NUM_SEGMENTS; in createSphere()
346 *pIndices++ = wVerticeIndex + NUM_SEGMENTS + 1; in createSphere()
348 *pIndices++ = wVerticeIndex + NUM_SEGMENTS; in createSphere()
349 *pIndices++ = wVerticeIndex + NUM_SEGMENTS + 1; in createSphere()
/dports/emulators/vice/vice-3.5/src/c64dtv/
H A Dc64dtvmeminit.c42 #define NUM_SEGMENTS 7 macro
45 static const int mstart[NUM_SEGMENTS] = {
50 static const int mend[NUM_SEGMENTS] = {
55 static const uint32_t limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
150 for (j = 0; j < NUM_SEGMENTS; j++) { in c64dtvmem_limit_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64dtv/
H A Dc64dtvmeminit.c42 #define NUM_SEGMENTS 7 macro
45 static const int mstart[NUM_SEGMENTS] = {
50 static const int mend[NUM_SEGMENTS] = {
55 static const uint32_t limit_tab[NUM_SEGMENTS][NUM_CONFIGS] = {
150 for (j = 0; j < NUM_SEGMENTS; j++) { in c64dtvmem_limit_init()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/tests/common/
H A Dmacros.rs111 const NUM_SEGMENTS: usize = 5;
113 let input = random_signal(len * (NUM_SEGMENTS + 1));
114 let mut output = vec![0f32; len * NUM_SEGMENTS];
115 let mut inverse = vec![0f32; len * (NUM_SEGMENTS + 1)];
117 for i in 0..NUM_SEGMENTS {
123 for i in 0..NUM_SEGMENTS {
/dports/graphics/cairo/cairo-1.17.4/test/
H A Drandom-clips.c33 #define NUM_SEGMENTS 128 macro
54 for (i = 0; i < NUM_SEGMENTS; i++) { in nz_path()
68 for (i = 0; i < NUM_SEGMENTS; i++) { in region_path()
83 for (i = 0; i < NUM_SEGMENTS; i++) { in rectangle_path()
98 for (i = 0; i < NUM_SEGMENTS; i++) { in arc_path()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_prim_shader.c22 #define NUM_SEGMENTS 64 macro
23 #define NUM_VERTICES (NUM_RINGS * NUM_SEGMENTS * 6)
30 x = ring * RING_SIZE * cosf(2 * ALLEGRO_PI * segment / NUM_SEGMENTS); in setup_vertex()
31 y = ring * RING_SIZE * sinf(2 * ALLEGRO_PI * segment / NUM_SEGMENTS); in setup_vertex()
105 for (segment = 0; segment < NUM_SEGMENTS; segment++) { in main()
/dports/devel/boost-docs/boost_1_72_0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()
/dports/databases/percona57-server/boost_1_59_0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/polygon/benchmark/
H A Dvoronoi_benchmark_segments.cpp48 const int NUM_SEGMENTS[] = {10, 100, 1000, 10000, 100000, 1000000}; variable
107 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in get_intersection_runtime()
130 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_boost_voronoi_test()
144 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_boost_voronoi_test()
156 for (int k = 0; k < NUM_SEGMENTS[i]; ++k) { in run_cgal_delaunay_test()
192 format_line(NUM_SEGMENTS[i], NUM_RUNS[i], time_per_test); in run_cgal_delaunay_test()

123