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

1 2 3 4

  /bionic/tests/
arpa_inet_test.cpp 154 char s6[INET6_ADDRSTRLEN]; local
157 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN));
158 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN));
159 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN));
  /art/test/Statics/
Statics.java 24 static final float s6 = 0.5f; field in class:Statics
47 return s6;
  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 43 struct s6 { struct
46 struct s6 f6_1(void) { while (1) {} }
47 void f6_2(struct s6 a0) {}
exprs.c 93 struct s6 { int f0; }; struct
94 int f6(int a0, struct s6 a1, struct s6 a2) {
regparm-struct.c 83 struct s6 { struct
87 __attribute__((regparm(3))) void f10(struct s6 a, int b);
90 struct s6 x = {41, 42};
  /external/clang/test/Sema/
pragma-align-mac68k.c 57 struct s6 { struct
61 extern int a6_0[sizeof(struct s6) == 0 ? 1 : -1];
62 extern int a6_1[__alignof(struct s6) == 2 ? 1 : -1];
bitfield-layout_1.c 71 } s6; variable in typeref:struct:__anon17714
72 CHECK_SIZE(s6,12)
  /external/libvpx/libvpx/vp9/common/x86/
vp9_highbd_iht4x4_add_sse4.c 23 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], t0[2], t1[2], t2[2]; local
47 s6[0] = _mm_mul_epi32(pair_c4, temp[0]);
48 s6[1] = _mm_mul_epi32(pair_c4, temp[1]);
56 t1[0] = _mm_sub_epi64(t1[0], s6[0]);
57 t1[1] = _mm_sub_epi64(t1[1], s6[1]);
vp9_highbd_iht8x8_add_sse4.c 57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2]; local
75 highbd_iadst_butterfly_sse4_1(io[1], io[6], cospi_26_64, cospi_6_64, s6, s7);
76 x2[0] = _mm_add_epi64(s2[0], s6[0]);
77 x2[1] = _mm_add_epi64(s2[1], s6[1]);
80 x6[0] = _mm_sub_epi64(s2[0], s6[0]);
81 x6[1] = _mm_sub_epi64(s2[1], s6[1]);
117 highbd_iadst_butterfly_sse4_1(x7[0], x6[0], cospi_24_64, cospi_8_64, s7, s6);
119 x4[0] = _mm_add_epi64(s4[0], s6[0]);
120 x4[1] = _mm_add_epi64(s4[1], s6[1]);
123 x6[0] = _mm_sub_epi64(s4[0], s6[0])
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_135_add_neon.c 101 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
254 s6[0] = highbd_idct_add_dual(s5[0], s3[7]);
255 s6[1] = highbd_idct_add_dual(s5[1], s5[6]);
256 s6[2] = highbd_idct_add_dual(s5[2], s5[5]);
257 s6[3] = highbd_idct_add_dual(s5[3], s3[4]);
258 s6[4] = highbd_idct_sub_dual(s5[3], s3[4]);
259 s6[5] = highbd_idct_sub_dual(s5[2], s5[5]);
260 s6[6] = highbd_idct_sub_dual(s5[1], s5[6]);
261 s6[7] = highbd_idct_sub_dual(s5[0], s3[7]);
263 s6[10] = sub_multiply_shift_and_narrow_s32_dual(s5[13], s5[10], cospi_16_64)
454 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
243 s6[0] = vaddq_s16(s5[0], s3[7]);
244 s6[1] = vaddq_s16(s5[1], s5[6]);
245 s6[2] = vaddq_s16(s5[2], s5[5]);
246 s6[3] = vaddq_s16(s5[3], s3[4]);
247 s6[4] = vsubq_s16(s5[3], s3[4]);
248 s6[5] = vsubq_s16(s5[2], s5[5]);
249 s6[6] = vsubq_s16(s5[1], s5[6]);
250 s6[7] = vsubq_s16(s5[0], s3[7]);
252 s6[10] = sub_multiply_shift_and_narrow_s16(s5[13], s5[10], cospi_16_64)
377 int16x8_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
    [all...]
idct32x32_add_neon.c 151 int16x8_t *const s5, int16x8_t *const s6,
165 *s6 = 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) {
222 *s6 = 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...]
  /external/libaom/libaom/aom_dsp/
