Home
last modified time | relevance | path

Searched defs:s7 (Results 1 – 25 of 175) sorted by relevance

1234567

/external/llvm-project/flang/test/Semantics/
Ddoconcurrent01.f90194 subroutine s7() subroutine
195 interface
200 type :: procTypeNotPure
204 type :: procTypePure
208 type(procTypeNotPure) :: procVarNotPure
209 type(procTypePure) :: procVarPure
210 integer :: ivar
242 end subroutine s7 argument
Ddosemantics12.f90175 subroutine s7() subroutine
177 integer :: iostatVar, nextrecVar, numberVar, posVar, reclVar, sizeVar
Dassign04.f90106 subroutine s7(x) subroutine
114 subroutine s7 argument
115 integer :: a(10), v(10)
Dresolve40.f9058 subroutine s7 subroutine
59 real x local
60 namelist /nl/ x local
Dsymbol09.f90120 subroutine s7 subroutine
123 !DEF: /s7/z ObjectEntity COMPLEX(4) argument
125 complex :: z = (one, -one)
Dassign02.f90109 subroutine s7 subroutine
110 real, target :: a local
111 real, pointer :: b local
112 real, pointer :: c local
113 real :: d local
Dresolve34.f9089 subroutine s7 subroutine
91 type(t2) :: x local
92 integer :: j local
Dbad-forward-type.f9068 subroutine s7(x) subroutine
70 type, extends(undef) :: t type
Dequivalence01.f9080 subroutine s7 subroutine
81 type t1
83 real :: x0
84 type(t1) :: x1
/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp50 …std::span< volatile int> s7{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
63 …std::span< volatile int, 0> s7{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
76 …std::span< volatile int> s7{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
89 …std::span< volatile int, 0> s7{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
Dptr_ptr.fail.cpp50 …std::span< volatile int> s7{cvarr, cvarr + 3}; // expected-error {{no matching constructor fo… in main() local
61 …std::span< volatile int,3> s7{cvarr, cvarr + 3}; // expected-error {{no matching constructo… in main() local
Dptr_len.fail.cpp50 …std::span< volatile int> s7{cvarr, 3}; // expected-error {{no matching constructor for initia… in main() local
61 …std::span< volatile int,3> s7{cvarr, 3}; // expected-error {{no matching constructor for in… in main() local
Darray.fail.cpp59 …std::span< volatile int> s7{cvarr}; // expected-error {{no matching constructor for initia… in main() local
70 …std::span< volatile int,3> s7{cvarr}; // expected-error {{no matching constructor for initia… in main() local
Dcontainer.fail.cpp77 …std::span<int> s7{NotAContainerPrivate<int>()}; // expected-error {{no matching constructor fo… in main() local
103 …std::span< volatile int> s7{IsAContainer<const volatile int>()}; // expected-error {{no mat… in main() local
114 …std::span< volatile int,1> s7{IsAContainer<const volatile int>()}; // expected-error {{no mat… in main() local
/external/llvm-project/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp54 …std::span< volatile int> s7{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
67 …std::span< volatile int, 0> s7{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
80 …std::span< volatile int> s7{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
93 …std::span< volatile int, 0> s7{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
Darray.fail.cpp58 …std::span< volatile int> s7{cvarr}; // expected-error {{no matching constructor for initia… in main() local
69 …std::span< volatile int,3> s7{cvarr}; // expected-error {{no matching constructor for initia… in main() local
Dptr_ptr.fail.cpp54 …std::span< volatile int> s7{cvarr, cvarr + 3}; // expected-error {{no matching constructor fo… in main() local
65 …std::span< volatile int,3> s7{cvarr, cvarr + 3}; // expected-error {{no matching constructo… in main() local
Dptr_len.fail.cpp54 …std::span< volatile int> s7{cvarr, 3}; // expected-error {{no matching constructor for initia… in main() local
65 …std::span< volatile int,3> s7{cvarr, 3}; // expected-error {{no matching constructor for in… in main() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.h35 uint8x8_t *const s6, uint8x8_t *const s7) { in load_u8_8x8()
57 uint8x16_t *const s6, uint8x16_t *const s7) { in load_u8_16x8()
78 const int16x4_t s6, const int16x4_t s7, in convolve8_4()
100 const int16x8_t s6, const int16x8_t s7, in convolve8_8()
Dhighbd_vpx_convolve8_neon.c48 int16x8_t *const s6, int16x8_t *const s7) { in load_8x8()
70 const uint16x8_t s6, const uint16x8_t s7) { in store_8x8()
91 const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) { in highbd_convolve8_4()
110 const int16x8_t s6, const int16x8_t s7, 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 …]
Dvpx_convolve8_neon.c37 const uint8x8_t s6, const uint8x8_t s7) { in store_u8_8x8()
75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_horiz_neon() local
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_avg_horiz_neon() local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_horiz_neon() local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_vert_neon() local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_vert_neon() local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_avg_vert_neon() local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_vert_neon() local
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c29 const int16x4_t s6, const int16x4_t s7, in convolve8_4x4()
51 const int16x8_t s6, const int16x8_t s7, const int16_t *filter, in convolve8_horiz_8x8()
77 const int16x4_t s6, const int16x4_t s7, const int16_t *filter, in convolve8_horiz_4x1()
103 const int16x8_t s6, const int16x8_t s7, const int16_t *filter) { in convolve8_vert_8x4()
124 const int16x4_t s6, const int16x4_t s7, const int16_t *y_filter, in convolve8_vert_4x4_s32()
153 const int16x8_t s6, const int16x8_t s7, const int16_t *y_filter, in convolve8_vert_8x4_s32()
226 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in av1_convolve_x_sr_neon() local
313 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in av1_convolve_x_sr_neon() local
625 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, d0; in av1_convolve_y_sr_neon() local
744 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in av1_convolve_y_sr_neon() local
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbitfield-2.c280 struct __attribute__((aligned(16))) s7 { struct
286 int f7_load(struct s7 *a0) { in f7_load() argument
/external/clang/test/CodeGen/
Dbitfield-2.c280 struct __attribute__((aligned(16))) s7 { struct
286 int f7_load(struct s7 *a0) { in f7_load() argument
Dregparm-struct.c94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b); argument

1234567