Home
last modified time | relevance | path

Searched refs:warp (Results 1 – 25 of 39) sorted by relevance

12

/external/python/cpython2/Tools/pybench/
Dpybench.py205 warp = 1 variable in Test
219 def __init__(self, warp=None, calibration_runs=None, timer=None): argument
222 if warp is not None:
223 self.rounds = int(self.rounds / warp)
226 self.warp = warp
403 warp = 1 # Warp factor variable in Benchmark
420 def __init__(self, name, verbose=None, timer=None, warp=None, argument
432 if warp is not None:
433 self.warp = warp
489 warp=self.warp,
[all …]
DREADME70 -w arg set warp factor to arg (10)
123 Running 10 round(s) of the suite at warp factor 10:
246 # 1-2 seconds (at warp 1).
350 100-200ms using warp 10
351 - changed default warp factor to 10 (from 20)
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dresampler_ops.cc198 XlaOp BoundSamples(XlaOpKernelContext* ctx, XlaOp warp, in BoundSamples() argument
204 xla::Gt(warp, in BoundSamples()
209 warp, in BoundSamples()
252 XlaOp gather_indices, XlaOp warp, in CalculateGradData() argument
287 reshaped_weights = BoundSamples(ctx, warp, warp_type, warp_shape, in CalculateGradData()
514 XlaOp warp = ctx->Input("warp"); in Compile() local
519 XlaOp top_left = xla::ConvertElementType(warp, xla::S32); in Compile()
528 XlaOp ratio = warp - xla::ConvertElementType(top_left, data_type); in Compile()
557 auto is_ge_zero = xla::Ge(warp, xla::ZerosLike(warp)); in Compile()
560 warp, in Compile()
[all …]
/external/libchrome-gestures/src/
Dsensor_jump_filter_interpreter.cc67 unsigned warp[] = { GESTURES_FINGER_WARP_X_NON_MOVE, in SyncInterpretImpl() local
84 bool warp_move = (warp[f_idx] == GESTURES_FINGER_WARP_X_MOVE || in SyncInterpretImpl()
85 warp[f_idx] == GESTURES_FINGER_WARP_Y_MOVE); in SyncInterpretImpl()
115 fs[0]->flags |= (warp[f_idx] | GESTURES_FINGER_WARP_TELEPORTATION); in SyncInterpretImpl()
118 fs[0]->flags |= warp[f_idx] == GESTURES_FINGER_WARP_X_MOVE ? in SyncInterpretImpl()
Dbox_filter_interpreter.cc42 unsigned warp[] = { GESTURES_FINGER_WARP_X_MOVE, in SyncInterpretImpl() local
45 if (fs.flags & warp[f_idx]) // If warping, just move to the new point in SyncInterpretImpl()
Dsensor_jump_filter_interpreter_unittest.cc51 bool warp; member
105 EXPECT_EQ(data[i].warp ? kFlags : 0, fs.flags) << "i=" << i; in TEST()
/external/libgav1/src/dsp/
Dwarp.cc432 dsp->warp = Warp_C</*is_compound=*/false, 8, uint8_t>; in Init8bpp()
437 dsp->warp = Warp_C</*is_compound=*/false, 8, uint8_t>; in Init8bpp()
450 dsp->warp = Warp_C</*is_compound=*/false, 10, uint16_t>; in Init10bpp()
455 dsp->warp = Warp_C</*is_compound=*/false, 10, uint16_t>; in Init10bpp()
469 dsp->warp = Warp_C</*is_compound=*/false, 12, uint16_t>; in Init12bpp()
474 dsp->warp = Warp_C</*is_compound=*/false, 12, uint16_t>; in Init12bpp()
Dlibgav1_dsp.cmake72 "${libgav1_source}/dsp/warp.cc"
73 "${libgav1_source}/dsp/warp.h"
Ddsp_test.cc182 EXPECT_NE(dsp->warp, nullptr); in CheckTables()
Ddsp.h899 WarpFunc warp; member
Dwarp_test.cc283 func_ = is_compound ? dsp->warp_compound : dsp->warp; in SetUp()
/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp428 FIXP_DBL warp = FL2FXCONST_DBL(0.0f); in FDKsbrEnc_UpdateFreqScale() local
450 warp = FL2FXCONST_DBL(0.5f); /* 1.0/(1.0*2.0) */ in FDKsbrEnc_UpdateFreqScale()
452 warp = FL2FXCONST_DBL(1.0f / 2.6f); /* 1.0/(1.3*2.0); */ in FDKsbrEnc_UpdateFreqScale()
460 num_bands1 = numberOfBands(b_p_o, k1, k2, warp); in FDKsbrEnc_UpdateFreqScale()
/external/rust/crates/tokio/
DREADME.md139 * [`warp`]: A super-easy, composable, web server framework for warp speeds.
154 [`warp`]: https://github.com/seanmonstar/warp
/external/arm-trusted-firmware/docs/plat/
Dwarp7.rst88 cp /path/to/linux/arch/boot/dts/imx7s-warp.dtb fiptool_images
104 --hw-config fiptool_images/imx7s-warp.dtb
110 --hw-config fiptool_images/imx7s-warp.dtb \
/external/skia/bazel/external/libgav1/
DBUILD.bazel110 "src/dsp/warp.cc",
111 "src/dsp/warp.h",
/external/libgav1/src/dsp/arm/
Dwarp_neon.cc441 dsp->warp = Warp_NEON</*is_compound=*/false>; in Init8bpp()
882 dsp->warp = Warp_NEON</*is_compound=*/false>; in Init10bpp()
/external/skia/third_party/libgav1/
DBUILD.gn120 "../externals/libgav1/src/dsp/warp.cc",
121 "../externals/libgav1/src/dsp/warp.h",
/external/libgav1/
DAndroid.bp114 "src/dsp/warp.cc",
/external/libgav1/src/dsp/x86/
Dwarp_sse4.cc515 dsp->warp = Warp_SSE4_1</*is_compound=*/false>; in Init8bpp()
/external/libgav1/src/tile/
Dprediction.cc1332 dsp_.warp(source, source_stride, source_width, source_height, in BlockWarpProcess()
/external/eigen/doc/
DQuickReference.dox490 Please note that it's not possible to pass a raw function pointer to \c unaryExpr, so please warp i…
/external/pigweed/pw_assert/
Ddocs.rst138 PW_CHECK(StartWarpDrive(), "Oddly warp drive couldn't start; ruh-roh!");
/external/freetype/docs/oldlogs/
DChangeLog.221265 if the warp hinter isn't active (it shouldn't, still experimental).
1406 Adding experimental implementation of `warp hinting' (new hinting
/external/mesa3d/docs/gallium/
Dscreen.rst751 threads. Also known as wavefront size, warp size or SIMD width.
/external/brotli/tests/testdata/
Dasyoulik.txt1717 Though thou the waters warp,
2479 prove a shrunk panel and, like green timber, warp, warp.

12