Home
last modified time | relevance | path

Searched refs:A2 (Results 1 - 25 of 150) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/mips/
H A Dxvid_idct_mmi.c97 #define DCT_8_INV_ROW_MMI(A1,A2,A3,A4) \
145 "sdc1 $f6, "#A2" \n\t" /* 3; save y3 y2 y1 y0 */\
147 "sdc1 $f14, 8+"#A2" \n\t" /* 7; save y7 y6 y5 y4 */\
150 #define DCT_8_INV_COL(A1,A2) \
173 "sdc1 $f10, 3*16+"#A2" \n\t" /* save b0 */\
175 "sdc1 $f12, 5*16+"#A2" \n\t" /* save b3 */\
203 "ldc1 $f2, 3*16+"#A2" \n\t" /* load b0 */\
206 "sdc1 $f6, 1*16+"#A2" \n\t" \
209 "sdc1 $f12, 2*16+"#A2" \n\t" \
210 "ldc1 $f6, 5*16+"#A2" \
[all...]
/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticAccessorsAccess.js3 class A2 {
8 console.log(A2.#prop);
9 let a: typeof A2 = A2;
17 A2.#prop; // Error
20 A2.#prop; // Error
25 A2.#prop;
37 class A2 {
39 console.log(__classPrivateFieldGet(A2, _a, "a", _A2_prop_get));
40 let a = A2;
[all...]
H A DsubtypingWithObjectMembers.js18 class A2 {
23 class B2 extends A2 {
49 class A2 {
54 class B2 extends A2 {
119 var A2 = /** @class */ (function () {
120 function A2() {
122 return A2;
130 }(A2));
157 var A2 = /** @class */ (function () {
158 function A2() {
[all...]
H A DsubtypingWithObjectMembersAccessibility2.js21 class A2 {
25 class B2 extends A2 {
47 class A2 {
51 class B2 extends A2 {
107 var A2 = /** @class */ (function () {
108 function A2() {
110 return A2;
118 }(A2));
146 var A2 = /** @class */ (function () {
147 function A2() {
[all...]
H A DprivateNameAccessorsAccess.js2 class A2 {
8 let a: A2 = this;
15 new A2().#prop; // Error
18 new A2().#prop; // Error
23 new A2().#prop;
35 class A2 {
47 new A2().; // Error
49 new A2().; // Error
53 new A2().;
H A DprivateNameMethodAccess.js2 class A2 {
6 let a: A2 = this;
13 new A2().#method(); // Error
16 new A2().#method(); // Error
21 new A2().#method();
33 class A2 {
45 (_a = new A2())..call(_a); // Error
48 (_a = new A2())..call(_a); // Error
53 (_a = new A2())..call(_a);
H A DModuleWithExportedAndNonExportedClasses.js13 class A2 {
31 var a2 = new A.A2();
32 var ag2 = new A.A2<string, number>();
51 var A2 = /** @class */ (function () {
52 function A2() {
54 return A2;
67 var a2 = new A.A2();
68 var ag2 = new A.A2();
H A DconstEnums.js84 module A2 {
101 import I2 = A2.B;
182 var A2; variable
183 (function (A2) {
191 })(B = A2.B || (A2.B = {}));
192 })(A2 || (A2 = {}));
193 var I2 = A2.B;
H A DsubtypesOfUnion.js5 class A2<T> { foo: T; }
24 foo11: A2<number>; // error
45 foo11: A2<number>; // error
66 var A2 = /** @class */ (function () {
67 function A2() {
69 return A2;
H A DnarrowingOfDottedNames.js74 class A2 extends Base {
85 if (target instanceof A2) {
180 var A2 = /** @class */ (function (_super) {
181 __extends(A2, _super);
182 function A2() {
185 return A2;
196 if (target instanceof A2) {
H A DreachabilityChecks1.js17 module A2 {
91 var A2; variable
92 (function (A2) {
99 })(A2 || (A2 = {}));
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js20 class A2 {
24 class B2 extends A2 {
29 var a2: A2;
119 var A2 = /** @class */ (function () {
120 function A2() {
122 return A2;
130 }(A2));
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dcallback.h28 template <typename R, typename A1, typename A2, typename A3, typename A4>
32 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a4) = 0;
35 template <typename R, typename A1, typename A2, typename A3, typename A4>
36 class FunctionCallback4 : public ResultCallback4<R, A1, A2, A3, A4> {
38 typedef R (FunctionType)(A1, A2, A3, A4);
43 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a4) { in Run()
51 template <typename T, typename R, typename A1, typename A2, typename A3,
53 class ConstMethodCallback4 : public ResultCallback4<R, A1, A2, A3, A4> {
55 typedef R (T::*MethodType)(A1, A2, A3, A4) const;
62 virtual R Run(A1 a1, A2 a
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp827 static const float A2 = 0.375f; // Between 0.5 and 0.25
860 A2 * 1.000f, A2 * 0.750f, A2 * 0.500f, A2 * 1.00f, A2 * 1.000f, A2 * 1.000f, A2 * 1.000f, A2 * 1.00f, A2 * 0.25
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl109 SHRU $LEN,4,A2 ; A2 is loop counter, number of blocks
110 [!A2] BNOP RA ; no data
111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
112 || [A2] MV SP,FP
113 [A2] STDW B13:B12,*SP[4] ; ABI says so
114 || [A2] MV $CTXA,$S3b ; borrow $S3b
115 [A2] STDW B11:B10,*SP[3]
116 || [A2] STDW A13:A12,*FP[-3]
117 [A2] STD
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl109 SHRU $LEN,4,A2 ; A2 is loop counter, number of blocks
110 [!A2] BNOP RA ; no data
111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
112 || [A2] MV SP,FP
113 [A2] STDW B13:B12,*SP[4] ; ABI says so
114 || [A2] MV $CTXA,$S3b ; borrow $S3b
115 [A2] STDW B11:B10,*SP[3]
116 || [A2] STDW A13:A12,*FP[-3]
117 [A2] STD
[all...]
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DBoundCallback.h66 template<typename R, typename A0, typename A1, typename A2>
67 class BoundCallback<R(A0, A1, A2)> {
69 BoundCallback(Callback<R(A0, A1, A2)> cb, A0 a0, A1 a1, A2 a2) : a0(a0), a1(a1), a2(a2), cb(cb) { } in BoundCallback()
83 A2 a2;
85 Callback<R(A0, A1, A2)> cb;
88 template<typename R, typename A0, typename A1, typename A2, typename A3>
89 class BoundCallback<R(A0, A1, A2, A3)> {
91 BoundCallback(Callback<R(A0, A1, A2, A3)> cb, A0 a0, A1 a1, A2 a
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl68 # | A2 | A3 | A3:A2 are preserved by KeccakF1600_int
105 STDW A3:A2,*FP[-7]
374 ||[!A0] LDDW *FP[-7],A3:A2
415 || MV A4,A2
418 LDW *A2++[2],A$A[0][0] ; load A[5][5]
420 LDW *A2++[2],A$A[0][1]
422 LDW *A2++[2],A$A[0][2]
424 LDW *A2++[2],A$A[0][3]
426 LDW *A2
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl68 # | A2 | A3 | A3:A2 are preserved by KeccakF1600_int
105 STDW A3:A2,*FP[-7]
374 ||[!A0] LDDW *FP[-7],A3:A2
415 || MV A4,A2
418 LDW *A2++[2],A$A[0][0] ; load A[5][5]
420 LDW *A2++[2],A$A[0][1]
422 LDW *A2++[2],A$A[0][2]
424 LDW *A2++[2],A$A[0][3]
426 LDW *A2
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h347 const NaClBitCodeAbbrev &A2) { in operator <()
348 return A1.Compare(A2) < 0; in operator <()
352 const NaClBitCodeAbbrev &A2) { in operator <=()
353 return A1.Compare(A2) <= 0; in operator <=()
356 const NaClBitCodeAbbrev &A2) { in operator ==()
357 return A1.Compare(A2) == 0; in operator ==()
361 const NaClBitCodeAbbrev &A2) { in operator !=()
362 return A1.Compare(A2) != 0; in operator !=()
365 const NaClBitCodeAbbrev &A2) { in operator >=()
366 return A1.Compare(A2) > in operator >=()
346 operator <(const NaClBitCodeAbbrev &A1, const NaClBitCodeAbbrev &A2) operator <() argument
351 operator <=(const NaClBitCodeAbbrev &A1, const NaClBitCodeAbbrev &A2) operator <=() argument
355 operator ==(const NaClBitCodeAbbrev &A1, const NaClBitCodeAbbrev &A2) operator ==() argument
360 operator !=(const NaClBitCodeAbbrev &A1, const NaClBitCodeAbbrev &A2) operator !=() argument
364 operator >=(const NaClBitCodeAbbrev &A1, const NaClBitCodeAbbrev &A2) operator >=() argument
369 operator >(const NaClBitCodeAbbrev &A1, const NaClBitCodeAbbrev &A2) operator >() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp61 static const float A2 = 0.375f; // Between 0.5 and 0.25 member
100 { 1.000f * A2, 0.750f * A2, 0.500f * A2, 1.00f * A2},
101 { 0.250f * A2, 0.125f * A2, 0.000f * A2, 1.00f * A2},
102 { 1.000f * A2, 0.75
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp59 static const float A2 = 0.375f; // Between 0.5 and 0.25 member
98 { 1.000f * A2, 0.750f * A2, 0.500f * A2, 1.00f * A2},
99 { 0.250f * A2, 0.125f * A2, 0.000f * A2, 1.00f * A2},
100 { 1.000f * A2, 0.75
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dx86.rs17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
38 a2: ArgReg<'_, A2>, in rustix_syscall3_nr_last_fastcall()
44 a2: ArgReg<'_, A2>, in rustix_syscall4_nr_last_fastcall()
51 a2: ArgReg<'_, A2>, in rustix_syscall5_nr_last_fastcall()
59 a2: ArgReg<'_, A2>, in rustix_syscall6_nr_last_fastcall()
95 a2: ArgReg<'_, A2>,
104 a2: ArgReg<'_, A2>,
114 a2: ArgReg<'_, A2>,
125 a2: ArgReg<'_, A2>,
172 a2: ArgReg<'_, A2>, in rustix_indirect_syscall3_nr_last_fastcall()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dc64xpluscpuid.pl44 ZERO A3:A2
54 [A1] STB A2,*A4++[2]
58 [A1] STB A2,*A4++[2]
62 [A1] STB A2,*A4++[2]
65 [A1] STB A2,*A4++[2]
68 STNDW A3:A2,*A4++
77 [A1] STB A2,*A4++[2]
81 [A1] STB A2,*A4++[2]
85 [A1] STB A2,*A4++[2]
88 [A1] STB A2,*A
[all...]
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl44 ZERO A3:A2
54 [A1] STB A2,*A4++[2]
58 [A1] STB A2,*A4++[2]
62 [A1] STB A2,*A4++[2]
65 [A1] STB A2,*A4++[2]
68 STNDW A3:A2,*A4++
77 [A1] STB A2,*A4++[2]
81 [A1] STB A2,*A4++[2]
85 [A1] STB A2,*A4++[2]
88 [A1] STB A2,*A
[all...]

Completed in 17 milliseconds

123456