Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/external/rust/crates/unicode-segmentation/src/
Dword.rs162 use tables::word as wd; in next()
172 let mut cat = wd::WC_Any; in next()
173 let mut savecat = wd::WC_Any; in next()
182 prev_zwj = cat == wd::WC_ZWJ; in next()
185 None => wd::word_category(ch).2, in next()
200 wd::WC_Extend | wd::WC_Format | wd::WC_ZWJ => { in next()
228 Start if cat == wd::WC_CR => { in next()
230 Some(ncat) if ncat == wd::WC_LF => 1, // rule WB3 in next()
236 wd::WC_ALetter => Letter, // rule WB5, WB6, WB9, WB13a in next()
237 wd::WC_Hebrew_Letter => HLetter, // rule WB5, WB6, WB7a, WB7b, WB9, WB13a in next()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_as_convolution_util.cc27 bool ConvSpatialDimensionIsParallel(const WindowDimension& wd, int64 lhs_size) { in ConvSpatialDimensionIsParallel() argument
31 if (lhs_size == wd.size() && lhs_size == wd.base_dilation() && in ConvSpatialDimensionIsParallel()
32 ((std::max<int64>(1, lhs_size - 1) == wd.stride() && in ConvSpatialDimensionIsParallel()
33 wd.window_dilation() == 1) || in ConvSpatialDimensionIsParallel()
34 (std::max<int64>(1, lhs_size - 1) == wd.window_dilation() && in ConvSpatialDimensionIsParallel()
35 wd.stride() == 1)) && in ConvSpatialDimensionIsParallel()
36 wd.padding_high() == 0 && wd.padding_low() == 0 && in ConvSpatialDimensionIsParallel()
37 !wd.window_reversal()) { in ConvSpatialDimensionIsParallel()
42 if (wd.size() == lhs_size && wd.padding_high() == lhs_size - 1 && in ConvSpatialDimensionIsParallel()
43 wd.padding_low() == lhs_size - 1 && wd.window_reversal() && in ConvSpatialDimensionIsParallel()
[all …]
/external/libhevc/common/
Dihevc_sao.c79 WORD32 wd, in ihevc_sao_band_offset_luma() argument
90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma()
92 pu1_src_top_left[0] = pu1_src_top[wd - 1]; in ihevc_sao_band_offset_luma()
93 for(col = 0; col < wd; col++) in ihevc_sao_band_offset_luma()
110 for(col = 0; col < wd; col++) in ihevc_sao_band_offset_luma()
133 WORD32 wd, in ihevc_sao_band_offset_chroma() argument
145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)]; in ihevc_sao_band_offset_chroma()
146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_chroma()
148 pu1_src_top_left[0] = pu1_src_top[wd - 2]; in ihevc_sao_band_offset_chroma()
149 pu1_src_top_left[1] = pu1_src_top[wd - 1]; in ihevc_sao_band_offset_chroma()
[all …]
Dihevc_inter_pred_filters.c114 WORD32 wd) in ihevc_inter_pred_luma_copy() argument
120 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_copy()
176 WORD32 wd) in ihevc_inter_pred_luma_horz() argument
183 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_horz()
249 WORD32 wd) in ihevc_inter_pred_luma_vert() argument
256 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_vert()
322 WORD32 wd) in ihevc_inter_pred_luma_copy_w16out() argument
328 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_copy_w16out()
388 WORD32 wd) in ihevc_inter_pred_luma_horz_w16out() argument
395 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_horz_w16out()
[all …]
Dihevc_padding.c92 WORD32 wd, in ihevc_pad_vert() argument
99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ihevc_pad_vert()
101 pu1_src + (ht - 1) * src_strd, wd); in ihevc_pad_vert()
146 WORD32 wd, in ihevc_pad_horz_chroma() argument
154 wd >>= 1; in ihevc_pad_horz_chroma()
164 u2_uv_val = pu2_src[wd - 1]; in ihevc_pad_horz_chroma()
165 ihevc_memset_16bit(&pu2_src[wd], u2_uv_val, pad_size); in ihevc_pad_horz_chroma()
213 WORD32 wd, in ihevc_pad_horz_luma() argument
221 memset(pu1_src + wd, *(pu1_src + wd - 1), pad_size); in ihevc_pad_horz_luma()
270 WORD32 wd, in ihevc_pad_top() argument
[all …]
Dihevc_sao.h59 WORD32 wd,
69 WORD32 wd,
82 WORD32 wd,
94 WORD32 wd,
107 WORD32 wd,
119 WORD32 wd,
133 WORD32 wd,
146 WORD32 wd,
159 WORD32 wd,
171 WORD32 wd,
[all …]
/external/libavc/common/
Dih264_weighted_pred.c92 WORD32 wd) in ih264_default_weighted_pred_luma() argument
96 src_strd1 -= wd; in ih264_default_weighted_pred_luma()
97 src_strd2 -= wd; in ih264_default_weighted_pred_luma()
98 dst_strd -= wd; in ih264_default_weighted_pred_luma()
102 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++) in ih264_default_weighted_pred_luma()
147 WORD32 wd) in ih264_default_weighted_pred_chroma() argument
151 wd = wd << 1; in ih264_default_weighted_pred_chroma()
153 src_strd1 -= wd; in ih264_default_weighted_pred_chroma()
154 src_strd2 -= wd; in ih264_default_weighted_pred_chroma()
155 dst_strd -= wd; in ih264_default_weighted_pred_chroma()
[all …]
Dih264_inter_pred_filters.c115 WORD32 wd, in ih264_inter_pred_luma_copy() argument
124 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_copy()
175 WORD32 wd) in ih264_interleave_copy() argument
178 wd *= 2; in ih264_interleave_copy()
182 for(col = 0; col < wd; col+=2) in ih264_interleave_copy()
232 WORD32 wd, in ih264_inter_pred_luma_horz() argument
243 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_horz()
302 WORD32 wd, in ih264_inter_pred_luma_vert() argument
313 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_vert()
371 WORD32 wd, in ih264_inter_pred_luma_horz_hpel_vert_hpel() argument
[all …]
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/
Dctor.sys_days.pass.cpp43 constexpr weekday wd{sd}; in main() local
45 static_assert( wd.ok(), ""); in main()
46 static_assert(static_cast<unsigned>(wd) == 4, ""); in main()
51 constexpr weekday wd{sd}; in main() local
53 static_assert( wd.ok(), ""); in main()
54 static_assert(static_cast<unsigned>(wd) == 3, ""); in main()
60 constexpr weekday wd{sd}; in main() local
62 static_assert( wd.ok(), ""); in main()
63 static_assert(static_cast<unsigned>(wd) == 2, ""); in main()
68 weekday wd{sd}; in main() local
[all …]
Dctor.local_days.pass.cpp43 constexpr weekday wd{sd}; in main() local
45 static_assert( wd.ok(), ""); in main()
46 static_assert(static_cast<unsigned>(wd) == 4, ""); in main()
51 constexpr weekday wd{sd}; in main() local
53 static_assert( wd.ok(), ""); in main()
54 static_assert(static_cast<unsigned>(wd) == 3, ""); in main()
60 constexpr weekday wd{sd}; in main() local
62 static_assert( wd.ok(), ""); in main()
63 static_assert(static_cast<unsigned>(wd) == 2, ""); in main()
68 weekday wd{sd}; in main() local
[all …]
Dincrement.pass.cpp28 WD wd{5}; in testConstexpr() local
29 if (static_cast<unsigned>(++wd) != 6) return false; in testConstexpr()
30 if (static_cast<unsigned>(wd++) != 6) return false; in testConstexpr()
31 if (static_cast<unsigned>(wd) != 0) return false; in testConstexpr()
48 weekday wd(i); in main() local
49 assert((static_cast<unsigned>(++wd) == euclidian_addition<unsigned, 0, 6>(i, 1))); in main()
50 assert((static_cast<unsigned>(wd++) == euclidian_addition<unsigned, 0, 6>(i, 1))); in main()
51 assert((static_cast<unsigned>(wd) == euclidian_addition<unsigned, 0, 6>(i, 2))); in main()
Ddecrement.pass.cpp28 WD wd{1}; in testConstexpr() local
29 if (static_cast<unsigned>(--wd) != 0) return false; in testConstexpr()
30 if (static_cast<unsigned>(wd--) != 0) return false; in testConstexpr()
31 if (static_cast<unsigned>(wd) != 6) return false; in testConstexpr()
48 weekday wd(i); in main() local
49 assert((static_cast<unsigned>(--wd) == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main()
50 assert((static_cast<unsigned>(wd--) == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main()
51 assert((static_cast<unsigned>(wd) == euclidian_subtraction<unsigned, 0, 6>(i, 2))); in main()
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/
Dctor.sys_days.pass.cpp42 constexpr weekday wd{sd}; in main() local
44 static_assert( wd.ok(), ""); in main()
45 static_assert( wd.c_encoding() == 4, ""); in main()
50 constexpr weekday wd{sd}; in main() local
52 static_assert( wd.ok(), ""); in main()
53 static_assert( wd.c_encoding() == 3, ""); in main()
59 constexpr weekday wd{sd}; in main() local
61 static_assert( wd.ok(), ""); in main()
62 static_assert( wd.c_encoding() == 2, ""); in main()
67 weekday wd{sd}; in main() local
[all …]
Dctor.local_days.pass.cpp42 constexpr weekday wd{sd}; in main() local
44 static_assert( wd.ok(), ""); in main()
45 static_assert( wd.c_encoding() == 4, ""); in main()
50 constexpr weekday wd{sd}; in main() local
52 static_assert( wd.ok(), ""); in main()
53 static_assert( wd.c_encoding() == 3, ""); in main()
59 constexpr weekday wd{sd}; in main() local
61 static_assert( wd.ok(), ""); in main()
62 static_assert( wd.c_encoding() == 2, ""); in main()
67 weekday wd{sd}; in main() local
[all …]
Ddecrement.pass.cpp27 WD wd{1}; in testConstexpr() local
28 if ((--wd).c_encoding() != 0) return false; in testConstexpr()
29 if ((wd--).c_encoding() != 0) return false; in testConstexpr()
30 if ((wd).c_encoding() != 6) return false; in testConstexpr()
47 weekday wd(i); in main() local
48 assert(((--wd).c_encoding() == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main()
49 assert(((wd--).c_encoding() == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main()
50 assert(((wd) .c_encoding() == euclidian_subtraction<unsigned, 0, 6>(i, 2))); in main()
Dincrement.pass.cpp27 WD wd{5}; in testConstexpr() local
28 if ((++wd).c_encoding() != 6) return false; in testConstexpr()
29 if ((wd++).c_encoding() != 6) return false; in testConstexpr()
30 if ((wd) .c_encoding() != 0) return false; in testConstexpr()
47 weekday wd(i); in main() local
48 assert(((++wd).c_encoding() == euclidian_addition<unsigned, 0, 6>(i, 1))); in main()
49 assert(((wd++).c_encoding() == euclidian_addition<unsigned, 0, 6>(i, 1))); in main()
50 assert(((wd) .c_encoding() == euclidian_addition<unsigned, 0, 6>(i, 2))); in main()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
/external/llvm/lib/Target/Mips/
DMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
/external/rust/crates/walkdir/src/tests/
Drecursive.rs25 let wd = WalkDir::new(dir.path()); in empty() localVariable
26 let r = dir.run_recursive(wd); in empty()
41 let wd = WalkDir::new(dir.path()).follow_links(true); in empty_follow() localVariable
42 let r = dir.run_recursive(wd); in empty_follow()
59 let wd = WalkDir::new(dir.path().join("a")); in empty_file() localVariable
60 let r = dir.run_recursive(wd); in empty_file()
77 let wd = WalkDir::new(dir.path().join("a")).follow_links(true); in empty_file_follow() localVariable
78 let r = dir.run_recursive(wd); in empty_file_follow()
95 let wd = WalkDir::new(dir.path()); in one_dir() localVariable
96 let r = dir.run_recursive(wd); in one_dir()
[all …]
/external/rust/crates/nix/src/sys/
Dinotify.rs92 wd: i32 field
103 pub wd: WatchDescriptor, field
145 Errno::result(res).map(|wd| WatchDescriptor { wd }) in add_watch()
155 pub fn rm_watch(self, wd: WatchDescriptor) -> Result<()> { in rm_watch()
156 let res = unsafe { libc::inotify_rm_watch(self.fd, wd.wd) }; in rm_watch()
162 pub fn rm_watch(self, wd: WatchDescriptor) -> Result<()> { in rm_watch()
163 let res = unsafe { libc::inotify_rm_watch(self.fd, wd.wd as u32) }; in rm_watch()
210 wd: WatchDescriptor { wd: event.wd }, in read_events()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp962 void draw (Context& context, const TestParams& params, WorkingData& wd) in draw() argument
966 const deUint32 numSubpasses = static_cast<deUint32>(wd.perSubpass.size()); in draw()
977 …perSubpassSampleLocationsInfo.push_back(makeSampleLocationsInfo(*wd.perSubpass[subpassNdx]->pixelG… in draw()
992 attachments.push_back(wd.perSubpass[subpassNdx]->colorImageView.get()); in draw()
993 attachments.push_back(wd.perSubpass[subpassNdx]->depthStencilImageView.get()); in draw()
1074 …c_cast<deUint32>(attachments.size()), dataOrNullPtr(attachments), wd.renderSize.x(), wd.renderSize… in draw()
1090wd.renderSize, getImageAspectFlags(params.depthStencilFormat), params.perSubpassSamples[subpassNdx… in draw()
1111 { wd.renderSize.x(), wd.renderSize.y() } in draw()
1151 …vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &wd.perSubpass[subpassNdx]->vertexBuffer.get(), &verte… in draw()
1155 vk.cmdDraw(*cmdBuffer, wd.perSubpass[subpassNdx]->numVertices, 1u, 0u, 0u); in draw()
[all …]
DvktPipelineMultisampleShaderFragmentMaskTests.cpp680 void drawAndSampleInputAttachment (Context& context, const TestParams& params, WorkingData& wd) in drawAndSampleInputAttachment() argument
692 …(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &wd.defaultSampler.get()) in drawAndSampleInputAttachment()
706 …const VkDescriptorImageInfo colorImageInfo = makeDescriptorImageInfo(DE_NULL, *wd.colorImageView,… in drawAndSampleInputAttachment()
707 …const VkDescriptorBufferInfo bufferInfo = makeDescriptorBufferInfo(*wd.colorBuffer, 0u, wd.colorB… in drawAndSampleInputAttachment()
733 attachments.push_back(*wd.colorImageView); in drawAndSampleInputAttachment()
875 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &wd.vertexBuffer.get(), &vertexBufferOffset); in drawAndSampleInputAttachment()
879 vk.cmdDraw(*cmdBuffer, wd.numVertices, 1u, 0u, 0u); in drawAndSampleInputAttachment()
898 *wd.colorBuffer, // VkBuffer buffer; in drawAndSampleInputAttachment()
909 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in drawAndSampleInputAttachment()
913 void draw (Context& context, const TestParams& params, WorkingData& wd) in draw() argument
[all …]
/external/libavc/encoder/
Dih264e_fmt_conv.c100 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgb565() argument
131 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgb565()
198 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565()
199 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565()
201 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
202 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565()
205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
213 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgba8888() argument
244 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgba8888()
[all …]
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_vert_w16out.s89 @ word32 wd)
118 ldr r6,[sp,#wd_offset] @loads wd
124 tst r6,#3 @checks (wd & 3)
126 lsl r10,r6,#1 @2*wd
132 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
138 sub r9,r7,r10,lsl #1 @4*dst_strd - 4wd
140 sub r8,r12,r10 @2*src_strd - 2wd
142 mov r5,r10 @2wd
144 inner_loop_ht_2: @called when wd is multiple of 4 and ht is 4,2
148 subs r5,r5,#8 @2wd - 8
[all …]

12345678910>>...18