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

  /prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/
main.go 42 speedup := float64(tslow) / float64(tfast)
47 if speedup < want {
50 // println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
  /prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/
main.go 42 speedup := float64(tslow) / float64(tfast)
47 if speedup < want {
50 // println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
  /external/toolchain-utils/deprecated/
compare_benchmarks.py 156 speedup = (basestats[key] - stats[key]) / basestats[key]
157 speedup = speedup * 100.0
159 print('%s,%f,%f,%f' % (key, basestats[key], stats[key], speedup))
162 stats[key], speedup))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 198 float speedup = mSpeedUpFactor * (1.0f - velocityFactor); local
199 mInterpolator = new PathInterpolator(speedup,
200 speedup * startGradient,
  /external/valgrind/perf/
vg_perf 377 # record the time so we can get the percentage speedup of the
379 # the speedup.
384 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
385 printf("%5.1f%%)", $speedup);
vg_perf.in 377 # record the time so we can get the percentage speedup of the
379 # the speedup.
384 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
385 printf("%5.1f%%)", $speedup);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/secure/bidirule/
bidirule.go 281 // TODO: using CompactClass would result in noticeable speedup.
320 // TODO: using CompactClass results in noticeable speedup.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/secure/bidirule/
bidirule.go 281 // TODO: using CompactClass would result in noticeable speedup.
320 // TODO: using CompactClass results in noticeable speedup.
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 357 // range 2..64 shows that values of 8 and 16 work well, with a 4x speedup at medium lengths and
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 357 // range 2..64 shows that values of 8 and 16 work well, with a 4x speedup at medium lengths and
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 663 // Bitwriting inlined, ~30% speedup
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 663 // Bitwriting inlined, ~30% speedup
  /build/make/core/
main.mk 325 # To speedup startup of non-preopted builds, don't verify or compile the boot image.
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 298 milliseconds