Home
last modified time | relevance | path

Searched defs:s12 (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm-project/flang/test/Semantics/
Dassign03.f90177 subroutine s12 subroutine
178 integer, pointer :: p(:)
179 type :: t type
183 type(t), target :: x local
184 type(t), target :: y(10,10)
185 integer :: v(10)
186 logical, parameter :: l1 = is_contiguous(x%a(:,:))
187 logical, parameter :: l2 = is_contiguous(y(1,1)%a(1,1))
189 logical, parameter :: l3 = is_contiguous(y(:,1)%a(1,1))
191 logical, parameter :: l4 = is_contiguous(x%a(:,v))
[all …]
Ddosemantics12.f90378 subroutine s12() subroutine
380 Integer :: ivar, jvar
414 end subroutine s12 argument
Ddosemantics11.f90166 subroutine s12(table) subroutine
169 integer :: table(..)
171 type point
175 type, extends(point) :: color_point
179 type(point), target :: target_var
203 end subroutine s12 argument
Dcall10.f90147 pure subroutine s12 subroutine
148 character(20) :: buff
149 real :: x local
Ddosemantics09.f9069 subroutine s12() subroutine
Ddata05.f9088 subroutine s12 subroutine
89 …procedure(rfunc), pointer :: pp ! CHECK: pp, EXTERNAL, POINTER (Function, InDataStmt) size=24 offs…
Dfinal01.f9042 final :: s11, s12, s13, s14, s15, s16, s17 method
91 subroutine s12 subroutine
Dspec-expr.f90147 subroutine s12() subroutine
150 end subroutine s12 argument
/external/clang/test/Sema/
Dpragma-align-mac68k.c105 struct s12 { in f12() struct
106 char f0; in f12()
107 int f1; in f12()
/external/llvm-project/clang/test/Sema/
Dpragma-align-mac68k.c105 struct s12 { in f12() struct
106 char f0; in f12()
107 int f1; in f12()
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.template/
Dp3-2a.cpp17 S1<Y> s12; // expected-error{{template template argument 'Y' is more constrained than template temp… variable
/external/clang/test/CodeGen/
Dregparm-struct.c150 struct s12 { struct
154 __attribute__((regparm(3))) void f16(struct s12 a, int b); argument
Dx86_64-arguments-nacl.c58 struct s12 { int a __attribute__((aligned(16))); }; argument
/external/llvm-project/clang/test/CodeGen/
Dregparm-struct.c150 struct s12 { struct
154 __attribute__((regparm(3))) void f16(struct s12 a, int b); argument
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_64-arguments-nacl.c58 struct s12 { int a __attribute__((aligned(16))); }; struct
/external/tensorflow/tensorflow/core/platform/
Dctstring_test.cc36 TF_TString s10, s11, s12; in TEST() local
Dtstring_test.cc38 tstring s12(kLongString); in TEST() local
/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
/external/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/
Dcpu_state.h48 uint32_t s12; in PW_PACKED() local
/external/libcxx/test/std/containers/views/span.cons/
Dcontainer.fail.cpp82 …std::span<int, 0> s12{std::deque<int>()}; // expected-error {{no matching constructor fo… in main() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCustomValueInstDefaults.java61 s09, s10, s11, s12, s13, s14, s15, s16; field in TestCustomValueInstDefaults.BigBucket
64 public BigBucket( in BigBucket()
188 String s12 = BigBucket.DEFAULT_S; in createFromObjectWith() local
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c58 s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in highbd_iadst16_4col_sse4_1() local
/external/aac/libArithCoding/src/
Dac_arith_coder.cpp578 ULONG s12 = (fMax((UINT)s, (UINT)1) << 12) - 1; in get_pk_v2() local
/external/libtextclassifier/native/utils/base/
Darena_test.cc272 char* s12 = arena->Strdup(s9); in TestArena2() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c224 int16x8_t s11, s12, s13, s14; in vpx_convolve8_horiz_neon() local
497 int16x8_t s11, s12, s13, s14; in vpx_convolve8_avg_horiz_neon() local

123