Home
last modified time | relevance | path

Searched refs:w_ (Results 1 – 25 of 177) sorted by relevance

12345678

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/g3doc/
Dperiodic_multires_derivation.md29 $$\text{cycle_eigenvectors}_{i, j} = w_{\lfloor j / 2 \rfloor + 1}^{i (-1)^{j +
30 1}} - w_{\lfloor j / 2 \rfloor + 1}^{(i + 1) (-1)^{j + 1}}$$
33 \sum_{k=0}^j w_{\lfloor i / 2 \rfloor + 1}^{k (-1)^i}$$
35 $$\text{cycle_eigenvalues}_{j} = w_{\lfloor j / 2 \rfloor + 1}^{(-1)^j}$$
98 $$ = \begin{cases} w_{\lfloor j / 2 \rfloor + 1}^{(M -
99 1)(-1)^{j + 1}} - w_{\lfloor j / 2 \rfloor + 1}^{0(-1)^{j + 1}} & i = 0\\
102 $$ = \begin{cases} w_{\lfloor j / 2 \rfloor + 1}^{(-1)^{j}} \left (w_{\lfloor j
103 / 2 \rfloor + 1}^{M(-1)^{j + 1}} - w_{\lfloor j / 2
107 $$ = \begin{cases} w_{\lfloor j / 2 \rfloor + 1}^{(-1)^{j}} \left (w_{\lfloor j
108 / 2 \rfloor + 1}^{0(-1)^{j + 1}} - w_{\lfloor j / 2 \rfloor + 1}^{(-1)^{j + 1}}
[all …]
/external/libaom/libaom/test/
Dblend_a64_mask_test.cc86 w_ = block_size_wide[block_size]; in RunOneTest()
88 run_times = run_times > 1 ? run_times / w_ : 1; in RunOneTest()
94 dst_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; in RunOneTest()
97 src0_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; in RunOneTest()
100 src1_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; in RunOneTest()
103 this->rng_(kMaxWidth + 1 - w_ * (subx_ ? 2 : 1)) + w_ * (subx_ ? 2 : 1); in RunOneTest()
116 for (int c = 0; c < w_; ++c) { in RunOneTest()
119 << w_ << "x" << h_ << " subx " << subx_ << " suby " << suby_ in RunOneTest()
147 int w_; member in __anon7fdfd31c0111::BlendA64MaskTest
173 kMaxMaskWidth, w_, h_, subx_, suby_); in Execute()
[all …]
Dblend_a64_mask_1d_test.cc49 w_ = 2 << this->rng_(MAX_SB_SIZE_LOG2); in Common()
53 dst_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; in Common()
56 src0_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; in Common()
59 src1_stride_ = this->rng_(kMaxWidth + 1 - w_) + w_; in Common()
87 for (int c = 0; c < w_; ++c) { in Common()
109 int w_; member in __anon6454a5500111::BlendA64Mask1DTest
127 w_, h_); in Execute()
130 src0_stride_, p_src1 + src1_offset_, src1_stride_, mask_, w_, h_)); in Execute()
234 mask_, w_, h_, bit_depth_); in Execute()
238 CONVERT_TO_BYTEPTR(p_src1 + src1_offset_), src1_stride_, mask_, w_, h_, in Execute()
Dav1_convolve_scale_test.cc113 TestImage(int w, int h, int bd) : w_(w), h_(h), bd_(bd) { in TestImage()
120 src_stride_ = (w_ + 2 * kHPad + 15) & ~15; in TestImage()
154 int w_, h_, bd_; member in __anonb31ac89c0111::TestImage
201 PrepBuffers(rnd, w_, h_, src_stride_, bd_, false, &src_data_[0]); in Initialize()
202 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_data_[0]); in Initialize()
203 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_16_data_[0]); in Initialize()
224 for (int c = 0; c < w_ + 2 * kHPad; ++c) { in Check()
234 for (int c = 0; c < w_ + 2 * kHPad; ++c) { in Check()
/external/pdfium/testing/image_diff/
Dimage_diff.cpp42 Image() : w_(0), h_(0) {} in Image()
43 Image(const Image& image) : w_(image.w_), h_(image.h_), data_(image.data_) {} in Image()
45 bool has_image() const { return w_ > 0 && h_ > 0; } in has_image()
46 int w() const { return w_; } in w()
68 &w_, &h_)) { in CreateFromFilename()
76 w_ = h_ = 0; in Clear()
97 return x >= 0 && x < w_ && y >= 0 && y < h_; in pixel_in_bounds()
100 size_t pixel_address(int x, int y) const { return (y * w_ + x) * 4; } in pixel_address()
103 int w_; member in Image
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h72 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
91 return dump_.w_[code]; in wreg()
162 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]); in RegAliasesMatch()
184 uint32_t w_[kNumberOfRegisters]; member
Dtest-utils-aarch64.cc451 const int w_offset = offsetof(dump_t, w_); in Dump()
/external/swiftshader/src/Shader/
DPixelPipeline.cpp1649 w_ = Float4(0.0f); in TEXDP3TEX()
1651 dst = sampleTexture(stage, u_, v_, w_, w_); in TEXDP3TEX()
1792 w_ = Float4(0.0f); in TEXM3X2TEX()
1794 dst = sampleTexture(stage, u_, v_, w_, w_); in TEXM3X2TEX()
1803 dst.z = RoundShort4(w_ * Float4(0x1000)); in TEXM3X3()
1826 case 2: w_ = x; break; in TEXM3X3PAD()
1849 w__ = w_ * E[2]; in TEXM3X3SPEC()
1856 w__ *= w_; in TEXM3X3SPEC()
1859 w_ *= w_; in TEXM3X3SPEC()
1860 u_ += v_ + w_; in TEXM3X3SPEC()
[all …]
DPixelPipeline.hpp52 Float4 w_; // FIXME member in sw::PixelPipeline
/external/deqp/framework/common/
DtcuVector.hpp109 Vector (T x_, T y_, T z_, T w_);
204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument
210 m_data[3] = w_; in Vector()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py843 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_)
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Df28b9fa0cea1c3e1bb4a2b616c4f4c27.000035ed.honggfuzz.cov7 w�q��@��}�%��`0pef,�e�FZ��š�tir�R�|�h�w_�_�:4���82
De9545fe1c395c9f9dc517f01ea8fb331.00001dca.honggfuzz.cov41 …��#<�����>���z���4Z4�R�WǕ�wh�nx�G��UO�n�"=�"�h����H������6LlA[?����w_+24R'�����39�c��-��…
58 …��#<�����>���z���4Z4�R�WǕ�wh�nx�G��UO�n�"=�"�h����H������6LlA[?����w_+24R'�����39�c��-��…
D6bde9364cb80f3475a04d0f9283195ed.000075af.honggfuzz.cov88 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
121 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
154 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
166 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
199 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
211 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
D42ee40ca6c14930cc605046aacae7c07.0000d69e.honggfuzz.cov33 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
78 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
113 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
158 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
D3ef58ce1c979d91872cd08d92936eca2.00004245.honggfuzz.cov57 �}�V'R��3y�:�"w_�����`�|�A��ĺ�=c��D�#,���Tβ$����V��p�SnnT66�%�6���U�?�
105 ���`ל�&pY� ��+3}q��Fpvٿ����׊YN"�)t����v���n�oj0� `��L�*�;S�vQQ� :W�K3 c ��}��e�����w_���…
D767bcb3205359b4ce48c51c535e47057.00005e4d.honggfuzz.cov20 ���dE���@?J;mN��T��p�0� qL!(����>�Oz�|j�}x��\�8w_��G] ��p&�]5�Tb�,�wv�9�e� ĘM������暃H�<���…
/external/v8/src/regexp/
Djsregexp.h1124 w_(kNotYet), in BoyerMoorePositionInfo()
1143 bool is_non_word() { return w_ == kLatticeOut; } in is_non_word()
1144 bool is_word() { return w_ == kLatticeIn; } in is_word()
1149 ContainedInLattice w_; // The \w character class. variable
/external/honggfuzz/examples/apache-httpd/corpus_http1/
De9545fe1c395c9f9dc517f01ea8fb331.00001dca.honggfuzz.cov41 …��#<�����>���z���4Z4�R�WǕ�wh�nx�G��UO�n�"=�"�h����H������6LlA[?����w_+24R'�����39�c��-��…
58 …��#<�����>���z���4Z4�R�WǕ�wh�nx�G��UO�n�"=�"�h����H������6LlA[?����w_+24R'�����39�c��-��…
D6bde9364cb80f3475a04d0f9283195ed.000075af.honggfuzz.cov88 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
121 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
154 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
166 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
199 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
211 �-ӝ- ~����w5�ݹ�.�s�a�ހu�T��BU����u��zZ���:�#�2��!�+�I�� 0�w_�8���V�1^y��9�Y�E�O*7Y�S
D42ee40ca6c14930cc605046aacae7c07.0000d69e.honggfuzz.cov33 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
78 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
113 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
158 ��t�y�����_������cԵ��d�–� �e�Cl!�.�ރ�d��w_{��?��/�y+�l(�-�b��9̣p�ﮖ�[�����
/external/v8/src/
Dgdb-jit.cc64 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { } in Slot()
67 return w_->RawSlotAt<T>(offset_); in operator ->()
71 *w_->RawSlotAt<T>(offset_) = value; in set()
75 return Slot<T>(w_, offset_ + sizeof(T) * i); in at()
79 Writer* w_; member in v8::internal::GDBJITInterface::BASE_EMBEDDED::Slot
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_gif87.miff50 :p3$�i60M�,^һ�䔙�gL�1��gʴ%@bJ_�R�)����ݻ}�Ʉw_�y�ɗ���������K�t��E���K�����[���O��)��Ϙ8y����…
Dinput_gif.miff50 :p3$�i60M�,^һ�䔙�gL�1��gʴ%@bJ_�R�)����ݻ}�Ʉw_�y�ɗ���������K�t��E���K�����[���O��)��Ϙ8y����…
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()

12345678