Home
last modified time | relevance | path

Searched refs:holey (Results 1 – 25 of 132) sorted by relevance

123456

/dports/games/quantumminigolf/quantumminigolf-1.1.1.src/
H A DClassicSimulator.cpp22 ClassicSimulator::ClassicSimulator(int width, int height, Renderer *renderer, int holex, int holey,… in ClassicSimulator() argument
29 this->holey = holey; in ClassicSimulator()
91 (pos[1]-holey)*(pos[1]-holey) ); in propagate()
105 (pos[1]-holey)*(pos[1]-holey) )){ in propagate()
107 wx = pos[0]-holex; wy = pos[1]-holey; in propagate()
H A Dquantumminigolf.cpp54 int holex=100; int holey=160; int holer=30; // hole position and radius local
95 …Renderer renderer(WIDTH, HEIGHT, SDL_HWSURFACE /*| SDL_FULLSCREEN*/, holex, holey, holer, rball);/…
102 …Renderer renderer(WIDTH, HEIGHT, SDL_HWSURFACE | SDL_FULLSCREEN, holex, holey, holer, rball);// | …
105 ClassicSimulator csimulator(WIDTH, HEIGHT, &renderer, holex, holey, holer);
217 if((posx-holex)*(posx-holex) + (posy-holey)*(posy-holey) < holer*holer)
H A DClassicSimulator.h34 ClassicSimulator(int width, int height, Renderer *renderer, int holex, int holey, int holer);
57 int holex, holey, holer; variable
H A DRenderer.h41 Renderer(int width, int height, int flag, int holex, int holey, int holer, int rball);
75 int holex, holey, holer; // position and radius of the hole variable
H A DRenderer.cpp23 Renderer::Renderer(int width, int height, int flag, int holex, int holey, int holer, int rball) in Renderer() argument
29 this->holey = holey; in Renderer()
281 RenderHole(holex, holey, holer); in RenderWave()
301 RenderHole(holex, holey, holer); in RenderBall()
H A DQuantumSimulator.cpp205 int holex = 100, holey = 160; in PositionMeasurement() local
217 for(int j=holey-holer; j<holey+holer; j++){ in PositionMeasurement()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dsliders.c11 move_square(struct notcurses* nc, struct ncplane* chunk, int* holey, int* holex, in move_square() argument
17 deltay = *holey - newholey; in move_square()
37 *holey = newholey; in move_square()
52 int holex, holey; in play() local
53 ncplane_yx(chunks[hole], &holey, &holex); in play()
79 int err = move_square(nc, chunks[mover], &holey, &holex, movens); in play()
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/t/01_array/
H A Dmesh.t20 my @holey; $#holey = 9;
21 $meshed = array( 1 .. 10 )->mesh( array(@holey) );
/dports/devel/z88dk/z88dk/examples/console/
H A Dvtstone.c144 int holey[]={7,16,24,32,40,48,56,66,56,48,40,32,24,16}; variable
165 3+holey[pit] +stoney[board[pit]]); in incpit()
307 3+holey[pit] +stoney[board[pit]]); in decpit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-array.cc69 bool holey = false; in RUNTIME_FUNCTION() local
81 holey = true; in RUNTIME_FUNCTION()
99 if (holey && !IsHoleyElementsKind(to_kind)) { in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-array.cc74 bool holey = false; in RUNTIME_FUNCTION() local
86 holey = true; in RUNTIME_FUNCTION()
104 if (holey && !IsHoleyElementsKind(to_kind)) { in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-array.cc77 bool holey = false; in RUNTIME_FUNCTION() local
89 holey = true; in RUNTIME_FUNCTION()
107 if (holey && !IsHoleyElementsKind(to_kind)) { in RUNTIME_FUNCTION()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_import.c637 nvlist_t *holey; in get_configs() local
643 if (nvlist_alloc(&holey, NV_UNIQUE_NAME, in get_configs()
652 if (nvlist_add_string(holey, in get_configs()
655 nvlist_add_uint64(holey, in get_configs()
657 nvlist_add_uint64(holey, in get_configs()
660 child[c] = holey; in get_configs()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_textures.c288 boolean holey = false; in R_GenerateTexture() local
308 holey = true; in R_GenerateTexture()
310 for (x = 0; x < texture->width && !holey; x++) in R_GenerateTexture()
326 holey = true; // this texture is HOLEy! D: in R_GenerateTexture()
330 if (holey) in R_GenerateTexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-array.tq38 // holey elements when the global NoElementsProtector is not invalidated.
42 // holey elements or frozen, sealed elements when the global NoElementsProtector
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-array.tq55 // holey elements when the global NoElementsProtector is not invalidated.
59 // holey elements or frozen, sealed elements when the global NoElementsProtector
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Darray-map.tq111 // We also need to create a holey output array if we are
211 // Our output array must necessarily be holey because of holes in
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Darray-map.tq117 // We also need to create a holey output array if we are
216 // Our output array must necessarily be holey because of holes in
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Darray-map.tq117 // We also need to create a holey output array if we are
217 // Our output array must necessarily be holey because of holes in
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-array.cc572 bool holey = false; in RUNTIME_FUNCTION() local
584 holey = true; in RUNTIME_FUNCTION()
602 if (holey && !IsHoleyElementsKind(to_kind)) { in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-array.tq83 // holey elements when the global NoElementsProtector is not invalidated.
87 // holey elements or frozen, sealed elements when the global NoElementsProtector
/dports/cad/fritzing/fritzing-app-0.9.2b/src/svg/
H A Dsvg2gerber.cpp430 double holey = (height - stroke_width)/1000; in allPaths2gerber() local
439 …ing("R,%1X%2X%3X%4").arg(totalx, 0, 'f').arg(totaly, 0, 'f').arg(holex, 0, 'f').arg(holey, 0, 'f'); in allPaths2gerber()
/dports/misc/otter/otter-3.3f/documents/
H A Danldp.tex339 \item{\verb:holey:.}
341 See Sec. \ref{holey}.
344 See Sec. \ref{holey}.
634 \subsubsection{Quasigroups with Holes} \label{holey} label
745 with the options ``\verb:-n16 -p:'' produces the following holey quasigroup.
/dports/lang/kturtle/kturtle-21.12.3/po/de/docs/kturtle/
H A Dprogramming-reference.docbook952 >holey<indexterm
954 >holey</primary
960 >holey</userinput
/dports/lang/nim/nim-1.6.2/lib/std/
H A Djsonutils.nim303 ## serialize/deserialize holey enums as regular enums (via `ord`) instead of as strings.

123456