Home
last modified time | relevance | path

Searched refs:stepl (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-tables/tables-3.6.1/tables/
H A Darray.py378 stepl = numpy.empty(shape=shape, dtype=SizeType)
393 stepl[dim] = 1
418 stepl[dim] = step
426 stepl[dim] = 1
447 return startl, stopl, stepl, shape
658 arr = self._read_slice(startl, stopl, stepl, shape)
755 def _read_slice(self, startl, stopl, stepl, shape): argument
762 self._g_read_slice(startl, stopl, stepl, nparr)
803 def _write_slice(self, startl, stopl, stepl, shape, nparr): argument
807 countl = ((stopl - startl - 1) // stepl) + 1
[all …]
H A Dindex.py1240 self.stepl = numpy.ones(shape=2, dtype=numpy.uint64)
1241 where._g_read_slice(self.startl, self.stopl, self.stepl, buffer)
1249 self.stepl = numpy.ones(shape=2, dtype=numpy.uint64)
1251 where._g_write_slice(self.startl, self.stepl, countl, buffer)
1259 stepl = numpy.array([1], dtype=numpy.uint64)
1260 where._g_read_slice(startl, stopl, stepl, buffer)
1268 stepl = numpy.array([1], dtype=numpy.uint64)
1269 where._g_write_slice(startl, stepl, countl, buffer)
H A Dhdf5extension.pyx1557 def _g_read_slice(self, ndarray startl, ndarray stopl, ndarray stepl, argument
1567 # Get the pointer to the buffer data area of startl, stopl and stepl arrays
1570 step = <hsize_t *>stepl.data
1687 startl, countl, stepl = [], [], []
1692 stepl.append(1)
1696 stepl.append(step)
1699 step_ = numpy.array(stepl, dtype="i8")
1779 def _g_write_slice(self, ndarray startl, ndarray stepl, ndarray countl, argument
1796 step = <hsize_t *>stepl.data
/dports/games/cube/cube_source/src/
H A Dworldlight.cpp26 …int stepl = fast_f2nat(l/(float)steps); // incorrect: light will fade quicker if near edge of the … in lightray() local
31 stepl /= lightscale; in lightray()
61 l -= stepl; in lightray()
64 stepl -= 25; in lightray()
85 l -= stepl; in lightray()
86 stepl -= 25; in lightray()
100 l -= stepl; in lightray()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dworldlight.cpp25 … int stepl = (int)(l/(float)steps); // incorrect: light will fade quicker if near edge of the world in lightray() local
30 stepl /= lightscale; in lightray()
60 l -= stepl; in lightray()
63 stepl -= 25; in lightray()
88 l -= stepl; in lightray()
89 stepl -= 25; in lightray()
98 l -= stepl; in lightray()
99 stepl -= 25; in lightray()
113 l -= stepl; in lightray()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DOpticaltrem.C117 stepl = gl*(1.0f - alphal) + alphal*oldstepl; in out()
118 oldstepl = stepl; in out()
119 dRCl = dTC*f_exp(stepl*minTC); in out()
121 xl = CNST_E + stepl*b; in out()
H A DVibe.C128 stepl = gl*alphal + dalphal*oldstepl; in out()
129 oldstepl = stepl; in out()
130 dRCl = dTC*f_exp(stepl*minTC); in out()
133 xl = CNST_E + stepl*b; in out()
H A DOpticaltrem.h57 …float Ra, Rb, R1, Rp, b, dTC, dRCl, dRCr, minTC, alphal, alphar, stepl, stepr, oldstepl, oldstepr,… variable
H A DVibe.h69 …float Ra, Rb, b, dTC, dRCl, dRCr, lampTC, ilampTC, minTC, alphal, alphar, stepl, stepr, oldstepl, …
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/
H A DRNM_tpl.hpp191 int stepl= u.step, stepr=vc.a.step; in operator ,() local
192 for (long i=0;i<n;i++,l += stepl, r += stepr) s += *l * conj(*r); in operator ,()
203 int stepl= u.a.step, stepr=vc.step; in operator ,() local
204 for (long i=0;i<n;i++,l += stepl, r += stepr) s += conj(*l) * (*r); in operator ,()
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DRNM_tpl.hpp201 int stepl= u.step, stepr=vc.a.step; in operator ,() local
202 for (long i=0;i<n;i++,l += stepl, r += stepr) s += *l * RNM::conj(*r); in operator ,()
213 int stepl= u.a.step, stepr=vc.step; in operator ,() local
214 for (long i=0;i<n;i++,l += stepl, r += stepr) s += RNM::conj(*l) * (*r); in operator ,()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/kinsol/
H A Dkinsol.c395 #define stepl (kin_mem->kin_stepl) macro
1204 stepl = pnorm; in KINFullNewton()
1215 stepl = pnorm; in KINFullNewton()
1259 stepl = pnorm; in KINFullNewton()
1364 stepl = pnorm; in KINLineSearch()
1374 stepl = pnorm; in KINLineSearch()
1391 stepl = pnorm; in KINLineSearch()
1436 stepl = pnorm; in KINLineSearch()
H A Dkinsol_io.c871 #define stepl (kin_mem->kin_stepl) macro
1033 *steplength = stepl; in KINGetStepLength()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_vibe.lv2/
H A Dvibe.cc244 …float Ra, Rb, b, dTC, dRCl, dRCr, lampTC, ilampTC, minTC, alphal, alphar, stepl, stepr, oldstepl, … member in vibe::Vibe
474 stepl = gl*alphal + dalphal*oldstepl; in out()
475 oldstepl = stepl; in out()
476 dRCl = dTC*f_exp(stepl*minTC); in out()
479 xl = CNST_E + stepl*b; in out()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/
H A Dvibe.cc140 …float Ra, Rb, b, dTC, dRCl, dRCr, lampTC, ilampTC, minTC, alphal, alphar, stepl, stepr, oldstepl, … member in pluginlib::vibe::Vibe
403 stepl = gl*alphal + dalphal*oldstepl; in out()
404 oldstepl = stepl; in out()
405 dRCl = dTC*f_exp(stepl*minTC); in out()
408 xl = CNST_E + stepl*b; in out()
/dports/audio/din/din-52/src/
H A Dbinaural_drone.cc48 void binaural_drone::make_name (float stepl, float stepr) { in make_name() argument
49 float hzl, hzr; step2hz (stepl, hzl); step2hz (stepr, hzr); in make_name()
H A Dbinaural_drone.h19 void make_name (float stepl, float stepr); // for fading in/out step > hz > name
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/kinsol/
H A Dkinsol.c416 #define stepl (kin_mem->kin_stepl) macro
1276 stepl = pnorm; in KINFullNewton()
1285 stepl = pnorm; in KINFullNewton()
1316 stepl = pnorm; in KINFullNewton()
1413 stepl = pnorm; in KINLineSearch()
1422 stepl = pnorm; in KINLineSearch()
1437 stepl = pnorm; in KINLineSearch()
1468 stepl = pnorm; in KINLineSearch()
H A Dkinsol_io.c834 #define stepl (kin_mem->kin_stepl) macro
989 *steplength = stepl; in KINGetStepLength()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dlorenz.cpp338 float stepl=(fabs(s)/maxl); in display() local
339 for (l=0; l<maxl; l+=stepl) in display()
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/highlight/
H A Dcoq.js.map1 …e simplify_eq solve ' +\n 'specialize split split_Rabs split_Rmult stepl stepr subst sum sw…
/dports/www/mattermost-webapp/mattermost/client/
H A Dmain.ea67f64bfaca6bdc766a.js.map1 …lize\",\n \"split\",\n \"split_Rabs\",\n \"split_Rmult\",\n \"stepl\",\n \"stepr\",…