fwd_txfm.c 25 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
38 s6 = (input[1 * stride] - input[6 * stride]) * 4;
48 s6 = in[1 * 8] - in[6 * 8];
68 t0 = (s6 - s5) * cospi_16_64;
69 t1 = (s6 + s5) * cospi_16_64;
  /art/test/004-StackWalk/src/
Main.java 49 String s6 = new String("6"); local
71 s += s6;
87 s += s6;
  /external/clang/test/OpenMP/
target_update_from_messages.cpp 46 struct S6 {
56 S6 s6[5]; member in struct:S7
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}}
163 #pragma omp target update from(s7.s6[1].aa[0:5])
164 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not allowed here}}
165 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not allowed here}}
target_update_to_messages.cpp 46 struct S6 {
56 S6 s6[5]; member in struct:S7
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}}
162 #pragma omp target update to(s7.s6[1].aa[0:5])
163 #pragma omp target update to(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not allowed here}}
164 #pragma omp target update to(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not allowed here}}
  /external/jemalloc/test/include/test/
math.h 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
290 s6 = (120.0 + c * (346.0 + 127.0 * c)) / 5040.0;
292 - b * (s4 - b * (s5 - b * s6))))));
  /external/jemalloc_new/test/include/test/
math.h 218 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
287 s6 = (120.0 + c * (346.0 + 127.0 * c)) / 5040.0;
289 - b * (s4 - b * (s5 - b * s6))))));
  /external/libaom/libaom/aom_dsp/mips/
loopfilter_filters_dspr2.c 31 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
62 s6 = s5 + pitch;
80 "lw %[p6], (%[s6]) \n\t"
83 : [sm1] "r"(sm1), [s0] "r"(s0), [s5] "r"(s5), [s6] "r"(s6));
  /external/libaom/libaom/av1/common/
av1_inv_txfm1d.c 663 int32_t s0, s1, s2, s3, s4, s5, s6, s7; local
684 s6 = range_check_value(sinpi[4] * x3, stage_range[1] + bit);
699 s1 = range_check_value(s1 - s6, stage_range[4] + bit);
    [all...]
  /external/libaom/libaom/av1/encoder/
av1_fwd_txfm1d.c 681 int32_t s0, s1, s2, s3, s4, s5, s6, s7; local
702 s6 = range_check_value(sinpi[2] * x3, bit + stage_range[1]);
716 x2 = range_check_value(x2 + s6, bit + stage_range[4]);
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht16x16_add_neon.c 39 int32x4_t s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2]; local
138 iadst_butterfly_lane_2_3_neon(x[6], x[7], c_9_23_13_19, s6, s7);
150 x[6] = add_dct_const_round_shift_low_8(s6, s14);
158 x[14] = sub_dct_const_round_shift_low_8(s6, s14);
198 iadst_butterfly_lane_3_2_neon(x[7], x[6], c_16_n16_8_24, s7, s6);
210 x[4] = add_dct_const_round_shift_low_8(s4, s6);
212 x[6] = sub_dct_const_round_shift_low_8(s4, s6);
vp9_iht_neon.h 203 int32x4_t s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2]; local
218 iadst_butterfly_lane_2_3_neon(x[6], x[7], c1, s6, s7);
222 x[2] = add_dct_const_round_shift_low_8(s2, s6);
226 x[6] = sub_dct_const_round_shift_low_8(s2, s6);
235 iadst_butterfly_lane_3_2_neon(x[7], x[6], c2, s7, s6);
241 x[4] = add_dct_const_round_shift_low_8(s4, s6);
243 x[6] = sub_dct_const_round_shift_low_8(s4, s6);
  /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);
77 s0 = __msa_ilvr_h(s6, s5);
loopfilter_filters_dspr2.c 29 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
60 s6 = s5 + pitch;
78 "lw %[p6], (%[s6]) \n\t"
81 : [sm1] "r"(sm1), [s0] "r"(s0), [s5] "r"(s5), [s6] "r"(s6));

Completed in 549 milliseconds

1 2 3 4