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

  /external/clang/test/Sema/
private-extern.c 48 __private_extern__ int g11; local
49 __private_extern__ int g11; local
  /external/libopus/celt/
celt.c 90 opus_val16 g10, opus_val16 g11, opus_val16 g12)
103 + MULT16_32_Q15(g11,ADD32(x1,x3))
120 opus_val16 g00, g01, g02, g10, g11, g12; local
138 g11 = MULT16_16_Q15(g1, gains[tapset1][1]);
154 + MULT16_32_Q15(MULT16_16_Q15(f,g11),ADD32(x1,x3))
171 comb_filter_const(y+i, x+i, T1, N-i, g10, g11, g12);
  /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 167 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
  /external/libopus/celt/x86/
pitch_sse.h 106 opus_val16 g10, opus_val16 g11, opus_val16 g12)
112 g11v = _mm_load1_ps(&g11);
150 + MULT16_32_Q15(g11,ADD32(x[i-T+1],x[i-T-1]))
  /external/v8/test/mjsunit/es6/
generators-iteration.js 177 function g11() {

Completed in 196 milliseconds