HomeSort by relevance Sort by last modified time
    Searched refs:g10 (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/test/Sema/
private-extern.c 43 extern int g10;
44 extern int g10;
attr-alias-elf.c 38 void f10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
39 void g10() __attribute__((alias("f10"))); // expected-error {{alias definition is part of a cycle}}
43 void h10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
bitfield-layout.c 214 struct __attribute__((packed)) g10 { struct
219 CHECK_SIZE(struct, g10, 6);
221 CHECK_SIZE(struct, g10, 9);
223 CHECK_ALIGN(struct, g10, 1);
varargs-x86-64.c 77 void __attribute__((ms_abi)) g10(int a, ...) { function
  /external/libopus/celt/
celt.c 99 opus_val16 g10, opus_val16 g11, opus_val16 g12)
111 t = MAC16_32_Q16(x[i], g10, x2);
116 t = MAC16_32_Q16(x[i+1], g10, x1);
121 t = MAC16_32_Q16(x[i+2], g10, x0);
126 t = MAC16_32_Q16(x[i+3], g10, x4);
131 t = MAC16_32_Q16(x[i+4], g10, x3);
141 t = MAC16_32_Q16(x[i], g10, x2);
157 opus_val16 g10, opus_val16 g11, opus_val16 g12)
169 + MULT16_32_Q15(g10,x2)
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 151 opus_val16 g10,
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))
180 opus_val16 g10,
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 140 opus_val16 g10,
pitch_sse.c 134 opus_val16 g10, opus_val16 g11, opus_val16 g12)
139 g10v = _mm_load1_ps(&g10);
177 + MULT16_32_Q15(g10,x[i-T])
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 43 int (*g10)(int&, char) = f4;
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 59 virtual void g10() throw(int); // expected-note {{overridden virtual function is here}}
95 virtual void g10() noexcept(false); // expected-error {{exception specification of overriding function is more lax}}
  /external/libopus/celt/mips/
celt_mipsr1.h 67 opus_val16 g00, g01, g02, g10, g11, g12; local
84 g10 = MULT16_16_P15(g1, gains[tapset1][0]);
106 asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g10)), "r" ((int)x2));
138 asm volatile("MULT $ac1, %0, %1" : : "r" ((int)g10), "r" ((int)x2));
  /external/clang/test/CodeGenCXX/
pr12251.cpp 80 e10 g10(e10 *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)
  /external/clang/test/CodeGen/
const-init.c 51 // CHECK: @g10 = global i32 0
52 int g10 = (2.0 + 3.0i) * (5.0 + 7.0i) != (-11.0 + 29.0i); variable
regparm-struct.c 89 void g10(void) { function
tbaa-class.cpp 161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { function
tbaa.cpp 159 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 183 ret .S2 g10
185 g10: label
  /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);
46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
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);
230 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
  /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);
356 BUTTERFLY_4(g0, g2, g10, g8, h8, h9, v2, v0);
  /external/dng_sdk/source/
dng_bad_pixels.cpp 908 // g10 r11 g12 r13 g14
919 int32 g10 = p1 [0]; local
958 Abs_int32 (g10 - g32) +
968 Abs_int32 (g10 - g12) +
1327 // g10 r11 g12 r13 g14 r15 g16 r17 g18
    [all...]

Completed in 1074 milliseconds

1 2 3