HomeSort by relevance Sort by last modified time
    Searched defs:s7 (Results 1 - 25 of 68) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
syntax-1.s 136 s7: label
  /art/test/Statics/
Statics.java 25 static final double s7 = 16777217; field in class:Statics
50 return s7;
  /external/clang/test/Sema/
pragma-align-mac68k.c 64 struct s7 { struct
68 extern int a7_0[sizeof(struct s7) == 2 ? 1 : -1];
69 extern int a7_1[__alignof(struct s7) == 2 ? 1 : -1];
bitfield-layout_1.c 80 } s7; variable in typeref:struct:__anon16514
81 CHECK_SIZE(s7,8)
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_135_add_neon.c 100 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
287 s7[0] = highbd_idct_add_dual(s6[0], s5[15]);
288 s7[1] = highbd_idct_add_dual(s6[1], s5[14]);
289 s7[2] = highbd_idct_add_dual(s6[2], s6[13]);
290 s7[3] = highbd_idct_add_dual(s6[3], s6[12]);
291 s7[4] = highbd_idct_add_dual(s6[4], s6[11]);
292 s7[5] = highbd_idct_add_dual(s6[5], s6[10]);
293 s7[6] = highbd_idct_add_dual(s6[6], s5[9]);
294 s7[7] = highbd_idct_add_dual(s6[7], s5[8]);
295 s7[8] = highbd_idct_sub_dual(s6[7], s5[8])
453 int32x4x2_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
    [all...]
idct32x32_135_add_neon.c 93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; local
277 s7[0] = vaddq_s16(s6[0], s5[15]);
278 s7[1] = vaddq_s16(s6[1], s5[14]);
279 s7[2] = vaddq_s16(s6[2], s6[13]);
280 s7[3] = vaddq_s16(s6[3], s6[12]);
281 s7[4] = vaddq_s16(s6[4], s6[11]);
282 s7[5] = vaddq_s16(s6[5], s6[10]);
283 s7[6] = vaddq_s16(s6[6], s5[9]);
284 s7[7] = vaddq_s16(s6[7], s5[8]);
285 s7[8] = vsubq_s16(s6[7], s5[8])
377 int16x8_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
    [all...]
highbd_idct32x32_1024_add_neon.c 130 int32x4x2_t *const s5, int32x4x2_t *const s6, int32x4x2_t *const s7) {
152 s7->val[0] = vld1q_s32(in);
153 s7->val[1] = vld1q_s32(in + 4);
199 int32x4x2_t s0, s1, s2, s3, s4, s5, s6, s7; local
202 load_s32x4q_dual(input, &s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
203 transpose_and_store_s32_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf);
idct32x32_add_neon.c 152 int16x8_t *const s7) {
167 *s7 = vld1q_s16(in);
197 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; local
200 load_s16x8q(input, &s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
201 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf);
209 int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) {
224 *s7 = load_tran_low_to_s16q(in);
230 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; local
233 load_s16x8q_tran_low(input, &s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
234 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf)
    [all...]
highbd_vpx_convolve8_neon.c 48 int16x8_t *const s6, int16x8_t *const s7) {
63 *s7 = vld1q_s16(s);
70 const uint16x8_t s6, const uint16x8_t s7) {
85 vst1q_u16(s, s7);
91 const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) {
103 sum = vmlal_lane_s16(sum, s7, filters_hi, 3);
110 const int16x8_t s6, const int16x8_t s7,
124 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s7), filters_hi, 3);
132 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s7), filters_hi, 3);
157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 local
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
    [all...]
vpx_convolve8_neon.c 37 const uint8x8_t s6, const uint8x8_t s7) {
52 vst1_u8(s, s7);
75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
111 s7 = vget_low_s16(tt0);
116 d0 = convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters, filter3,
118 d1 = convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters, filter3,
120 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3,
122 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3,
141 s3 = s7;
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 local
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
leb128_unittest.cc 60 static unsigned char s7[] = { 0x80+0, 0x7f }; // -128 local
79 CHECK(read_signed_LEB_128(s7, &len) == -128 && len == sizeof(s7));
  /art/test/004-StackWalk/src/
Main.java 33 String s7 = new String("7"); local
55 s += s7;
  /external/capstone/suite/MC/AArch64/
neon-scalar-by-elem-mul.s.cs 9 0x67,0x90,0xad,0x7f = fmulx s7, s3, v13.s[1]
10 0xe9,0x98,0x89,0x7f = fmulx s9, s7, v9.s[2] package
  /external/clang/test/CodeGen/
regparm-struct.c 94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
102 struct s7 x = {41, 42, 43};
bitfield-2.c 272 // CHECK-RECORD: Record: RecordDecl{{.*}}s7
274 // CHECK-RECORD: LLVMType:%struct.s7 = type { i32, i32, i32, i8, i32, [12 x i8] }
280 struct __attribute__((aligned(16))) s7 { struct
286 int f7_load(struct s7 *a0) {
ms_struct-bitfield.c 95 int s7 = sizeof(t7); variable
96 // CHECK: @s7 = global i32 9
97 // CHECK-ARM: @s7 = global i32 9
  /external/clang/test/OpenMP/
target_update_from_messages.cpp 52 struct S7 {
80 S7 s7; local
108 #pragma omp target update from(s7.i, s7.a[:3])
109 #pragma omp target update from(s7.s6[1].aa[0:5])
110 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not allowed here}}
111 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not allowed here}}
112 #pragma omp target update from(s7.p[:10])
113 #pragma omp target update from(x, s7.bfa) // expected-error {{bit fields cannot be used to specify storage in a 'from' clause}
136 S7 s7; local
    [all...]
target_update_to_messages.cpp 52 struct S7 {
80 S7 s7; local
108 #pragma omp target update to(s7.i, s7.a[:3])
109 #pragma omp target update to(s7.s6[1].aa[0:5])
110 #pragma omp target update to(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not allowed here}}
111 #pragma omp target update to(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not allowed here}}
112 #pragma omp target update to(s7.p[:10])
113 #pragma omp target update to(x, s7.bfa) // expected-error {{bit fields cannot be used to specify storage in a 'to' clause}
134 S7 s7; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
idct8x8_msa.c 44 v8i16 s0, s1, s2, s3, s4, s5, s6, s7, k0, k1, k2, k3, m0, m1, m2, m3; local
62 BUTTERFLY_4(s0, s1, s3, s2, s4, s7, s6, s5);
85 BUTTERFLY_8(m0, m1, m2, m3, s4, s2, s3, s7, in0, in1, in2, in3, in4, in5, in6,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4813.go 43 s7 = S[vc] // ERROR "non-integer|must be integer"
42 s7 = S[vc] \/\/ ERROR "non-integer|must be integer" var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4813.go 43 s7 = S[vc] // ERROR "non-integer|must be integer"
42 s7 = S[vc] \/\/ ERROR "non-integer|must be integer" var
  /art/test/020-string/src/
Main.java 115 String s7 = new String(byteArray, charsetName); local
  /external/clang/test/CXX/class/class.union/
p1.cpp 92 struct s7 : Okay { struct in union:U3
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 103 struct s7 : s7_0, s7_1 { }; struct in inherits:s7_0,s7_1
104 s7 f7() { return s7(); }
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 99 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
113 s7 = (input[0 * stride] - input[7 * stride]) * 4;
123 s7 = in[0 * 8] - in[7 * 8];
150 x2 = s7 - t3;
151 x3 = s7 + t3;
247 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
259 s7 = in_high[0] - in_high[7];
284 x2 = s7 - t3;
285 x3 = s7 + t3;

Completed in 404 milliseconds

1 2 3