/external/python/cpython2/Tools/pybench/ |
D | pybench.py | 205 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 …]
|
D | README | 70 -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/ |
D | resampler_ops.cc | 198 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/ |
D | sensor_jump_filter_interpreter.cc | 67 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()
|
D | box_filter_interpreter.cc | 42 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()
|
D | sensor_jump_filter_interpreter_unittest.cc | 51 bool warp; member 105 EXPECT_EQ(data[i].warp ? kFlags : 0, fs.flags) << "i=" << i; in TEST()
|
/external/libgav1/src/dsp/ |
D | warp.cc | 432 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()
|
D | libgav1_dsp.cmake | 72 "${libgav1_source}/dsp/warp.cc" 73 "${libgav1_source}/dsp/warp.h"
|
D | dsp_test.cc | 182 EXPECT_NE(dsp->warp, nullptr); in CheckTables()
|
D | dsp.h | 899 WarpFunc warp; member
|
D | warp_test.cc | 283 func_ = is_compound ? dsp->warp_compound : dsp->warp; in SetUp()
|
/external/aac/libSBRenc/src/ |
D | sbrenc_freq_sca.cpp | 428 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/ |
D | README.md | 139 * [`warp`]: A super-easy, composable, web server framework for warp speeds. 154 [`warp`]: https://github.com/seanmonstar/warp
|
/external/arm-trusted-firmware/docs/plat/ |
D | warp7.rst | 88 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/ |
D | BUILD.bazel | 110 "src/dsp/warp.cc", 111 "src/dsp/warp.h",
|
/external/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 441 dsp->warp = Warp_NEON</*is_compound=*/false>; in Init8bpp() 882 dsp->warp = Warp_NEON</*is_compound=*/false>; in Init10bpp()
|
/external/skia/third_party/libgav1/ |
D | BUILD.gn | 120 "../externals/libgav1/src/dsp/warp.cc", 121 "../externals/libgav1/src/dsp/warp.h",
|
/external/libgav1/ |
D | Android.bp | 114 "src/dsp/warp.cc",
|
/external/libgav1/src/dsp/x86/ |
D | warp_sse4.cc | 515 dsp->warp = Warp_SSE4_1</*is_compound=*/false>; in Init8bpp()
|
/external/libgav1/src/tile/ |
D | prediction.cc | 1332 dsp_.warp(source, source_stride, source_width, source_height, in BlockWarpProcess()
|
/external/eigen/doc/ |
D | QuickReference.dox | 490 Please note that it's not possible to pass a raw function pointer to \c unaryExpr, so please warp i…
|
/external/pigweed/pw_assert/ |
D | docs.rst | 138 PW_CHECK(StartWarpDrive(), "Oddly warp drive couldn't start; ruh-roh!");
|
/external/freetype/docs/oldlogs/ |
D | ChangeLog.22 | 1265 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/ |
D | screen.rst | 751 threads. Also known as wavefront size, warp size or SIMD width.
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 1717 Though thou the waters warp, 2479 prove a shrunk panel and, like green timber, warp, warp.
|