HomeSort by relevance Sort by last modified time
    Searched refs:nsteps (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 5 # entries correspond to x in [1/nsteps, 2/nsteps, ..., nsteps/nsteps]. Encode
8 # Usage: smoothstep.sh <variant> <nsteps> <bfp> <xprec> <yprec>
11 # <nsteps> must be greater than zero.
20 nsteps=$2
40 y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
46 y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
52 y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 ^ '*' + p | dc | tr -d '\\\\\n' | se (…)
    [all...]
  /external/eigen/blas/f2c/
drotm.c 31 integer nsteps; local
103 nsteps = *n * *incx;
114 i__1 = nsteps;
127 i__2 = nsteps;
142 i__1 = nsteps;
srotm.c 31 integer nsteps; local
104 nsteps = *n * *incx;
115 i__1 = nsteps;
128 i__2 = nsteps;
143 i__1 = nsteps;
  /external/python/cpython2/Demo/tkinter/guido/
sortvisu.py 242 nsteps = steps(self.index, index)
243 if not nsteps: return
245 nsteps = 0
249 trajectory = interpolate(oldpts, newpts, nsteps)
256 nsteps = steps(self.index, other.index)
257 if not nsteps: return
259 nsteps = 0
278 mytrajectory = interpolate(myoldpts, mynewpts, nsteps)
279 othertrajectory = interpolate(otheroldpts, othernewpts, nsteps)
336 nsteps = abs(here - there
    [all...]
  /external/python/cpython3/Tools/demo/
sortvisu.py 242 nsteps = steps(self.index, index)
243 if not nsteps: return
245 nsteps = 0
249 trajectory = interpolate(oldpts, newpts, nsteps)
256 nsteps = steps(self.index, other.index)
257 if not nsteps: return
259 nsteps = 0
278 mytrajectory = interpolate(myoldpts, mynewpts, nsteps)
279 othertrajectory = interpolate(otheroldpts, othernewpts, nsteps)
338 nsteps = abs(here - there
    [all...]

Completed in 249 milliseconds