/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | callback.h | 28 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 a2, A3 a [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 828 static const float A3 = 0.125f; // Between 0.25 and 0.0 870 A3 * 1.000f, A3 * 0.750f, A3 * 0.500f, A3 * 1.00f, A3 * 1.000f, A3 * 1.000f, A3 * 1.000f, A3 * 1.00f, A3 * 0.25 [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | subtypingWithObjectMembers.js | 28 class A3 { 33 class B3 extends A3 { 59 class A3 { 64 class B3 extends A3 { 131 var A3 = /** @class */ (function () {
132 function A3() {
134 return A3;
142 }(A3));
169 var A3 = /** @class */ (function () {
170 function A3() {
[all...] |
H A D | subtypingWithObjectMembersAccessibility2.js | 29 class A3 { 33 class B3 extends A3 { 55 class A3 { 59 class B3 extends A3 { 119 var A3 = /** @class */ (function () {
120 function A3() {
122 return A3;
130 }(A3));
158 var A3 = /** @class */ (function () {
159 function A3() {
[all...] |
H A D | privateNameStaticMethodAssignment.js | 2 class A3 { 4 constructor(a: typeof A3, b: any) { 5 A3.#method = () => {} // Error, not writable 8 ({ x: A3.#method } = { x: () => {}}); //Error, not writable 9 let x = A3.#method; 28 class A3 {
32 __classPrivateFieldSet(A3, _a, () => { }, "m"); // Error, not writable
35 ({ x: ({ set value(_b) { __classPrivateFieldSet(A3, _a, _b, "m"); } }).value } = { x: () => { } }); //Error, not writable
36 let x = __classPrivateFieldGet(A3, _a, "m", _A3_method);
40 _a = A3, _A3_metho [all...] |
H A D | reachabilityChecks1.js | 24 module A3 { 100 var A3;
variable 101 (function (A3) {
104 })(A3 || (A3 = {}));
|
H A D | returnTypeTypeArguments.js | 17 function A3(): Three { return null; } 26 A3(): Three { return null; } 35 A3(): Three<T> { return null; } 97 function A3() { return null; }
function 106 C.prototype.A3 = function () { return null; };
116 D.prototype.A3 = function () { return null; };
|
H A D | subtypingWithObjectMembers5.js | 29 interface A3 { 33 class B3 implements A3 { 56 interface A3 { 60 class B3 implements A3 {
|
H A D | protectedMembers.js | 108 class A3 { 111 // Error x is protected in B3 but public in A3 112 class B3 extends A3 { 256 var A3 = /** @class */ (function () {
257 function A3() {
259 return A3;
261 // Error x is protected in B3 but public in A3
268 }(A3));
|
H A D | privateNameMethodAssignment.js | 2 class A3 { 4 constructor(a: A3, b: any) { 28 class A3 {
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | xvid_idct_mmi.c | 97 #define DCT_8_INV_ROW_MMI(A1,A2,A3,A4) \ 102 "ldc1 $f6, "#A3" \n\t" /* 3; w05 w04 w01 w00 */\ 104 "ldc1 $f8, 8+"#A3" \n\t" /* 4; w07 w06 w03 w02 */\ 105 "ldc1 $f12, 32+"#A3" \n\t" /* 6; w21 w20 w17 w16 */\ 111 "ldc1 $f14, 40+"#A3" \n\t" /* 7; w23 w22 w19 w18 */\ 118 "ldc1 $f16, 16+"#A3" \n\t" \ 120 "ldc1 $f16, 24+"#A3" \n\t" \ 123 "ldc1 $f16, 48+"#A3" \n\t" \ 125 "ldc1 $f16, 56+"#A3" \n\t" \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 62 static const float A3 = 0.125f; // Between 0.25 and 0.0 member 111 { 1.000f * A3, 0.750f * A3, 0.500f * A3, 1.00f * A3}, 112 { 0.250f * A3, 0.125f * A3, 0.000f * A3, 1.00f * A3}, 113 { 1.000f * A3, 0.75 [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 60 static const float A3 = 0.125f; // Between 0.25 and 0.0 member 109 { 1.000f * A3, 0.750f * A3, 0.500f * A3, 1.00f * A3}, 110 { 0.250f * A3, 0.125f * A3, 0.000f * A3, 1.00f * A3}, 111 { 1.000f * A3, 0.75 [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 59 || [B0] MV ARG3,A3 67 MPY32U B7,A3,A17:A16 139 || [B0] MV ARG0,A3 150 || STW A0,*A3++ ; write result 164 || [B0] MV ARG0,A3 175 || STW A0,*A3++ ; write result 192 ||[!A2] MV A4,A3 ; reassign hi 198 [!A2] CMPLTU A3,A6,A1 ; hi<dv? 200 [!A1] SUB A3,A6,A3 ; h [all...] |
H A D | armv4-mont.pl | 303 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3)); 336 vld1.32 {$A0-$A3}, [$aptr]! @ can't specify :32 :-( 355 vmull.u32 @ACC[6],$Bi,${A3}[0] 357 vmull.u32 @ACC[7],$Bi,${A3}[1] 404 vmlal.u32 @ACC[6],$Bi,${A3}[0] 406 vmlal.u32 @ACC[7],$Bi,${A3}[1] 469 vld1.32 {$A0-$A3},[$aptr]! 494 vmlal.u32 @ACC[6],$Bi,${A3}[0] 496 vmlal.u32 @ACC[7],$Bi,${A3}[1] 531 vmlal.u32 @ACC[6],$Bi,${A3}[ [all...] |
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
H A D | BoundCallback.h | 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 a2, A3 a3) : a0(a0), a1(a1), a2(a2), a3(a3), cb(cb) { } in BoundCallback() 106 A3 a3; 108 Callback<R(A0, A1, A2, A3)> cb;
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler_sse2.c | 180 const __m128i A3 = _mm_srli_epi64(A1, 32); in LoadDispatchAndMult_SSE2() local 185 *out3 = _mm_mul_epu32(A3, *mult); in LoadDispatchAndMult_SSE2() 190 *out3 = A3; in LoadDispatchAndMult_SSE2() 197 const __m128i* const A3, in ProcessRow_SSE2() 205 const __m128i B3 = _mm_mul_epu32(*A3, *mult); in ProcessRow_SSE2() 241 __m128i A0, A1, A2, A3; in RescalerExportRowExpand_SSE2() local 242 LoadDispatchAndMult_SSE2(frow + x_out, NULL, &A0, &A1, &A2, &A3); in RescalerExportRowExpand_SSE2() 243 ProcessRow_SSE2(&A0, &A1, &A2, &A3, &mult, dst + x_out); in RescalerExportRowExpand_SSE2() 257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local 258 LoadDispatchAndMult_SSE2(frow + x_out, &mA, &A0, &A1, &A2, &A3); in RescalerExportRowExpand_SSE2() 194 ProcessRow_SSE2(const __m128i* const A0, const __m128i* const A1, const __m128i* const A2, const __m128i* const A3, const __m128i* const mult, uint8_t* const dst) ProcessRow_SSE2() argument 301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; RescalerExportRowShrink_SSE2() local 333 __m128i A0, A1, A2, A3; RescalerExportRowShrink_SSE2() local [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | x86.rs | 17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0}; 46 a3: ArgReg<'_, A3>, in rustix_syscall4_nr_last_fastcall() 53 a3: ArgReg<'_, A3>, in rustix_syscall5_nr_last_fastcall() 61 a3: ArgReg<'_, A3>, in rustix_syscall6_nr_last_fastcall() 105 a3: ArgReg<'_, A3>, 115 a3: ArgReg<'_, A3>, 126 a3: ArgReg<'_, A3>, 181 a3: ArgReg<'_, A3>, in rustix_indirect_syscall4_nr_last_fastcall() 189 a3: ArgReg<'_, A3>, in rustix_indirect_syscall5_nr_last_fastcall() 198 a3: ArgReg<'_, A3>, in rustix_indirect_syscall6_nr_last_fastcall() [all...] |
H A D | nr_last.rs | 17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0}; 45 a3: ArgReg<'_, A3>, in rustix_syscall4_nr_last() 52 a3: ArgReg<'_, A3>, in rustix_syscall5_nr_last() 60 a3: ArgReg<'_, A3>, in rustix_syscall6_nr_last() 70 a3: ArgReg<'_, A3>, in rustix_syscall7_nr_last() 115 a3: ArgReg<'_, A3>, 125 a3: ArgReg<'_, A3>, 136 a3: ArgReg<'_, A3>, 149 a3: ArgReg<'_, A3>,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | simple_idct.asm | 110 psubd mm6, mm5 ; A3 a3 149 movq mm4, mm6 ; A3 a3 151 paddd mm6, mm3 ; A3+B3 a3+b3 154 packssdw mm2, mm6 ; A3+B3 a3+b3 A2+B2 a2+b2 157 packssdw mm4, mm0 ; A2-B2 a2-b2 A3-B3 a3-b3 198 psubd mm6, mm5 ; A3 a3 237 movq mm4, mm6 ; A3 a3 239 paddd mm6, mm3 ; A3+B3 a3+b3 242 packssdw mm2, mm6 ; A3+B3 a3+b3 A2+B2 a2+b2 245 packssdw mm4, mm0 ; A2-B2 a2-b2 A3 [all...] |
H A D | vc1dsp_mmx.c | 142 * @param A3 Address of 3rd tap 145 #define MSPEL_FILTER13_CORE(UNPACK, MOVQ, A1, A2, A3, A4) \ 168 MOVQ "*0+"A3", %%mm1 \n\t" \ 169 MOVQ "*4+"A3", %%mm2 \n\t" \ 185 #define MSPEL_FILTER13_VER_16B(NAME, A1, A2, A3, A4) \ 199 MSPEL_FILTER13_CORE(DO_UNPACK, "movd 1", A1, A2, A3, A4) \ 212 "movd 8+"A3", %%mm1 \n\t" \ 242 #define MSPEL_FILTER13_HOR_16B(NAME, A1, A2, A3, A4, OP, OPNAME) \ 256 MSPEL_FILTER13_CORE(DONT_UNPACK, "movq 2", A1, A2, A3, A4) \ 281 #define MSPEL_FILTER13_8B(NAME, A1, A2, A3, A [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 44 ZERO A3:A2 68 STNDW A3:A2,*A4++ 137 ZERO A3:A2 193 || MVK 0x00004030,A3 196 || MVKH 0x01840000,A3 ; L1DWIBAR 202 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line 216 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line 235 || MVK 0x00004030,A3 239 || MVKH 0x01840000,A3 ; L1DWIBAR 246 CLFLUSH A3,B [all...] |
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 44 ZERO A3:A2 68 STNDW A3:A2,*A4++ 137 ZERO A3:A2 193 || MVK 0x00004030,A3 196 || MVKH 0x01840000,A3 ; L1DWIBAR 202 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line 216 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line 235 || MVK 0x00004030,A3 239 || MVKH 0x01840000,A3 ; L1DWIBAR 246 CLFLUSH A3,B [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | div-burnikel.cc | 62 void D3n2n(RWDigits Q, RWDigits R, Digits A1A2, Digits A3, Digits B); 95 // the size of A = [A1, A2, A3]. 96 void BZ::D3n2n(RWDigits Q, RWDigits R, Digits A1A2, Digits A3, Digits B) { in D3n2n() argument 102 DCHECK(A3.len() == n); in D3n2n() 105 // 1. Split A into three parts A = [A1, A2, A3] with Ai < 2^(kDigitBits * n). in D3n2n() 140 // 5. Compute Rhat = R1*2^(kDigitBits * n) + A3 - D = [R1, A3] - D. in D3n2n() 141 PutAt(R, A3, n); in D3n2n() 149 // 5. Compute Rhat = R1*2^(kDigitBits * n) + A3 - D = [R1, A3] in D3n2n() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 303 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3)); 336 vld1.32 {$A0-$A3}, [$aptr]! @ can't specify :32 :-( 355 vmull.u32 @ACC[6],$Bi,${A3}[0] 357 vmull.u32 @ACC[7],$Bi,${A3}[1] 404 vmlal.u32 @ACC[6],$Bi,${A3}[0] 406 vmlal.u32 @ACC[7],$Bi,${A3}[1] 469 vld1.32 {$A0-$A3},[$aptr]! 494 vmlal.u32 @ACC[6],$Bi,${A3}[0] 496 vmlal.u32 @ACC[7],$Bi,${A3}[1] 531 vmlal.u32 @ACC[6],$Bi,${A3}[ [all...] |