Searched refs:a2 (Results 451 - 475 of 920) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DBiquad.h85 void setNormalizedCoefficients(double b0, double b1, double b2, double a0, double a1, double a2);
/external/chromium_org/third_party/libva/va/
H A Dva_compat.h75 #define VA_CPP_HELPER_N_ARGS_LIST(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a12, a13, a14, a15, a16, N, ...) N
/external/chromium_org/v8/test/mjsunit/es6/
H A Darguments-iterator.js176 function TestSloppyArgumentsAliasing(a0, a1, a2, a3, a4) {
180 a0 = a1; a1 = a2; a3 = a4;
189 function TestStrictArgumentsAliasing(a0, a1, a2, a3, a4) {
193 a0 = a1; a1 = a2; a3 = a4;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-3867.js36 this.a2 = "D";
52 assertArrayEquals(["a1", "a2", "a3"], props(new A()));
62 assertArrayEquals(["a1", "a2", "a3", "a0", "a4"], props(a));
/external/chromium_org/v8/test/webkit/
H A Ddelete-getters-setters.js34 a2 = 1;
35 this.__defineSetter__("a2", function() {});
38 shouldThrow("a2.property");
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp7 void a2(class A);
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp28 A2 a2; // expected-error {{deleted function}} variable
/external/clang/test/CodeGen/
H A Dx86_64-arguments-nacl.c33 // CHECK-LABEL: define void @f6(i8 signext %a0, i16 signext %a1, i32 %a2, i64 %a3, i8* %a4)
34 void f6(char a0, short a1, int a2, long long a3, void *a4) { argument
/external/clang/test/Sema/
H A Dattr-alias-elf.c48 extern int a2 __attribute__((alias("b2"))); // expected-error {{alias must point to a defined variable or function}}
H A Dattr-aligned.c21 char a2[__alignof__(a) == 1? : -1] = { 0 }; variable
H A Dcomplex-int.c26 __complex int a2; local
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp30 bad_anon2 a2; // expected-error {{call to implicitly-deleted default constructor}} variable
H A Ddecl-expr-ambiguity.cpp19 typeof(int()+1) a2; // expected-error {{extension used}}
H A Duninitialized.cpp98 A a2(a1.get());
135 A a2(a1.get());
513 A a2 = a2 == a1; // expected-warning{{variable 'a2' is uninitialized when used within its own initialization}} member in namespace:operators
514 A a3 = a2 == a3; // expected-warning{{variable 'a3' is uninitialized when used within its own initialization}}
527 A a2([&] { return a2.x; }); // ok
560 A a2 = a2 member in struct:record_fields::C
571 A a2 = a2.get(); // expected-warning {{uninitialized}} member in struct:record_fields::D
583 A a2 = a2.get(); member in struct:record_fields::E
650 A a2; member in struct:cross_field_warnings::H
[all...]
/external/clang/test/SemaTemplate/
H A Dpack-deduction.cpp12 int a2 = f1(X<int, int>()); member in namespace:Nested
H A Dtemp_arg_template.cpp20 A<N::Z> *a2; variable
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.h85 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size)
/external/libcxx/test/language.support/support.types/
H A Dnullptr_t.pass.cpp35 A a2(0);
/external/libcxx/test/utilities/utility/forward/
H A Dmove_copy.pass.cpp56 A a2 = a; local
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64.s10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 mfc0 $a2,$14,1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm18 TRANSPOSE_MATRIX $a0, $a1, $a2, $a3, $b0, $b1, $b2, $b3
19 ; input: $a0, $a1, $a2, $a3; output: $b0, $b1, $b2, $b3
22 ; a2: 23 22 21 20
29 uxtb16 $b2, $a2 ; xx 22 xx 20
36 uxtb16 $a2, $a2, ror #8 ; xx 23 xx 21
38 orr $a2, $a2, $a3, lsl #8 ; 33 23 31 21
43 pkhtb $b3, $a2, $a0, asr #16 ; 33 23 13 03 -- p0
44 pkhbt $b1, $a0, $a2, ls
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks.c99 int32_t a2 = 0, b2 = 0; local
113 "smmulr %[a2], %[tmp_coeff0], %[state0]\n\t"
119 :[a2]"=&r"(a2),
138 a2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[1], state0) +
147 c = WEBRTC_SPL_LSHIFT_W32((int32_t)in, 2) - a2 - b2; // In Q2.
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm18 TRANSPOSE_MATRIX $a0, $a1, $a2, $a3, $b0, $b1, $b2, $b3
19 ; input: $a0, $a1, $a2, $a3; output: $b0, $b1, $b2, $b3
22 ; a2: 23 22 21 20
29 uxtb16 $b2, $a2 ; xx 22 xx 20
36 uxtb16 $a2, $a2, ror #8 ; xx 23 xx 21
38 orr $a2, $a2, $a3, lsl #8 ; 33 23 31 21
43 pkhtb $b3, $a2, $a0, asr #16 ; 33 23 13 03 -- p0
44 pkhbt $b1, $a0, $a2, ls
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks.c60 WebRtc_Word32 a2 = 0, b2 = 0; local
74 "smmulr %[a2], %[tmp_coeff0], %[state0]\n\t"
80 :[a2]"+r"(a2),
97 a2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[1], coefficient[0], state0);
104 c = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)in, 2) - a2 - b2; // In Q2.
/external/valgrind/main/VEX/
H A Dtest_main.c652 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
740 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
742 tl_assert(isShadowAtom(mce,a2));
743 return assignNew(mce, Ity_I8, binop(Iop_And8, a1, a2));
746 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
748 tl_assert(isShadowAtom(mce,a2));
749 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2));
752 static IRAtom* mkDifD32 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
754 tl_assert(isShadowAtom(mce,a2));
755 return assignNew(mce, Ity_I32, binop(Iop_And32, a1, a2));
[all...]

Completed in 772 milliseconds

<<11121314151617181920>>