Home
last modified time | relevance | path

Searched refs:nsteps (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dsmoothstep.sh20 nsteps=$2
40 …y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | s…
46 …y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | t…
52 …y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 …
90 while [ $s -le $nsteps ] ; do
92 x=`echo ${xprec} k ${s} ${nsteps} / p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
/external/jemalloc/include/jemalloc/internal/
Dsmoothstep.sh20 nsteps=$2
40 …y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | s…
46 …y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | t…
52 …y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 …
88 while [ $s -le $nsteps ] ; do
90 x=`echo ${xprec} k ${s} ${nsteps} / p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py242 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/
Dsortvisu.py242 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 …]
/external/eigen/blas/f2c/
Dsrotm.c31 integer nsteps; in srotm_() local
104 nsteps = *n * *incx; in srotm_()
115 i__1 = nsteps; in srotm_()
128 i__2 = nsteps; in srotm_()
143 i__1 = nsteps; in srotm_()
Ddrotm.c31 integer nsteps; in drotm_() local
103 nsteps = *n * *incx; in drotm_()
114 i__1 = nsteps; in drotm_()
127 i__2 = nsteps; in drotm_()
142 i__1 = nsteps; in drotm_()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/
Dcanonical.ll8 define void @foo(i32 %size, i32 %nsteps, i8* nocapture %maxarray, i8* nocapture readnone %buffer, i…
10 %cmp25 = icmp sgt i32 %nsteps, 0
17 %wide.trip.count31 = zext i32 %nsteps to i64
Dnested-loop.ll11 define void @foo(i32 %size, i32 %nsteps, i32 %hsize, i32* %lined, i8* %maxarray) {
52 %t1 = sext i32 %nsteps to i64
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Div-widen.ll107 define void @loop_2(i32 %size, i32 %nsteps, i32 %hsize, i32* %lined, i8 %tmp1) {
155 %cmp = icmp slt i32 %inc6, %nsteps
/external/u-boot/drivers/mtd/nand/
Dnand_base.c4099 int nsteps, ecc_bytes; in nand_check_ecc_caps() local
4108 nsteps = mtd->writesize / preset_step; in nand_check_ecc_caps()
4125 if (ecc_bytes * nsteps > oobavail) { in nand_check_ecc_caps()
4161 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local
4194 nsteps = mtd->writesize / step_size; in nand_match_ecc_req()
4199 ecc_bytes_total = ecc_bytes * nsteps; in nand_match_ecc_req()
4202 strength * nsteps < req_corr) in nand_match_ecc_req()
4243 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local
4266 nsteps = mtd->writesize / step_size; in nand_maximize_ecc()
4272 if (ecc_bytes * nsteps > oobavail) in nand_maximize_ecc()
[all …]