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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 163 second). If you don't want to wait that long, use a warp
204 # Warp factor to use for this test
205 warp = 1 variable in class:Test
219 def __init__(self, warp=None, calibration_runs=None, timer=None):
222 if warp is not None:
223 self.rounds = int(self.rounds / warp)
225 raise ValueError('warp factor set too high')
226 self.warp = warp
329 raise ValueError('warp factor too high: '
403 warp = 1 # Warp factor variable in class:Benchmark
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapMesh.java 84 private void warp(float cx, float cy) { method in class:BitmapMesh.SampleView
122 warp(pt[0], pt[1]); method
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 420 FIXP_DBL warp = FL2FXCONST_DBL(0.0f); local
443 warp = FL2FXCONST_DBL(0.5f); /* 1.0/(1.0*2.0) */
445 warp = FL2FXCONST_DBL(1.0f/2.6f); /* 1.0/(1.3*2.0); */
453 num_bands1=numberOfBands(b_p_o, k1, k2, warp);
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 144 // GC by forcing them to stay live across this time warp.
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 144 // GC by forcing them to stay live across this time warp.

Completed in 86 milliseconds