Searched defs:g12 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dregparm-struct.c112 void g12(void) { function
H A Dtbaa-class.cpp185 uint32_t g12(StructC *C, StructD *D, uint64_t count) { function
H A Dconst-init.c75 // CHECK: @g12 = global i32 ptrtoint (i8* @g12_tmp to i32)
77 long g12 = (long) &g12_tmp; variable
H A Dtbaa.cpp183 uint32_t g12(StructC *C, StructD *D, uint64_t count) { function
/external/clang/test/Sema/
H A Dbitfield-layout.c240 struct __attribute__((packed)) g12 { struct
245 CHECK_SIZE(struct, g12, 10);
246 CHECK_ALIGN(struct, g12, 1);
247 CHECK_OFFSET(struct, g12, c, 9);
H A Dprivate-extern.c54 extern int g12;
55 __private_extern__ int g12; local
/external/libopus/celt/mips/
H A Dcelt_mipsr1.h67 opus_val16 g00, g01, g02, g10, g11, g12; local
86 g12 = MULT16_16_P15(g1, gains[tapset1][2]);
108 asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g12)), "r" ((int)ADD32(x4,x0)));
141 asm volatile("MADD $ac1, %0, %1" : : "r" ((int)g12), "r" ((int)ADD32(x4,x0)));
/external/libopus/celt/x86/
H A Dpitch_sse.c134 opus_val16 g10, opus_val16 g11, opus_val16 g12)
141 g12v = _mm_load1_ps(&g12);
179 + MULT16_32_Q15(g12,ADD32(x[i-T+2],x[i-T-2]));
133 comb_filter_const_sse(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) argument
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp94 enum e12 g12(enum e12 *x) { function
/external/libopus/celt/
H A Dcelt.c99 opus_val16 g10, opus_val16 g11, opus_val16 g12)
113 t = MAC16_32_Q16(t, g12, ADD32(x0,x4));
119 t = MAC16_32_Q16(t, g12, ADD32(x4,x3));
125 t = MAC16_32_Q16(t, g12, ADD32(x3,x2));
131 t = MAC16_32_Q16(t, g12, ADD32(x2,x1));
137 t = MAC16_32_Q16(t, g12, ADD32(x1,x0));
148 t = MAC16_32_Q16(t, g12, ADD32(x0,x4));
163 opus_val16 g10, opus_val16 g11, opus_val16 g12)
177 + MULT16_32_Q15(g12,ADD32(x0,x4));
196 opus_val16 g00, g01, g02, g10, g11, g12; local
98 comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) argument
162 comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct16x16_msa.c328 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; local
380 MADD_BF(r9, r6, r1, r14, k0, k1, k2, k3, g12, g13, g14, g15);
381 BUTTERFLY_4(g4, g6, g14, g12, h10, h11, v6, v4);
/external/dng_sdk/source/
H A Ddng_bad_pixels.cpp908 // g10 r11 g12 r13 g14
921 int32 g12 = p1 [2]; local
945 Abs_int32 (g12 - g32) +
959 Abs_int32 (g12 - g34) +
968 Abs_int32 (g10 - g12) +
969 Abs_int32 (g12 - g14) +
981 Abs_int32 (g12 - g30) +
1327 // g10 r11 g12 r13 g14 r15 g16 r17 g18

Completed in 316 milliseconds