Home
last modified time | relevance | path

Searched defs:s5 (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/external/llvm-project/flang/test/Semantics/
Dresolve57.f9051 subroutine s5() subroutine
65 end subroutine s5 argument
Doffsets01.f9039 subroutine s5(n) subroutine
40 integer :: n local
41 type :: t1(l)
45 type :: t2(l1, l2)
50 type(t1(n)) :: x1 !CHECK: x1 size=48 offset=
51 type(t2(n,n)) :: x2 !CHECK: x2 size=56 offset=
Dsymbol11.f90113 subroutine s5 subroutine
116 !DEF: /s5/t/a ObjectEntity REAL(4) argument
121 !DEF: /s5/Block1/x AssocEntity TYPE(t) argument
132 !REF: /s5/t argument
Dsymbol09.f9082 subroutine s5 subroutine
86 !REF: /s5/t/l argument
92 !DEF: /s5/y ALLOCATABLE ObjectEntity REAL(4) argument
94 !REF: /s5/t argument
Dresolve42.f9022 subroutine s5 subroutine
23 integer x(2)
25 common x(4), y(4)
27 real y(2)
Dassign03.f9065 subroutine s5 subroutine
66 procedure(f_pure), pointer :: p_pure
67 procedure(f_impure), pointer :: p_impure
69 procedure(f_elemental), pointer :: p_elemental
76 pure integer function f_pure()
79 integer function f_impure()
82 elemental integer function f_elemental()
Dequivalence01.f9039 subroutine s5 subroutine
40 integer, parameter :: k = 123
41 real :: x(10)
42 real, save :: y[1:*]
49 real, bind(C) :: z(10)
54 logical :: w(10)
Dresolve93.f9040 subroutine s5(arg) subroutine
44 end subroutine s5 argument
Dresolve38.f9040 procedure, nopass :: s5 method
54 procedure, nopass :: s5 method
62 subroutine s5(z) subroutine
63 complex :: z local
Dresolve40.f9041 subroutine s5 subroutine
42 namelist /nl/x
44 integer x local
/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp47 …std::span<const int> s5{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
60 …std::span<const int, 0> s5{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
73 …std::span<const int> s5{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
86 …std::span<const int, 0> s5{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
Dptr_len.fail.cpp48 …std::span<const int> s5{cvarr, 3}; // expected-error {{no matching constructor for initia… in main() local
59 …std::span<const int,3> s5{cvarr, 3}; // expected-error {{no matching constructor for in… in main() local
Dptr_ptr.fail.cpp48 …std::span<const int> s5{cvarr, cvarr + 3}; // expected-error {{no matching constructor fo… in main() local
59 …std::span<const int,3> s5{cvarr, cvarr + 3}; // expected-error {{no matching constructo… in main() local
Darray.fail.cpp57 …std::span<const int> s5{cvarr}; // expected-error {{no matching constructor for initia… in main() local
68 …std::span<const int,3> s5{cvarr}; // expected-error {{no matching constructor for initia… in main() local
/external/llvm-project/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp51 …std::span<const int> s5{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
64 …std::span<const int, 0> s5{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
77 …std::span<const int> s5{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
90 …std::span<const int, 0> s5{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
Darray.fail.cpp56 …std::span<const int> s5{cvarr}; // expected-error {{no matching constructor for initia… in main() local
67 …std::span<const int,3> s5{cvarr}; // expected-error {{no matching constructor for initia… in main() local
/external/llvm-project/lld/test/ELF/
Dinput-section-flags.s113 .globl s5 symbol
114 s5: label
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzos-alignment.c62 struct s5 { struct
69 // CHECK: 0 | struct s5 argument
/external/llvm-project/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c28 struct s5 { int is; }; struct
/external/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c28 struct s5 { int is; }; struct
Dpragma-align-mac68k.c50 struct s5 { struct
54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1]; argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.h34 uint8x8_t *const s4, uint8x8_t *const s5, in load_u8_8x8()
56 uint8x16_t *const s4, uint8x16_t *const s5, in load_u8_16x8()
77 const int16x4_t s4, const int16x4_t s5, in convolve8_4()
99 const int16x8_t s4, const int16x8_t s5, in convolve8_8()
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/libaom/av1/common/arm/
Dconvolve_neon.c28 const int16x4_t s4, const int16x4_t s5, in convolve8_4x4()
50 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_horiz_8x8()
76 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_horiz_4x1()
102 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_vert_8x4()
123 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_vert_4x4_s32()
152 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, 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 …]
Dconvolve_neon.h20 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in wiener_convolve8_vert_4x8()
119 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in wiener_convolve8_horiz_4x8()
160 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_8x8_s16()
183 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_4x4_s16()
204 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_4x4_s32()

12345678910>>...18