Home
last modified time | relevance | path

Searched defs:s10 (Results 1 – 25 of 74) sorted by relevance

123

/external/llvm-project/flang/test/Semantics/
Ddosemantics11.f9088 subroutine s10(table) subroutine
91 integer :: table(..)
93 type point
97 type, extends(point) :: color_point
101 type(point), target :: target_var
125 end subroutine s10 argument
Dresolve35.f90107 subroutine s10 subroutine
109 real, parameter :: bad2 = 1.0
132 subroutine bad3
Dassign03.f90138 subroutine s10 subroutine
139 integer, pointer :: p(:)
140 type :: t type
144 type(t), target :: x local
145 type(t), target :: y(10,10)
146 integer :: v(10)
Dequivalence01.f90120 subroutine s10 subroutine
121 integer, parameter :: i(4) = [1, 2, 3, 4]
122 real :: x(10)
123 real :: y(4)
Ddata05.f9065 subroutine s10 subroutine
66 …real, target, save :: arr(3,4) ! CHECK: arr, SAVE, TARGET size=48 offset=0: ObjectEntity type: REA…
67 …real, pointer :: xpp(:,:) ! CHECK: xpp, POINTER (InDataStmt) size=72 offset=48: ObjectEntity type:…
Dassign02.f90148 subroutine s10 subroutine
149 real, target :: a[*]
150 real, pointer :: b local
Dfinal01.f9033 final :: s01, s02, s03, s04, s05, s06, s07, s08, s09, s10 method
85 subroutine s10(x) subroutine
86 type(child(kind1=10, len1=*, len2=*)), optional :: x local
Ddosemantics09.f9057 subroutine s10() subroutine
Dassign04.f90130 subroutine s10(a, n) subroutine
132 real a(n)
Dspec-expr.f90123 subroutine s10() subroutine
126 end subroutine s10 argument
Ddosemantics12.f90327 subroutine s10() subroutine
346 end subroutine s10 argument
Dcall10.f90134 pure subroutine s10 ! C1595 subroutine
136 !ERROR: Procedure 'notpure' referenced in pure subprogram 's10' must be pure too argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c75 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
Dhighbd_vpx_convolve8_neon.c157 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
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
/external/clang/test/CodeGen/
Dx86_64-arguments-nacl.c50 struct s10 { int a; int b; int : 0; }; argument
Dregparm-struct.c129 struct s10 { struct
132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c); argument
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_64-arguments-nacl.c50 struct s10 { int a; int b; int : 0; }; argument
/external/clang/test/Sema/
Dpragma-align-mac68k.c86 struct s10 { struct
89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1]; argument
/external/llvm-project/clang/test/Sema/
Dpragma-align-mac68k.c86 struct s10 { struct
89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1]; argument
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c226 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in av1_convolve_x_sr_neon() local
316 int16x8_t s8, s9, s10; in av1_convolve_x_sr_neon() local
628 int16x4_t s8, s9, s10, d1, d2, d3; in av1_convolve_y_sr_neon() local
747 int16x8_t s8, s9, s10; in av1_convolve_y_sr_neon() local
993 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in av1_convolve_2d_sr_neon() local
1075 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14; in av1_convolve_2d_sr_neon() local
1310 int16x4_t s8, s9, s10; in av1_convolve_2d_sr_neon() local
1449 int16x8_t s8, s9, s10; in av1_convolve_2d_sr_neon() local
Dwiener_convolve_neon.c250 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in av1_wiener_convolve_add_src_neon() local
396 int16x8_t s8, s9, s10; in av1_wiener_convolve_add_src_neon() local
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzos-alignment.c86 struct s10 { struct
89 // CHECK: 0 | struct s10 argument
/external/tensorflow/tensorflow/core/platform/
Dctstring_test.cc36 TF_TString s10, s11, s12; in TEST() local
/external/llvm-project/clang/test/CodeGen/
Dregparm-struct.c129 struct s10 { struct
132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c); argument
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c40 int32x4_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in vpx_iadst16x16_256_add_half1d() local

123