Home
last modified time | relevance | path

Searched refs:A3 (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp828 static const float A3 = 0.125f; // Between 0.25 and 0.0 variable
870A3 * 1.000f, A3 * 0.750f, A3 * 0.500f, A3 * 1.00f, A3 * 1.000f, A3 * 1.000f, A3 * 1.000f, A3 * 1.0…
871A3 * 0.125f, A3 * 0.000f, A3 * 1.00f, A3 * 1.000f, A3 * 1.000f, A3 * 1.000f, A3 * 1.00f, A3 * 1.00…
872A3 * 0.500f, A3 * 1.00f, A3 * 0.500f, A3 * 0.500f, A3 * 0.500f, A3 * 1.00f, A3 * 0.250f, A3 * 0.12…
873A3 * 1.00f, A3 * 0.500f, A3 * 0.500f, A3 * 0.500f, A3 * 1.00f, A3 * 1.000f, A3 * 0.750f, A3 * 0.50…
874A3 * 0.250f, A3 * 0.250f, A3 * 0.250f, A3 * 1.00f, A3 * 0.250f, A3 * 0.125f, A3 * 0.000f, A3 * 1.0…
875A3 * 0.250f, A3 * 0.250f, A3 * 1.00f, A3 * 1.000f, A3 * 0.750f, A3 * 0.500f, A3 * 1.00f, A3 * 0.12…
876A3 * 0.125f, A3 * 1.00f, A3 * 0.250f, A3 * 0.125f, A3 * 0.000f, A3 * 1.00f, A3 * 0.125f, A3 * 0.12…
877A3 * 1.00f, A3 * 1.000f, A3 * 0.750f, A3 * 0.500f, A3 * 1.00f, A3 * 0.000f, A3 * 0.000f, A3 * 0.00…
878A3 * 0.250f, A3 * 0.125f, A3 * 0.000f, A3 * 1.00f, A3 * 0.000f, A3 * 0.000f, A3 * 0.000f, A3 * 1.0…
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
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 a2, A3 a3, A4 a4) { in Run()
[all …]
/third_party/openh264/module/
Dtask_utils_generated.h351 template<typename M, typename A0, typename A1, typename A2, typename A3> class gmp_args_nm_4 : publ…
353 gmp_args_nm_4 (M m, A0 a0, A1 a1, A2 a2, A3 a3) : in gmp_args_nm_4()
365 A3 a3_;
371 template<typename M, typename A0, typename A1, typename A2, typename A3, typename R> class gmp_args…
373 gmp_args_nm_4_ret (M m, A0 a0, A1 a1, A2 a2, A3 a3, R* r) : in gmp_args_nm_4_ret()
389 A3 a3_;
395 template<typename C, typename M, typename A0, typename A1, typename A2, typename A3> class gmp_args…
397 gmp_args_m_4 (C o, M m, A0 a0, A1 a1, A2 a2, A3 a3) : in gmp_args_m_4()
410 A3 a3_;
416 template<typename C, typename M, typename A0, typename A1, typename A2, typename A3, typename R> cl…
[all …]
/third_party/typescript/tests/baselines/reference/
DsubtypingWithObjectMembersAccessibility2.types52 class A3 {
53 >A3 : A3
59 class B3 extends A3 {
61 >A3 : A3
101 class A3 {
102 >A3 : A3
108 class B3 extends A3 {
110 >A3 : A3
DsubtypingWithObjectMembersAccessibility2.js29 class A3 { class
33 class B3 extends A3 {
55 class A3 {
59 class B3 extends A3 {
119 var A3 = /** @class */ (function () { class
120 function A3() { class in anonymousFunction1a5f6f140800.A3
122 return A3;
130 }(A3));
158 var A3 = /** @class */ (function () { class
159 function A3() { class in anonymousFunction1a5f6f141000.A3
[all …]
DsubtypingWithObjectMembers.types60 class A3 {
61 >A3 : A3
70 class B3 extends A3 {
72 >A3 : A3
126 class A3 {
127 >A3 : A3
136 class B3 extends A3 {
138 >A3 : A3
DsubtypingWithObjectMembers.js28 class A3 { class
33 class B3 extends A3 {
59 class A3 {
64 class B3 extends A3 {
131 var A3 = /** @class */ (function () {
132 function A3() { class in A3
134 return A3;
142 }(A3));
169 var A3 = /** @class */ (function () { class
170 function A3() { class in anonymousFunction2ec1883a0f00.A3
[all …]
DsubtypingWithObjectMembersAccessibility2.symbols56 class A3 {
57 >A3 : Symbol(A3, Decl(subtypingWithObjectMembersAccessibility2.ts, 25, 5))
60 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembersAccessibility2.ts, 27, 14))
64 class B3 extends A3 {
66 >A3 : Symbol(A3, Decl(subtypingWithObjectMembersAccessibility2.ts, 25, 5))
111 class A3 {
112 >A3 : Symbol(A3, Decl(subtypingWithObjectMembersAccessibility2.ts, 51, 5))
115 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembersAccessibility2.ts, 53, 14))
119 class B3 extends A3 {
121 >A3 : Symbol(A3, Decl(subtypingWithObjectMembersAccessibility2.ts, 51, 5))
DsubtypingWithObjectMembers5.symbols56 interface A3 {
57 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers5.ts, 25, 5))
60 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers5.ts, 27, 18))
64 class B3 implements A3 {
66 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers5.ts, 25, 5))
112 interface A3 {
113 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers5.ts, 52, 5))
116 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers5.ts, 54, 18))
120 class B3 implements A3 {
122 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers5.ts, 52, 5))
DsubtypingWithObjectMembers2.symbols70 interface A3 {
71 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers2.ts, 29, 5))
74 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers2.ts, 31, 18))
78 >'2.0' : Symbol(A3['2.0'], Decl(subtypingWithObjectMembers2.ts, 32, 18))
82 interface B3 extends A3 {
84 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers2.ts, 29, 5))
147 interface A3 {
148 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers2.ts, 62, 5))
151 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers2.ts, 64, 18))
155 >'2.0' : Symbol(A3['2.0'], Decl(subtypingWithObjectMembers2.ts, 65, 19))
[all …]
DsubtypingWithObjectMembers3.symbols72 interface A3 {
73 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers3.ts, 29, 5))
76 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers3.ts, 31, 18))
80 >'2.0' : Symbol(A3['2.0'], Decl(subtypingWithObjectMembers3.ts, 32, 18))
84 interface B3 extends A3 {
86 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers3.ts, 29, 5))
151 interface A3 {
152 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers3.ts, 61, 5))
155 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers3.ts, 63, 18))
159 >'2.0' : Symbol(A3['2.0'], Decl(subtypingWithObjectMembers3.ts, 64, 19))
[all …]
DsubtypingWithObjectMembers.symbols66 class A3 {
67 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers.ts, 24, 1))
70 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers.ts, 26, 10))
74 >'2.0' : Symbol(A3['2.0'], Decl(subtypingWithObjectMembers.ts, 27, 14))
78 class B3 extends A3 {
80 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers.ts, 24, 1))
141 class A3 {
142 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers.ts, 55, 5))
145 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers.ts, 57, 14))
149 >'2.0' : Symbol(A3['2.0'], Decl(subtypingWithObjectMembers.ts, 58, 18))
[all …]
DsubtypingWithObjectMembersAccessibility2.errors.txt5 …bjectMembersAccessibility2.ts(32,11): error TS2415: Class 'B3' incorrectly extends base class 'A3'.
6 Property ''1'' is private in type 'A3' but not in type 'B3'.
11 …bjectMembersAccessibility2.ts(58,11): error TS2415: Class 'B3' incorrectly extends base class 'A3'.
12 Property ''1'' is private in type 'A3' but not in type 'B3'.
49 class A3 {
53 class B3 extends A3 {
55 !!! error TS2415: Class 'B3' incorrectly extends base class 'A3'.
56 !!! error TS2415: Property ''1'' is private in type 'A3' but not in type 'B3'.
84 class A3 {
88 class B3 extends A3 {
[all …]
DstrictBindCallApply1.types22 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
24 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
30 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
32 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
39 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
41 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
49 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
51 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
59 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
61 …, A3, A extends any[], R>(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R…
[all …]
DsubtypingWithObjectMembers4.types49 class A3 {
50 >A3 : A3
56 class B3 extends A3 {
58 >A3 : A3
DsubtypingWithObjectMembers5.errors.txt5 …typingWithObjectMembers5.ts(32,11): error TS2420: Class 'B3' incorrectly implements interface 'A3'.
6 Property ''1'' is missing in type 'B3' but required in type 'A3'.
9 …ngWithObjectMembers5.ts(59,11): error TS2559: Type 'B3' has no properties in common with type 'A3'.
48 interface A3 {
52 class B3 implements A3 {
54 !!! error TS2420: Class 'B3' incorrectly implements interface 'A3'.
55 !!! error TS2420: Property ''1'' is missing in type 'B3' but required in type 'A3'.
83 interface A3 {
87 class B3 implements A3 {
89 !!! error TS2559: Type 'B3' has no properties in common with type 'A3'.
DsubtypingWithObjectMembersAccessibility.types49 class A3 {
50 >A3 : A3
56 class B3 extends A3 {
58 >A3 : A3
DsubtypingWithObjectMembers4.symbols53 class A3 {
54 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers4.ts, 24, 1))
57 >'1' : Symbol(A3['1'], Decl(subtypingWithObjectMembers4.ts, 26, 10))
61 class B3 extends A3 {
63 >A3 : Symbol(A3, Decl(subtypingWithObjectMembers4.ts, 24, 1))
/third_party/ffmpeg/libavcodec/mips/
Dxvid_idct_mmi.c97 #define DCT_8_INV_ROW_MMI(A1,A2,A3,A4) \ argument
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_no_buildgn/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp60 static const float A3 = 0.125f; // Between 0.25 and 0.0 variable
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.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.750f * A3, 0.500f * A3, 1.00f * A3},
114 { 0.250f * A3, 0.125f * A3, 0.000f * A3, 1.00f * A3},
115 { 1.000f * A3, 0.750f * A3, 0.500f * A3, 1.00f * A3},
116 { 0.250f * A3, 0.125f * A3, 0.000f * A3, 1.00f * A3},
117 { 1.000f * A3, 0.750f * A3, 0.500f * A3, 1.00f * A3},
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp60 static const float A3 = 0.125f; // Between 0.25 and 0.0 variable
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.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.750f * A3, 0.500f * A3, 1.00f * A3},
114 { 0.250f * A3, 0.125f * A3, 0.000f * A3, 1.00f * A3},
115 { 1.000f * A3, 0.750f * A3, 0.500f * A3, 1.00f * A3},
116 { 0.250f * A3, 0.125f * A3, 0.000f * A3, 1.00f * A3},
117 { 1.000f * A3, 0.750f * A3, 0.500f * A3, 1.00f * A3},
[all …]
/third_party/openssl/crypto/bn/asm/
Dbn-c64xplus.asm59 || [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 ; hi-=dv
202 [!A2] SHRU A3,31,A1 ; upper bit
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
Dx86.rs17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
46 a3: ArgReg<'_, A3>, in rustix_syscall4_nr_last_fastcall() argument
53 a3: ArgReg<'_, A3>, in rustix_syscall5_nr_last_fastcall() argument
61 a3: ArgReg<'_, A3>, in rustix_syscall6_nr_last_fastcall() argument
105 a3: ArgReg<'_, A3>, in syscall4() argument
115 a3: ArgReg<'_, A3>, in syscall5() argument
126 a3: ArgReg<'_, A3>, in syscall6() argument
181 a3: ArgReg<'_, A3>, in rustix_indirect_syscall4_nr_last_fastcall() argument
189 a3: ArgReg<'_, A3>, in rustix_indirect_syscall5_nr_last_fastcall() argument
198 a3: ArgReg<'_, A3>, in rustix_indirect_syscall6_nr_last_fastcall() argument
[all …]
Dnr_last.rs17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
45 a3: ArgReg<'_, A3>, in rustix_syscall4_nr_last() argument
52 a3: ArgReg<'_, A3>, in rustix_syscall5_nr_last() argument
60 a3: ArgReg<'_, A3>, in rustix_syscall6_nr_last() argument
70 a3: ArgReg<'_, A3>, in rustix_syscall7_nr_last() argument
115 a3: ArgReg<'_, A3>, in syscall4() argument
125 a3: ArgReg<'_, A3>, in syscall5() argument
136 a3: ArgReg<'_, A3>, in syscall6() argument
149 a3: ArgReg<'_, A3>, in syscall7() argument
/third_party/toybox/tests/files/bc/
Dprint_results.txt1569 .A3
1570 1.A3
1571 86.A3
1644 A3
1647 A3.127
2027 .A3
2028 1.A3
2029 72.A3
2174 A3
2177 A3.158
[all …]

12345678910>>...15