Home
last modified time | relevance | path

Searched defs:s3 (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dcompare.pass.cpp43 std::string s3("BaaaaaA"); in main() local
50 std::wstring s3(L"BaaaaaA"); in main() local
60 std::string s3("BaaaaaA"); in main() local
67 std::wstring s3(L"BaaaaaA"); in main() local
/external/libaom/aom_dsp/arm/
Dmem_neon.h94 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8()
116 uint8x16_t *const s2, uint8x16_t *const s3) { in load_u8_8x16()
128 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4()
140 uint16x4_t *const s2, uint16x4_t *const s3) { in load_u16_4x4()
153 uint16x8_t *const s2, uint16x8_t *const s3) { in load_u16_8x4()
166 int16x4_t *const s2, int16x4_t *const s3, in load_s16_4x8()
188 int16x4_t *const s2, int16x4_t *const s3) { in load_s16_4x4()
207 const uint8x8_t s3, const uint8x8_t s4, in store_u8_8x8()
229 const uint8x8_t s3) { in store_u8_8x4()
241 const uint8x16_t s3) { in store_u8_8x16()
[all …]
Dsum_squares_neon.c24 int16x4_t s3 = vld1_s16(src + 3 * stride); in aom_sum_squares_2d_i16_4x4_neon() local
43 int16x4_t s3 = vld1_s16(src + 3 * stride); in aom_sum_squares_2d_i16_4xn_neon() local
72 int16x8_t s3 = vld1q_s16(s + 3 * stride); in aom_sum_squares_2d_i16_nxn_neon() local
117 int16x4_t s3 = vld1_s16(src + 3 * stride); in aom_sum_sse_2d_i16_4x4_neon() local
142 int16x4_t s3 = vld1_s16(src + 3 * stride); in aom_sum_sse_2d_i16_4xn_neon() local
178 int16x8_t s3 = vld1q_s16(s + 3 * stride); in aom_sum_sse_2d_i16_nxn_neon() local
/external/clang/test/CodeGen/
Dmms-bitfields.c17 struct s3 { struct
20 } s3; variable
Dms_struct.c18 struct s3 { struct
21 } ATTR s3; argument
/external/clang/test/CodeGenObjC/
Dproperty-aggregate.m6 struct s3 { char c[3]; }; struct
14 @property struct s3 s3; property
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/
Darray.pass.cpp39 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
48 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
58 std::span< volatile int> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
69 std::span< volatile int,3> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
89 std::span<const T> s3 = val; in testSpan() local
Dspan.fail.cpp47 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
60 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
73 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
86 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
103 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
Dspan.pass.cpp42 std::span<const volatile int> s3{ sp}; // a span<const volatile int> pointing at int. in checkCV() local
51 std::span<const volatile int, 0> s3{ sp0}; // a span<const volatile int> pointing at int. in checkCV() local
60 std::span<const volatile int> s3{ sp0}; // a span<const volatile int> pointing at int. in checkCV() local
/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp44 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
57 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
70 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
83 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
100 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
Dptr_len.pass.cpp36 …std::span< volatile int> s3{ varr, 3}; // a span< volatile int> pointing at volatile int. in checkCV() local
45 …std::span< volatile int,3> s3{ varr, 3}; // a span< volatile int> pointing at volatile… in checkCV() local
55 …std::span< volatile int> s3{ arr, 3}; // a span< volatile int> pointing at const in… in checkCV() local
66 …std::span< volatile int,3> s3{ arr, 3}; // a span< volatile int> pointing at const in… in checkCV() local
Dptr_ptr.pass.cpp36 …std::span< volatile int> s3{ varr, varr + 3}; // a span< volatile int> pointing at vola… in checkCV() local
45 …std::span< volatile int,3> s3{ varr, varr + 3}; // a span< volatile int> pointing at … in checkCV() local
55 …std::span< volatile int> s3{ arr, arr + 3}; // a span< volatile int> pointing at … in checkCV() local
66 …std::span< volatile int,3> s3{ arr, arr + 3}; // a span< volatile int> pointing at cons… in checkCV() local
Darray.pass.cpp41 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
50 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
60 std::span< volatile int> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
71 std::span< volatile int,3> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
Dspan.pass.cpp44 std::span<const volatile int> s3{ sp}; // a span<const volatile int> pointing at int. in checkCV() local
53 std::span<const volatile int, 0> s3{ sp0}; // a span<const volatile int> pointing at int. in checkCV() local
62 std::span<const volatile int> s3{ sp0}; // a span<const volatile int> pointing at int. in checkCV() local
71 std::span<const volatile int, 0> s3{ sp}; // a span<const volatile int> pointing at int. in checkCV() local
/external/clang/test/Sema/
Darm-layout.c36 struct s3 { struct
41 check(s3_size, sizeof(struct s3) == 8); argument
Dpragma-pack-5.c31 struct s3 { struct
37 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
Dinteger-overflow.c165 struct s3 { struct
166 unsigned a2;
168 struct s4 {
170 } a3;
Dpragma-pack-and-options-align.c35 struct s3 { struct
39 extern int a[sizeof(struct s3) == 8 ? 1 : -1]; argument
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; member
/external/libvpx/vpx_dsp/arm/
Dmem_neon.h63 const int16x4_t s3 = vmovn_s32(v1.val[1]); in load_tran_low_to_s16x2q() local
207 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4()
219 const uint8x8_t s2, const uint8x8_t s3) { in store_u8_8x4()
231 uint8x16_t *const s2, uint8x16_t *const s3) { in load_u8_16x4()
243 const uint8x16_t s2, const uint8x16_t s3) { in store_u8_16x4()
255 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x7()
275 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8()
297 const uint8x8_t s2, const uint8x8_t s3, in store_u8_8x8()
319 uint8x16_t *const s2, uint8x16_t *const s3, in load_u8_16x8()
341 const uint8x16_t s2, const uint8x16_t s3, in store_u8_16x8()
Dhighbd_vpx_convolve8_neon.c22 int16x4_t *const s2, int16x4_t *const s3) { in load_4x4()
34 uint16x8_t *const s2, uint16x8_t *const s3) { in load_8x4()
46 int16x8_t *const s2, int16x8_t *const s3, in load_8x8()
68 const uint16x8_t s2, const uint16x8_t s3, in store_8x8()
90 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4()
109 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8()
157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
[all …]
/external/libcxx/test/std/localization/locales/locale/locale.operators/
Dcompare.pass.cpp25 std::string s3("BaaaaaA"); in main() local
30 std::wstring s3(L"BaaaaaA"); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locales/locale/locale.operators/
Dcompare.pass.cpp29 std::string s3("BaaaaaA"); in main() local
35 std::wstring s3(L"BaaaaaA"); in main() local
/external/testng/src/test/java/test/
DFileStringBufferTest.java13 String s3 = s + s + s; in basic() local
22 String s3 = s + s + s; in basic() local
/external/libaom/av1/common/arm/
Dconvolve_neon.h19 const int16x4_t s2, const int16x4_t s3, in convolve8_4()
39 const int16x8_t s2, const int16x8_t s3, in convolve8_8()
77 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in wiener_convolve8_vert_4x8()
120 const int16x8_t s3, int16_t *filter_x, const int bd, in wiener_convolve8_horiz_8x8()
171 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in wiener_convolve8_horiz_4x8()
211 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_8x8_s16()
360 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_4x4_s16()
383 const int16x4_t s2, const int16x4_t s3, in convolve6_4_s32()
404 const int16x8_t s2, const int16x8_t s3, in convolve6_8_s32()
434 const int16x4_t s2, const int16x4_t s3, in convolve8_4_s32()
[all …]

12345678910>>...20