Home
last modified time | relevance | path

Searched refs:work_out (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/etl/synfig-1.2.2/synfig-studio/src/synfigapp/
H A Dwplistconverter.cpp106 work_out.resize(n); in operator ()()
119 work_out[k1].set_dash(false); in operator ()()
120 work_out[k2].set_dash(false); in operator ()()
128 work_out[kem].set_dash(false); in operator ()()
138 if(!work_out[i].get_dash()) in operator ()()
139 wp_out.push_back(work_out[i]); in operator ()()
159 if(work_out[i].get_dash()) in calculate_ek2()
161 wp_prev=work_out[find_prev(i)]; in calculate_ek2()
198 if(!work_out[i].get_dash()) in find_next()
209 if(!work_out[i].get_dash()) in find_prev()
[all …]
H A Dwplistconverter.h53 std::vector<synfig::WidthPoint> work_out; variable
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/synfigapp/
H A Dwplistconverter.cpp106 work_out.resize(n); in operator ()()
119 work_out[k1].set_dash(false); in operator ()()
120 work_out[k2].set_dash(false); in operator ()()
128 work_out[kem].set_dash(false); in operator ()()
138 if(!work_out[i].get_dash()) in operator ()()
139 wp_out.push_back(work_out[i]); in operator ()()
159 if(work_out[i].get_dash()) in calculate_ek2()
161 wp_prev=work_out[find_prev(i)]; in calculate_ek2()
198 if(!work_out[i].get_dash()) in find_next()
209 if(!work_out[i].get_dash()) in find_prev()
[all …]
H A Dwplistconverter.h53 std::vector<synfig::WidthPoint> work_out; variable
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/synfigapp/
H A Dwplistconverter.cpp106 work_out.resize(n); in operator ()()
119 work_out[k1].set_dash(false); in operator ()()
120 work_out[k2].set_dash(false); in operator ()()
128 work_out[kem].set_dash(false); in operator ()()
138 if(!work_out[i].get_dash()) in operator ()()
139 wp_out.push_back(work_out[i]); in operator ()()
159 if(work_out[i].get_dash()) in calculate_ek2()
161 wp_prev=work_out[find_prev(i)]; in calculate_ek2()
198 if(!work_out[i].get_dash()) in find_next()
209 if(!work_out[i].get_dash()) in find_prev()
[all …]
H A Dwplistconverter.h53 std::vector<synfig::WidthPoint> work_out; variable
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/mpi/pmix/
H A Dpmixp_agent.c62 int work_in, work_out; member
183 timer_data.work_in = timer_data.work_out = -1; in _setup_timeout_fds()
191 timer_data.work_out = fds[1]; in _setup_timeout_fds()
210 if (0 <= timer_data.work_out) { in _shutdown_timeout_fds()
211 close(timer_data.work_out); in _shutdown_timeout_fds()
212 timer_data.work_out = -1; in _shutdown_timeout_fds()
287 safe_write(timer_data.work_out, &c, 1); in _pmix_timer_thread()
/dports/lang/fpc-source/fpc-3.2.2/packages/tosunits/src/
H A Dvdi.pas141 procedure v_opnwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
155 procedure v_opnvwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
217 procedure v_opnwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
232 move(_intout,work_out[0],45*sizeof(smallint));
233 move(_ptsout,work_out[45],12*sizeof(smallint));
355 procedure v_opnvwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
370 move(_intout,work_out[0],45*sizeof(smallint));
371 move(_ptsout,work_out[45],12*sizeof(smallint));
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_atari.c193 work_out[57], /* VDI-Aufrufe (inkl. V_OPENVWK) */ variable
275 v_opnvwk(work_in, &vdi_handle, work_out); /* Bildschirm �ffnen */ in open_vwork()
279 w_pixel = work_out[3]; /* Pixelbreite /-h�he */ in open_vwork()
280 h_pixel = work_out[4]; /* in 1/1000 mm */ in open_vwork()
281 color_max = work_out[13]; /* gleichz.darstellb.Farb. */ in open_vwork()
282 color_palette = work_out[39]; /* verf�gbare Farben */ in open_vwork()
283 w_screen = work_out[0] + 1; /* Bildschirmbreite /-h�he */ in open_vwork()
284 h_screen = work_out[1] + 1; /* in Pixeln */ in open_vwork()
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_atari.c174 work_out[57], /* VDI-Aufrufe (inkl. V_OPENVWK) */ variable
282 v_opnvwk( work_in, &vdi_handle, work_out ); /* Bildschirm �ffnen*/ in open_vwork()
286 w_pixel = work_out[3]; /* Pixelbreite /-h�he */ in open_vwork()
287 h_pixel = work_out[4]; /* in 1/1000 mm */ in open_vwork()
288 color_max = work_out[13]; /* gleichz.darstellb.Farb. */ in open_vwork()
289 color_palette = work_out[39]; /* verf�gbare Farben */ in open_vwork()
290 w_screen = work_out[0] + 1; /* Bildschirmbreite /-h�he */ in open_vwork()
291 h_screen = work_out[1] + 1; /* in Pixeln */ in open_vwork()
/dports/devel/sdl12/SDL-1.2.15/src/video/gem/
H A DSDL_gemvideo.c229 vq_scrninfo(VDI_handle, work_out); in VDI_ReadExtInfo()
231 VDI_format = work_out[0]; in VDI_ReadExtInfo()
232 clut_type = work_out[1]; in VDI_ReadExtInfo()
238 VDI_pitch = work_out[5]; in VDI_ReadExtInfo()
248 tmp_p = (Uint16 *)&work_out[16]; in VDI_ReadExtInfo()
304 short work_in[12], work_out[272], dummy; in GEM_VideoInit() local
345 VDI_w = work_out[0] + 1; in GEM_VideoInit()
346 VDI_h = work_out[1] + 1; in GEM_VideoInit()
355 vq_extnd(VDI_handle, 1, work_out); in GEM_VideoInit()
356 VDI_bpp = work_out[4]; in GEM_VideoInit()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dmathtest.c247 int work_out(void) in work_out() function
287 ret = work_out(); in equals_proc()
301 work_out(); in binary_operator()
380 … 0, 0, 0, 0, 0, 13, 0, 0, 0, work_out, NULL, NULL },
/dports/emulators/atari800/atari800-3.1.0/src/
H A Datari_falcon.c285 int work_in[11], work_out[57]; in PLATFORM_Initialise() local
372 v_opnvwk(work_in, &gl_vdi_handle, work_out); in PLATFORM_Initialise()
375 HOST_WIDTH = work_out[0] + 1; in PLATFORM_Initialise()
376 HOST_HEIGHT = work_out[1] + 1; in PLATFORM_Initialise()
378 vq_extnd(gl_vdi_handle, 1, work_out); in PLATFORM_Initialise()
379 HOST_PLANES = work_out[4]; in PLATFORM_Initialise()
/dports/lang/fpc-source/fpc-3.2.2/packages/tosunits/examples/
H A Dgemcube.pas181 work_out: array[0..64] of smallint;
192 v_opnvwk(@work_in, @handle, @work_out);
195 xyarray[2]:=work_out[0];
196 xyarray[3]:=work_out[1];
H A Dgemwin.pas30 work_out: array[0..64] of smallint;
40 v_opnvwk(@work_in, @handle, @work_out);
/dports/math/aribas/aribas-1.64/src/
H A Dsysdep.c113 work_out[57]; variable
357 v_opnvwk(work_in, &handle, work_out); in prologue()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Datom_utils.F1487 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: work_inp, work_out local
1493 ALLOCATE (work_inp(nc), work_out(nc))
1499 CALL DSYMV('U', nc, 1.0_dp, kernel, nc, work_inp, 1, 0.0_dp, work_out, 1)
1502 work_inp(:nc) = work_out(:nc)*EXP(-r(:nc)**2)/r(:nc)**2*wr(:nc)
1503 CALL DSYMV('U', nc, 1.0_dp, kernel, nc, work_inp, 1, 0.0_dp, work_out, 1)
1505 cpot(:nc) = work_out(:nc)*(2.0_dp*REAL(nu, dp) + 1.0_dp)*4.0_dp/pi*omega
1531 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: work_inp, work_out local
1540 ALLOCATE (work_inp(n_max), work_out(n_max))
1546 … CALL DGEMV('T', nc_kernel, nr_kernel, 1.0_dp, kernel, nc_kernel, work_inp, 1, 0.0_dp, work_out, 1)
1549 work_inp(:nr_kernel) = work_out(:nr_kernel)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Datom_utils.F1487 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: work_inp, work_out local
1493 ALLOCATE (work_inp(nc), work_out(nc))
1499 CALL DSYMV('U', nc, 1.0_dp, kernel, nc, work_inp, 1, 0.0_dp, work_out, 1)
1502 work_inp(:nc) = work_out(:nc)*EXP(-r(:nc)**2)/r(:nc)**2*wr(:nc)
1503 CALL DSYMV('U', nc, 1.0_dp, kernel, nc, work_inp, 1, 0.0_dp, work_out, 1)
1505 cpot(:nc) = work_out(:nc)*(2.0_dp*REAL(nu, dp) + 1.0_dp)*4.0_dp/pi*omega
1531 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: work_inp, work_out local
1540 ALLOCATE (work_inp(n_max), work_out(n_max))
1546 … CALL DGEMV('T', nc_kernel, nr_kernel, 1.0_dp, kernel, nc_kernel, work_inp, 1, 0.0_dp, work_out, 1)
1549 work_inp(:nr_kernel) = work_out(:nr_kernel)
[all …]
/dports/devel/py-transitions/transitions-0.8.8/examples/
H A DPlayground.ipynb36 " ['work_out', 'hanging out', 'hungry'],\n",
H A DFrequently asked questions.ipynb236 " machine.add_transition('work_out', instance.HANGING_OUT, instance.HUNGRY)\n",
/dports/www/netsurf/netsurf-3.10/frontends/atari/gemtk/
H A Dguiwin.c91 static short work_out[57]; variable
683 v_opnvwk(work_in, &v_vdi_h, work_out); in gemtk_wm_init()
/dports/www/netsurf/netsurf-3.10/frontends/atari/plot/
H A Dplot.c45 void vq_scrninfo(VdiHdl handle, short *work_out);
1628 short work_out[57]; in plot_init() local
1630 v_opnvwk(work_in, &atari_plot_vdi_handle, work_out); in plot_init()
/dports/devel/py-transitions/transitions-0.8.8/
H A DREADME.md92 self.machine.add_transition('work_out', 'hanging out', 'hungry')
148 >>> batman.work_out()
H A DPKG-INFO48 self.machine.add_transition('work_out', 'hanging out', 'hungry')
104 >>> batman.work_out()
/dports/devel/py-transitions/transitions-0.8.8/transitions.egg-info/
H A DPKG-INFO48 self.machine.add_transition('work_out', 'hanging out', 'hungry')
104 >>> batman.work_out()

12