Home
last modified time | relevance | path

Searched defs:s4 (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/
Darray.pass.cpp40 …std::span<const volatile int> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local
49 …std::span<const volatile int,3> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local
59 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
70 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
90 std::span<const T, 2> s4 = val; in testSpan() local
Dspan.fail.cpp49 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
62 …std::span<const int, 0> s4{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
75 …std::span<const int> s4{ vsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
88 …std::span<const int, 0> s4{ vsp}; // expected-error {{no matching constructor for initial… in checkCV() local
104 …std::span<float, 0> s4{sp0}; // expected-error {{no matching constructor for initialization of … in main() local
Dspan.pass.cpp43 … std::span<const volatile int> s4{ vsp}; // a span<const volatile int> pointing at volatile int. in checkCV() local
52 …std::span<const volatile int, 0> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local
61 …std::span<const volatile int> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local
Ddefault.pass.cpp28 std::span<const volatile int> s4; in checkCV() local
37 std::span<const volatile int,0> s4; in checkCV() local
/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp46 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
59 …std::span<const int, 0> s4{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
72 …std::span<const int> s4{ vsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
85 …std::span<const int, 0> s4{ vsp}; // expected-error {{no matching constructor for initial… in checkCV() local
101 …std::span<float, 0> s4{sp0}; // expected-error {{no matching constructor for initialization of … in main() local
Dptr_len.pass.cpp37 …std::span<const volatile int> s4{cvarr, 3}; // a span<const volatile int> pointing at const volati… in checkCV() local
46 …std::span<const volatile int,3> s4{cvarr, 3}; // a span<const volatile int> pointing at const vo… in checkCV() local
56 std::span<const volatile int> s4{ arr, 3}; // a span<const volatile int> pointing at int. in checkCV() local
67 std::span<const volatile int,3> s4{ arr, 3}; // a span<const volatile int> pointing at int. in checkCV() local
Dptr_ptr.pass.cpp37 …std::span<const volatile int> s4{cvarr, cvarr + 3}; // a span<const volatile int> pointing at cons… in checkCV() local
46 …std::span<const volatile int,3> s4{cvarr, cvarr + 3}; // a span<const volatile int> pointing at … in checkCV() local
56 …std::span<const volatile int> s4{ arr, arr + 3}; // a span<const volatile int> pointing at … in checkCV() local
67 … std::span<const volatile int,3> s4{ arr, arr + 3}; // a span<const volatile int> pointing at int. in checkCV() local
Darray.pass.cpp42 …std::span<const volatile int> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local
51 …std::span<const volatile int,3> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local
61 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
72 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
Dspan.pass.cpp45 … std::span<const volatile int> s4{ vsp}; // a span<const volatile int> pointing at volatile int. in checkCV() local
54 …std::span<const volatile int, 0> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local
63 …std::span<const volatile int> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local
72 …std::span<const volatile int, 0> s4{ vsp}; // a span<const volatile int> pointing at volatile int. in checkCV() local
Ddefault.pass.cpp29 std::span<const volatile int> s4; in checkCV() local
38 std::span<const volatile int,0> s4; in checkCV() local
Dptr_len.fail.cpp47 …std::span<const int> s4{ varr, 3}; // expected-error {{no matching constructor for initia… in main() local
58 …std::span<const int,3> s4{ varr, 3}; // expected-error {{no matching constructor for in… in main() local
Dptr_ptr.fail.cpp47 …std::span<const int> s4{ varr, varr + 3}; // expected-error {{no matching constructor fo… in main() local
58 …std::span<const int,3> s4{ varr, varr + 3}; // expected-error {{no matching constructo… in main() local
Dstdarray.pass.cpp59 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
67 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
Darray.fail.cpp56 …std::span<const int> s4{ varr}; // expected-error {{no matching constructor for initia… in main() local
67 …std::span<const int,3> s4{ varr}; // expected-error {{no matching constructor for initia… in main() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c18 struct s4 *s4; member
26 struct s4 { struct
27 struct s1 s1;
51 struct s4 s4; member
/external/clang/test/Sema/
Dpragma-pack-5.c40 struct s4 { struct
45 extern int check[sizeof(struct s4) == 4 ? 1 : -1]; argument
Dpragma-pack-and-options-align.c43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -1]; argument
Dno-documentation-warn-tagdecl-specifier.c24 struct s4 { int is; }; struct
/external/clang/test/SemaCXX/
Delaborated-type-specifier.cpp25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} in test_elab2()
29 struct S4 *s4 = 0; in test_X_elab() local
38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} in test_S5_scope() local
/external/libaom/av1/common/arm/
Dconvolve_neon.h20 const int16x4_t s4, const int16x4_t s5, in convolve8_4()
40 const int16x8_t s4, const int16x8_t s5, in convolve8_8()
77 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in wiener_convolve8_vert_4x8()
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()
384 const int16x4_t s4, const int16x4_t s5, in convolve6_4_s32()
405 const int16x8_t s4, const int16x8_t s5, in convolve6_8_s32()
435 const int16x4_t s4, const int16x4_t s5, in convolve8_4_s32()
459 const int16x8_t s4, const int16x8_t s5, in convolve8_8_s32()
/external/clang/test/CodeGen/
Dx86_32-arguments-win32.c27 struct s4 { struct
31 struct s4 f4_1(void) { while (1) {} } in f4_1() argument
Dbitfield.c73 struct s4 { in f3() struct
74 signed a:16; in f3()
75 signed b:28 __attribute__ ((packed)); in f3()
/external/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c47 int16x8_t *const s4, int16x8_t *const s5, in load_8x8()
69 const uint16x8_t s4, const uint16x8_t s5, 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
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
[all …]
/external/libaom/aom_dsp/arm/
Dmem_neon.h95 uint8x8_t *const s4, uint8x8_t *const s5, in load_u8_8x8()
167 int16x4_t *const s4, int16x4_t *const s5, in load_s16_4x8()
207 const uint8x8_t s3, const uint8x8_t s4, in store_u8_8x8()
254 const uint16x8_t s4, const uint16x8_t s5, in store_u16_8x8()
300 const int16x8_t s4, const int16x8_t s5, in store_s16_8x8()
346 int16x8_t *const s4, int16x8_t *const s5, in load_s16_8x8()
504 uint8x16_t *const s4, uint8x16_t *const s5, in load_u8_16x8()
553 int32x4_t *s2, int32x4_t *s3, int32x4_t *s4) { in load_s32_4x4()
564 int32x4_t s2, int32x4_t s3, int32x4_t s4) { in store_s32_4x4()
576 uint32x4_t *s4) { in load_u32_4x4()
[all …]
/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h61 Packet4f s4=pmadd(s3,z1, p4f_asin5); in pasin() local
75 Packet4f s4=pmadd(s3,z2, p4f_asin5); in pasin() local

12345678910