HomeSort by relevance Sort by last modified time
    Searched refs:g11 (Results 1 - 22 of 22) sorted by null

  /external/clang/test/Sema/
private-extern.c 48 __private_extern__ int g11; local
49 __private_extern__ int g11; local
bitfield-layout.c 225 struct g11 { struct
231 CHECK_SIZE(struct, g11, 24);
232 CHECK_ALIGN(struct, g11, 8);
233 CHECK_OFFSET(struct, g11, c, 16);
235 CHECK_SIZE(struct, g11, 16);
236 CHECK_ALIGN(struct, g11, 4);
237 CHECK_OFFSET(struct, g11, c, 12);
  /external/libopus/celt/
celt.c 99 opus_val16 g10, opus_val16 g11, opus_val16 g12)
112 t = MAC16_32_Q16(t, g11, ADD32(x1,x3));
117 t = MAC16_32_Q16(t, g11, ADD32(x0,x2));
122 t = MAC16_32_Q16(t, g11, ADD32(x4,x1));
127 t = MAC16_32_Q16(t, g11, ADD32(x3,x0));
132 t = MAC16_32_Q16(t, g11, ADD32(x2,x4));
142 t = MAC16_32_Q16(t, g11, ADD32(x1,x3));
157 opus_val16 g10, opus_val16 g11, opus_val16 g12)
170 + MULT16_32_Q15(g11,ADD32(x1,x3))
189 opus_val16 g00, g01, g02, g10, g11, g12 local
    [all...]
celt.h 208 opus_val16 g10, opus_val16 g11, opus_val16 g12);
212 # define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \
213 ((void)(arch),comb_filter_const_c(y, x, T, N, g10, g11, g12))
pitch.h 177 opus_val16 g10, opus_val16 g11, opus_val16 g12);
  /external/libopus/celt/x86/
pitch_sse.h 152 opus_val16 g11,
160 # define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \
161 ((void)(arch),comb_filter_const_sse(y, x, T, N, g10, g11, g12))
181 opus_val16 g11,
184 #define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \
185 ((*COMB_FILTER_CONST_IMPL[(arch) & OPUS_ARCHMASK])(y, x, T, N, g10, g11, g12))
x86_celt_map.c 141 opus_val16 g11,
pitch_sse.c 134 opus_val16 g10, opus_val16 g11, opus_val16 g12)
140 g11v = _mm_load1_ps(&g11);
178 + MULT16_32_Q15(g11,ADD32(x[i-T+1],x[i-T-1]))
  /external/libopus/celt/mips/
celt_mipsr1.h 67 opus_val16 g00, g01, g02, g10, g11, g12; local
85 g11 = MULT16_16_P15(g1, gains[tapset1][1]);
107 asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g11)), "r" ((int)ADD32(x3,x1)));
140 asm volatile("MADD $ac1, %0, %1" : : "r" ((int)g11), "r" ((int)ADD32(x3,x1)));
  /external/clang/test/CodeGen/
const-init.c 69 // CHECK: @g11.l0 = internal global i32 ptrtoint (i32 ()* @g11 to i32)
70 long g11() { function
71 static long l0 = (long) g11;
regparm-struct.c 101 void g11(void) { function
tbaa-class.cpp 173 uint32_t g11(StructC *C, StructD *D, uint64_t count) { function
tbaa.cpp 171 uint32_t g11(StructC *C, StructD *D, uint64_t count) { function
  /external/clang/test/CodeGenCXX/
pr12251.cpp 87 enum e11 g11(enum e11 *x) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
codecapi.h 10 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \
11 OUR_GUID_ENTRY(CODECAPI_##name, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11)
23 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \
25 __CRT_UUID_DECL(CODECAPI_##name, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11)
28 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) DEFINE_GUIDSTRUCT(guidstr, CODECAPI_##name);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7044.go 24 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15 :=
31 float64(g0), float64(g1), float64(g2), float64(g3), float64(g4), float64(g5), float64(g6), float64(g7), float64(g8), float64(g9), float64(g10), float64(g11), float64(g12), float64(g13), float64(g14), float64(g15)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7044.go 24 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15 :=
31 float64(g0), float64(g1), float64(g2), float64(g3), float64(g4), float64(g5), float64(g6), float64(g7), float64(g8), float64(g9), float64(g10), float64(g11), float64(g12), float64(g13), float64(g14), float64(g15)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 201 retp .S1 g11,a3
203 g11: label
insns-c674x-pcrel.d 182 0+2a4 <[^>]*> 10000190[ \t]+callp \.S1 000002ac <g11>,a3
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
52 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
236 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
  /external/dng_sdk/source/
dng_bad_pixels.cpp 832 // r10 g11 r12 g13 r14
842 int32 g11 = p1 [1]; local
865 Abs_int32 (g11 - g31) +
872 est1 = g11 + g33;
874 grad1 = Abs_int32 (g11 - g33) +
885 Abs_int32 (g11 - g13) +
1170 // r10 g11 r12 g13 r14 g15 r16 g17 r18
1182 int32 g11 = p1 [1 * cs]; local
1238 (g11 + g13 + g15 + g17) -
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 328 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; local
355 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
360 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);

Completed in 372 milliseconds