/external/llvm-project/flang/test/Semantics/ |
D | resolve57.f90 | 51 subroutine s5() subroutine 65 end subroutine s5 argument
|
D | offsets01.f90 | 39 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=
|
D | symbol11.f90 | 113 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
|
D | symbol09.f90 | 82 subroutine s5 subroutine 86 !REF: /s5/t/l argument 92 !DEF: /s5/y ALLOCATABLE ObjectEntity REAL(4) argument 94 !REF: /s5/t argument
|
D | resolve42.f90 | 22 subroutine s5 subroutine 23 integer x(2) 25 common x(4), y(4) 27 real y(2)
|
D | assign03.f90 | 65 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()
|
D | equivalence01.f90 | 39 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)
|
D | resolve93.f90 | 40 subroutine s5(arg) subroutine 44 end subroutine s5 argument
|
D | resolve38.f90 | 40 procedure, nopass :: s5 method 54 procedure, nopass :: s5 method 62 subroutine s5(z) subroutine 63 complex :: z local
|
D | resolve40.f90 | 41 subroutine s5 subroutine 42 namelist /nl/x 44 integer x local
|
/external/libcxx/test/std/containers/views/span.cons/ |
D | span.fail.cpp | 47 …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
|
D | ptr_len.fail.cpp | 48 …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
|
D | ptr_ptr.fail.cpp | 48 …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
|
D | array.fail.cpp | 57 …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/ |
D | span.fail.cpp | 51 …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
|
D | array.fail.cpp | 56 …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/ |
D | input-section-flags.s | 113 .globl s5 symbol 114 s5: label
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | zos-alignment.c | 62 struct s5 { struct 69 // CHECK: 0 | struct s5 argument
|
/external/llvm-project/clang/test/Sema/ |
D | no-documentation-warn-tagdecl-specifier.c | 28 struct s5 { int is; }; struct
|
/external/clang/test/Sema/ |
D | no-documentation-warn-tagdecl-specifier.c | 28 struct s5 { int is; }; struct
|
D | pragma-align-mac68k.c | 50 struct s5 { struct 54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1]; argument
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.h | 34 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()
|
D | highbd_vpx_convolve8_neon.c | 47 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/ |
D | convolve_neon.c | 28 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 …]
|
D | convolve_neon.h | 20 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()
|