/external/libopus/celt/ |
D | celt.c | 90 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const() argument 102 + MULT16_32_Q15(g10,x2) in comb_filter_const() 120 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 137 g10 = MULT16_16_Q15(g1, gains[tapset1][0]); in comb_filter() 153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2) in comb_filter() 171 comb_filter_const(y+i, x+i, T1, N-i, g10, g11, g12); in comb_filter()
|
/external/clang/test/Sema/ |
D | private-extern.c | 43 extern int g10; in f4() 44 extern int g10; in f4()
|
D | attr-alias-elf.c | 39 void g10() __attribute__((alias("f10"))); // expected-error {{alias definition is part of a cycle}}
|
/external/clang/test/CXX/except/except.spec/ |
D | 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 func…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc.ll | 5 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 13 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 21 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 29 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 37 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 45 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 53 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 61 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 69 …4 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x … 77 …g10(i64 %g1, double %f1, <4 x i32> %v1, i64 %g2, double %f2, <4 x i32> %v2, i64 %g3, double %f3, <… [all …]
|
/external/libopus/celt/x86/ |
D | pitch_sse.h | 106 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const() argument 111 g10v = _mm_load1_ps(&g10); in comb_filter_const() 149 + MULT16_32_Q15(g10,x[i-T]) in comb_filter_const()
|
/external/llvm/test/CodeGen/XCore/ |
D | scavenging.ll | 14 @g10 = external global i32 ; <i32*> [#uses=2] 32 %12 = load volatile i32, i32* @g10, align 4 ; <i32> [#uses=1] 37 store volatile i32 %12, i32* @g10, align 4
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 43 int (*g10)(int&, char) = f4; in bad() local
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 162 // CHECK: @g10 = constant [14 x i8] c"{f=i[4{?=}]i}\00" 163 const char g10[] = @encode(struct f); function
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local 43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in fadst16_cols_step1_msa() 46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1); in fadst16_cols_step1_msa() 206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_rows_step1_msa() local 227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in fadst16_rows_step1_msa() 230 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1); in fadst16_rows_step1_msa()
|
/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 80 e10 g10(e10 *x) { in g10() function
|
/external/clang/test/CodeGen/ |
D | const-init.c | 52 int g10 = (2.0 + 3.0i) * (5.0 + 7.0i) != (-11.0 + 29.0i); variable
|
D | tbaa-class.cpp | 161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() function
|
D | regparm-struct.c | 89 void g10(void) { in g10() function
|
D | tbaa.cpp | 155 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() function
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct16x16_msa.c | 330 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; in vpx_iadst16_1d_columns_addblk_msa() local 357 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in vpx_iadst16_1d_columns_addblk_msa() 358 BUTTERFLY_4(g0, g2, g10, g8, h8, h9, v2, v0); in vpx_iadst16_1d_columns_addblk_msa()
|
/external/llvm/test/CodeGen/Mips/ |
D | fastcc.ll | 77 @g10 = external global i32 165 store i32 %a10, i32* @g10, align 4
|
/external/v8/test/mjsunit/es6/ |
D | generators-iteration.js | 166 function g10() { function
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 4262 const ParamGenerator<T10>& g10) in CartesianProductGenerator10() argument 4264 g9_(g9), g10_(g10) {} in CartesianProductGenerator10() 4300 const ParamGenerator<T10>& g10, in Iterator() argument 4312 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { in Iterator() 4773 const Generator9& g9, const Generator10& g10) in CartesianProductHolder10() argument 4775 g9_(g9), g10_(g10) {} in CartesianProductHolder10()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 4265 const ParamGenerator<T10>& g10) in CartesianProductGenerator10() argument 4267 g9_(g9), g10_(g10) {} in CartesianProductGenerator10() 4303 const ParamGenerator<T10>& g10, in Iterator() argument 4315 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { in Iterator() 4776 const Generator9& g9, const Generator10& g10) in CartesianProductHolder10() argument 4778 g9_(g9), g10_(g10) {} in CartesianProductHolder10()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 4263 const ParamGenerator<T10>& g10) in CartesianProductGenerator10() argument 4265 g9_(g9), g10_(g10) {} in CartesianProductGenerator10() 4301 const ParamGenerator<T10>& g10, in Iterator() argument 4313 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { in Iterator() 4774 const Generator9& g9, const Generator10& g10) in CartesianProductHolder10() argument 4776 g9_(g9), g10_(g10) {} in CartesianProductHolder10()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 4586 const ParamGenerator<T10>& g10) in CartesianProductGenerator10() argument 4588 g9_(g9), g10_(g10) {} in CartesianProductGenerator10() 4624 const ParamGenerator<T10>& g10, in Iterator() argument 4636 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { in Iterator() 5097 const Generator9& g9, const Generator10& g10) in CartesianProductHolder10() argument 5099 g9_(g9), g10_(g10) {} in CartesianProductHolder10()
|
/external/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 4586 const ParamGenerator<T10>& g10) in CartesianProductGenerator10() argument 4588 g9_(g9), g10_(g10) {} in CartesianProductGenerator10() 4624 const ParamGenerator<T10>& g10, in Iterator() argument 4636 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { in Iterator() 5097 const Generator9& g9, const Generator10& g10) in CartesianProductHolder10() argument 5099 g9_(g9), g10_(g10) {} in CartesianProductHolder10()
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-param-test.h | 1370 const Generator10& g10) { in Combine() argument 1374 g1, g2, g3, g4, g5, g6, g7, g8, g9, g10); in Combine()
|
/external/gtest/include/gtest/ |
D | gtest-param-test.h | 1370 const Generator10& g10) { in Combine() argument 1374 g1, g2, g3, g4, g5, g6, g7, g8, g9, g10); in Combine()
|