/external/libaom/libaom/test/ |
blend_a64_mask_test.cc | 86 w_ = block_size_wide[block_size]; 88 run_times = run_times > 1 ? run_times / w_ : 1; 94 dst_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; 97 src0_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; 100 src1_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; 103 this->rng_(kMaxWidth + 1 - w_ * (subx_ ? 2 : 1)) + w_ * (subx_ ? 2 : 1) 147 int w_; member in class:__anon26719::BlendA64MaskTest 496 kMaxMaskWidth, w_, h_, subx_, suby_, &conv_params, local 507 kMaxMaskWidth, w_, h_, subx_, suby_, &conv_params, local [all...] |
blend_a64_mask_1d_test.cc | 49 w_ = 2 << this->rng_(MAX_SB_SIZE_LOG2); 53 dst_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; 56 src0_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; 59 src1_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; 87 for (int c = 0; c < w_; ++c) { 109 int w_; member in class:__anon26718::BlendA64Mask1DTest 127 w_, h_) [all...] |
av1_convolve_scale_test.cc | 113 TestImage(int w, int h, int bd) : w_(w), h_(h), bd_(bd) { 120 src_stride_ = (w_ + 2 * kHPad + 15) & ~15; 154 int w_, h_, bd_; 201 PrepBuffers(rnd, w_, h_, src_stride_, bd_, false, &src_data_[0]); 202 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_data_[0]); 203 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_16_data_[0]); 224 for (int c = 0; c < w_ + 2 * kHPad; ++c) { 234 for (int c = 0; c < w_ + 2 * kHPad; ++c) {
|
/external/python/cpython2/Doc/ |
conf.py | 173 'cfunction': (r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'), 174 'data': (r'^PyAPI_DATA\(.*\)\s+([^_][\w_]+)'), 175 'macro': (r'^#define ([^_][\w_]+)\(.*\)[\s|\\]'),
|
/external/python/cpython3/Doc/ |
conf.py | 185 'cfunction': (r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'), 186 'data': (r'^PyAPI_DATA\(.*\)\s+([^_][\w_]+)'), 187 'macro': (r'^#define ([^_][\w_]+)\(.*\)[\s|\\]'),
|
/external/pdfium/testing/image_diff/ |
image_diff.cpp | 42 Image() : w_(0), h_(0) {} 43 Image(const Image& image) : w_(image.w_), h_(image.h_), data_(image.data_) {} 45 bool has_image() const { return w_ > 0 && h_ > 0; } 46 int w() const { return w_; } 68 &w_, &h_)) { 76 w_ = h_ = 0; 97 return x >= 0 && x < w_ && y >= 0 && y < h_; 100 size_t pixel_address(int x, int y) const { return (y * w_ + x) * 4; } 103 int w_; member in class:Image [all...] |
/external/vixl/test/aarch64/ |
test-utils-aarch64.h | 72 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); 91 return dump_.w_[code]; 162 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]); 184 uint32_t w_[kNumberOfRegisters];
|
test-utils-aarch64.cc | 451 const int w_offset = offsetof(dump_t, w_);
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
ftrl.py | 47 $z_{t,i} = z_{t-1,i} + g_{t,i} - \sigma_{t,i} * w_{t,i}$ 48 $w_{t,i} = - ((\beta+\sqrt{n+{t}}) / \alpha + \lambda_{2})^{-1} * (z_{i} - 84 w_{t+1} = argmin_w(\hat{g}_{1:t}w + L1*||w||_1 + L2*||w||_2^2), where 89 w_{t+1} = w_t - lr_t / (1 + 2*L2*lr_t) * g_t -
|
/external/swiftshader/src/Shader/ |
PixelPipeline.cpp | [all...] |
PixelPipeline.hpp | 52 Float4 w_; // FIXME member in class:sw::PixelPipeline
|
SamplerCore.cpp | 934 Vector4s SamplerCore::sample3D(Pointer<Byte> &texture, Float4 &u_, Float4 &v_, Float4 &w_, Vector4f &offset, Float &lod, bool secondLOD, SamplerFunction function) 950 Short4 wwww = texelFetch ? Short4(As<Int4>(w_)) : address(w_, state.addressingModeW, mipmap); [all...] |
/external/deqp/framework/common/ |
tcuVector.hpp | 109 Vector (T x_, T y_, T z_, T w_); 204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) 210 m_data[3] = w_;
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
util_test.py | 843 w_ = np.array([[1., 1, -1], 846 expected, _ = self._reduce_weighted_logsumexp(logx_, w_, axis=-1) 849 w = constant_op.constant(w_) 860 w_ = np.array([[1., 1, -1], 864 logx_, w_, axis=-1, keep_dims=True) 867 w = constant_op.constant(w_) [all...] |
/external/v8/src/regexp/ |
jsregexp.h | 1149 ContainedInLattice w_; \/\/ The \\w character class. member in class:v8::internal::BoyerMoorePositionInfo [all...] |
jsregexp.cc | [all...] |
/external/v8/tools/gcmole/ |
gcmole.lua | 56 local flag = arg[i]:match "^%-%-([%w_-]+)$" 58 local no, real_flag = flag:match "^(no)([%w_-]+)$"
|
/external/v8/src/ |
gdb-jit.cc | 64 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { } 67 return w_->RawSlotAt<T>(offset_); 71 *w_->RawSlotAt<T>(offset_) = value; 75 return Slot<T>(w_, offset_ + sizeof(T) * i); 79 Writer* w_; member in class:v8::internal::GDBJITInterface::BASE_EMBEDDED::Slot [all...] |
/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | 119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} [all...] |
/external/u-boot/scripts/dtc/ |
checks.c | 56 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ 62 .warn = (w_), \ [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 146 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} [all...] |
/external/swiftshader/src/Pipeline/ |
SamplerCore.cpp | 843 Vector4s SamplerCore::sample3D(Pointer<Byte> &texture, Float4 &u_, Float4 &v_, Float4 &w_, Vector4f &offset, Float &lod, bool secondLOD, SamplerFunction function) 859 Short4 wwww = texelFetch ? Short4(As<Int4>(w_)) : address(w_, state.addressingModeW, mipmap); [all...] |
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
rnn_cell.py | [all...] |
/external/webrtc/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | [all...] |
/external/swiftshader/include/vulkan/ |
vulkan.hpp | [all...] |