Home
last modified time | relevance | path

Searched refs:maxstep (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsprite_eupdate_aff.c62 int maxstep, curstep; in ec20_cb() local
63 maxstep = 360; in ec20_cb()
66 do_aff(sfsrc, sf0, curstep, 1- (double)curstep / maxstep, 1- (double)curstep / maxstep); in ec20_cb()
73 int maxstep, curstep; in ec21_cb() local
74 maxstep = 360; in ec21_cb()
77 do_aff(sfdst, sf0, curstep, (double)curstep / maxstep, (double)curstep / maxstep); in ec21_cb()
84 int maxstep, curstep; in ec22_cb() local
85 maxstep = 360; in ec22_cb()
95 int maxstep, curstep; in ec23_cb() local
96 maxstep = 360; in ec23_cb()
[all …]
H A Dsprite_eupdate_zmbbul.c9 int curstep, maxstep, turstep; in ec10_cb() local
13 maxstep = sqrt((sfsrc->width - (sfsrc->width/10))*(sfsrc->width - (sfsrc->width/10))+ in ec10_cb()
16 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec10_cb()
17 turstep = maxstep / 2; in ec10_cb()
18 WARNING("step = %d/%d\n", curstep, maxstep); in ec10_cb()
22 sx = (maxstep - curstep) * (sfsrc->width - sfsrc->width/10) / maxstep; in ec10_cb()
23 sy = (maxstep - curstep) * (sfsrc->height - sfsrc->height/10) / maxstep; in ec10_cb()
28 sx = curstep * (sfsrc->width - sfsrc->width/10) / maxstep; in ec10_cb()
29 sy = curstep * (sfsrc->height - sfsrc->height/10) / maxstep; in ec10_cb()
H A Dsprite_eupdate.c199 int curstep, maxstep; in ec9_cb() local
236 int curstep, maxstep = src->height + EC12DELTA; in ec12_cb() local
264 int curstep, maxstep = src->height + EC12DELTA; in ec13_cb() local
294 int curstep, maxstep; in ec14_cb() local
295 maxstep = 256; in ec14_cb()
307 int curstep, maxstep; in ec15_cb() local
308 maxstep = 256; in ec15_cb()
320 int curstep, maxstep; in ec16_cb() local
321 maxstep = 256; in ec16_cb()
333 int curstep, maxstep; in ec17_cb() local
[all …]
H A Dsprite_eupdate_perspect.c129 int curstep, maxstep; in ec25_cb() local
130 maxstep = 180; in ec25_cb()
131 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec25_cb()
142 int curstep, maxstep; in ec26_cb() local
143 maxstep = 180; in ec26_cb()
144 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec26_cb()
155 int curstep, maxstep; in ec28_cb() local
156 maxstep = 180; in ec28_cb()
157 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec28_cb()
168 int curstep, maxstep; in ec29_cb() local
[all …]
/dports/science/py-ase/ase-3.22.0/ase/optimize/
H A Dbfgs.py14 maxstep=None, master=None, alpha=None): argument
48 if maxstep is None:
49 self.maxstep = self.defaults['maxstep']
51 self.maxstep = maxstep
53 if self.maxstep > 1.0:
55 'the maximum step size: %.1f Å' % maxstep)
67 d.update(maxstep=self.maxstep)
79 self.H, self.r0, self.f0, self.maxstep = self.load()
110 self.dump((self.H, self.r0, self.f0, self.maxstep))
119 if maxsteplength >= self.maxstep:
[all …]
H A Dlbfgs.py16 maxstep=None, memory=100, damping=1.0, alpha=70.0, argument
68 if maxstep is not None:
69 self.maxstep = maxstep
71 self.maxstep = self.defaults['maxstep']
73 if self.maxstep > 1.0:
76 maxstep)
169 if longest_step >= self.maxstep:
170 dr *= self.maxstep / longest_step
238 maxstep=self.maxstep, c1=.23,
H A Dfire.py9 dt=0.1, maxstep=None, maxmove=None, dtmax=1.0, Nmin=5, argument
61 if maxstep is not None:
62 self.maxstep = maxstep
64 self.maxstep = maxmove
68 self.maxstep = self.defaults['maxstep']
134 if normdr > self.maxstep:
135 dr = self.maxstep * dr / normdr
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsprite_eupdate.c157 int curstep, maxstep; in ec9_cb() local
194 int curstep, maxstep = src->height + EC12DELTA; in ec12_cb() local
222 int curstep, maxstep = src->height + EC12DELTA; in ec13_cb() local
252 int curstep, maxstep; in ec14_cb() local
253 maxstep = 256; in ec14_cb()
265 int curstep, maxstep; in ec15_cb() local
266 maxstep = 256; in ec15_cb()
278 int curstep, maxstep; in ec16_cb() local
279 maxstep = 256; in ec16_cb()
291 int curstep, maxstep; in ec17_cb() local
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dimport.lib.php32 * @param int $maxstep Limit steps to maxstep or no limit if 0
35 function import_prepare_head($param, $maxstep = 0) argument
39 if (empty($maxstep)) $maxstep = 6;
44 while ($i <= $maxstep)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dimport.lib.php32 * @param int $maxstep Limit steps to maxstep or no limit if 0
35 function import_prepare_head($param, $maxstep = 0) argument
39 if (empty($maxstep)) {
40 $maxstep = 6;
46 while ($i <= $maxstep) {
/dports/graphics/devil/devil-1.7.8/examples/sdl_example/
H A Dsdl_test.c162 int maxstep; in DrawPict() local
171 maxstep = 32-1; in DrawPict()
185 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
187 palcolors[c].g+((cdist[c].g*i))/maxstep; in DrawPict()
189 palcolors[c].b+((cdist[c].b*i))/maxstep; in DrawPict()
203 maxstep /= 2; in DrawPict()
208 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
210 palcolors[c].g+((cdist[c].g*i))/maxstep; in DrawPict()
212 palcolors[c].b+((cdist[c].b*i))/maxstep; in DrawPict()
234 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
[all …]
/dports/devel/sdl12/SDL-1.2.15/test/
H A Dtestwin.c143 int maxstep; in DrawPict() local
152 maxstep = 32-1; in DrawPict()
166 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
168 palcolors[c].g+((cdist[c].g*i))/maxstep; in DrawPict()
170 palcolors[c].b+((cdist[c].b*i))/maxstep; in DrawPict()
184 maxstep /= 2; in DrawPict()
189 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
191 palcolors[c].g+((cdist[c].g*i))/maxstep; in DrawPict()
193 palcolors[c].b+((cdist[c].b*i))/maxstep; in DrawPict()
215 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
[all …]
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/test/
H A Dtestwin.c143 int maxstep; in DrawPict() local
152 maxstep = 32-1; in DrawPict()
166 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
168 palcolors[c].g+((cdist[c].g*i))/maxstep; in DrawPict()
170 palcolors[c].b+((cdist[c].b*i))/maxstep; in DrawPict()
184 maxstep /= 2; in DrawPict()
189 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
191 palcolors[c].g+((cdist[c].g*i))/maxstep; in DrawPict()
193 palcolors[c].b+((cdist[c].b*i))/maxstep; in DrawPict()
215 palcolors[c].r+((cdist[c].r*i))/maxstep; in DrawPict()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1355.c104 double maxstep; local
172 maxstep = 1.1*end-start;
176 maxstep = MIN( neweps[i]/maxtab[i], maxstep );
178 maxstep = pow(maxstep, 0.25);
182 if (DEQUAL(maxstep, 0.0))
192 start += maxstep;
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Ddefragtest.c13 int maxstep; member
65 struct FragObject *createFragObject(unsigned long len, unsigned long size, int maxstep) { in createFragObject() argument
69 o->maxstep = maxstep; in createFragObject()
117 long long maxstep; in fragCreateCommand() local
118 if ((RedisModule_StringToLongLong(argv[4], &maxstep) != REDISMODULE_OK)) { in fragCreateCommand()
122 struct FragObject *o = createFragObject(len, size, maxstep); in fragCreateCommand()
185 if ((o->maxstep && ++steps > o->maxstep) || in FragDefrag()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/geom/
H A Dgeom_motion_curve.h88 int maxstep = numsteps * 2; in motion_curve_keys_linear() local
89 int step = min((int)(time * maxstep), maxstep - 1); in motion_curve_keys_linear()
90 float t = time * maxstep - step; in motion_curve_keys_linear()
156 int maxstep = numsteps * 2; in motion_curve_keys() local
157 int step = min((int)(time * maxstep), maxstep - 1); in motion_curve_keys()
158 float t = time * maxstep - step; in motion_curve_keys()
H A Dgeom_motion_triangle.h114 int maxstep = numsteps * 2; in motion_triangle_vertices() local
115 int step = min((int)(time * maxstep), maxstep - 1); in motion_triangle_vertices()
116 float t = time * maxstep - step; in motion_triangle_vertices()
144 int maxstep = numsteps * 2; in motion_triangle_smooth_normal() local
145 int step = min((int)(time * maxstep), maxstep - 1); in motion_triangle_smooth_normal()
146 float t = time * maxstep - step; in motion_triangle_smooth_normal()
/dports/science/tinker/tinker/source/
H A Dsniffer.f48 integer istep,maxstep
79 maxstep = -1
81 if (exist) read (string,*,err=10,end=10) maxstep
83 if (maxstep .le. 0) then
87 read (input,30) maxstep
90 if (maxstep .le. 0) maxstep = 100
181 stop = start + maxstep
343 maxstep = nint(dble(maxstep)*stepfac)
345 stop = start + maxstep
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/algorithms/treealgo/
H A Dtreeutil.c74 int lrank, i, j, maxstep, tmp, step, parent, current_rank, running_rank, crank; in MPII_Treeutil_tree_knomial_1_init() local
90 maxstep = 0; in MPII_Treeutil_tree_knomial_1_init()
92 maxstep++; in MPII_Treeutil_tree_knomial_1_init()
111 if (lrank >= running_rank && lrank < running_rank + MPL_ipow(k, maxstep - step - 1)) { in MPII_Treeutil_tree_knomial_1_init()
119 running_rank += MPL_ipow(k, maxstep - step - 1); in MPII_Treeutil_tree_knomial_1_init()
134 for (i = step; i < maxstep; i++) { in MPII_Treeutil_tree_knomial_1_init()
143 crank += MPL_ipow(k, maxstep - i - 1); in MPII_Treeutil_tree_knomial_1_init()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/manual/func/
H A Ds1383.tex11 …{\fov surf}, {\fov curve}, {\fov epsge}, {\fov maxstep}, {\fov der}, {\fov newcurve1}, {\fov newcu…
17 \>\> double \> {\fov maxstep};\\
36 \>\> {\fov maxstep}\> - \> \begin{minipg2}
38 $maxstep \leq epsge$ If
39 $maxstep \leq 0.0$ the 3D box of the
74 \>\> double \> {\fov maxstep};\\
82 …{\fov surf}, {\fov curve}, {\fov epsge}, {\fov maxstep}, {\fov der}, \&{\fov newcurve1}, \&{\fov n…
H A Ds1310.tex13 …{\fov surf1}, {\fov surf2}, {\fov intcurve}, {\fov epsge}, {\fov maxstep}, {\fov makecurv}, {\fov …
20 \>\> double \> {\fov maxstep};\\
36 \>\> {\fov maxstep}\> - \> \begin{minipg2}
37 Maximum step length. If maxstep$\leq$0, maxstep is ignored.
38 maxstep = 0.0 is recommended.
100 \>\> double \> {\fov maxstep};\\
106 …{\fov surf1}, {\fov surf2}, {\fov intcurve}, {\fov epsge}, {\fov maxstep}, {\fov makecurv}, {\fov …
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_zfillin.c8 static int THD_zfillin_byte( int nrow , byte * row , int maxstep ) in THD_zfillin_byte() argument
25 for( jj=1 ; jj <= maxstep ; jj++ ){ in THD_zfillin_byte()
40 int THD_dataset_zfillin( THD_3dim_dataset * dset, int ival, int dcode, int maxstep ) in THD_dataset_zfillin() argument
50 maxstep < 1 ) RETURN(-1) ; /* bad things */ in THD_dataset_zfillin()
77 nff = THD_zfillin_byte( nrow , row , maxstep ) ; in THD_dataset_zfillin()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@ReactorNet/
H A DsetMaxTimeStep.m1 function setMaxTimeStep(r, maxstep)
3 % setMaxTimeStep(r, maxstep)
14 % :param maxstep:
18 reactornetmethods(6, reactornet_hndl(r), maxstep);
/dports/science/py-ase/ase-3.22.0/ase/optimize/precon/
H A Dlbfgs.py40 maxstep=None, memory=100, damping=1.0, alpha=70.0, argument
141 if maxstep is not None:
142 if maxstep > 1.0:
145 maxstep)
146 self.maxstep = maxstep
148 self.maxstep = 0.04
334 maxstep=self.maxstep)
355 maxstep=self.maxstep, c1=self.c1,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/rdrand-0.4.0/src/
H A Dlib.rs184 maxstep = $maxstep:path, maxty = $maxty: ty) => {
357 if let Some(w) = loop_rand!($maxty, $maxstep) {
388 if let Some(val) = loop_rand!($maxty, $maxstep) {
413 maxstep = ::arch::_rdrand64_step, maxty = u64);
417 maxstep = ::arch::_rdseed64_step, maxty = u64);
421 maxstep = ::arch::_rdrand32_step, maxty = u32);
425 maxstep = ::arch::_rdseed32_step, maxty = u32);

12345678910>>...20