Home
last modified time | relevance | path

Searched refs:C4 (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
20 Freezable<Row<C0, C1, C2, C3, C4>>{
36 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of()
55 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> {
56 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) { in R5()
61 public Row<C0, C1, C2, C3, C4> set0(C0 item) { in set0()
67 public Row<C0, C1, C2, C3, C4> set in get0()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRow.java23 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
24 Freezable<Row<C0, C1, C2, C3, C4>>{
40 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of()
71 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> {
72 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) { in R5()
77 public Row<C0, C1, C2, C3, C4> set0(C0 item) { in set0()
83 public Row<C0, C1, C2, C3, C4> set in get0()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsbcdsp_data.c144 #define C4 2.5377944043 macro
154 -F(8.23919506E-04 * C4), F(0.00000000E+00 * C4),
162 -F(1.46525263E-02 * C4), F(0.00000000E+00 * C4),
170 -F(1.23264548E-01 * C4), F(0.00000000E+00 * C4),
178 F(1.46404076E-02 * C4), F(0.00000000E+00 * C4),
186 -F(9.02154502E-04 * C4),
230 #undef C4 global() macro
241 #define C4 global() macro
327 #undef C4 global() macro
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct.asm49 %define C4 16383 ; cos(i*M_PI/16)*sqrt(2)*(1<<14) - 0.5
63 dw C4, C4, C4, C4
64 dw C4, -C4, C4, -C4
97 movq mm4, [coeffs + 16] ; C4 C
[all...]
H A Dfdct.c89 #define TABLE_SSE2 C4, C4, C1, C3, -C6, -C2, -C1, -C5, \
90 C4, C4, C5, C7, C2, C6, C3, -C7, \
91 -C4, C4, C7, C3, C6, -C2, C7, -C5, \
92 C4, -C4, C5, -C1, C2, -C6, C3, -C1,
97 #define C4 16384 macro
106 #undef C4 macro
113 #define C4 global() macro
122 #undef C4 global() macro
129 #define C4 global() macro
138 #undef C4 global() macro
145 #define C4 global() macro
154 #undef C4 global() macro
161 #define C4 global() macro
170 #undef C4 global() macro
177 #define C4 global() macro
186 #undef C4 global() macro
193 #define C4 global() macro
202 #undef C4 global() macro
209 #define C4 global() macro
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c86 #define C4(c, p, n, r, g, b, a, t, s, u) \ macro
103 C4(c, p, n, r, g, b, ONE_FLOAT, t, s, u)
105 C4(c, p, n, r, g, b, ONE_INT, t, s, u)
108 C4(c, p, n, r, g, ZERO, ONE_FLOAT, t, s, u)
110 C4(c, p, n, r, g, ZERO, ONE_INT, t, s, u)
113 C4(c, p, n, r, ZERO, ZERO, ONE_FLOAT, t, s, u)
115 C4(c, p, n, r, ZERO, ZERO, ONE_INT, t, s, u)
118 C4(c, p, n, ZERO, ZERO, ZERO, a, t, s, u)
126 C4(A, B8G8R8A8_UNORM, BGRA8_UNORM, B, G, R, A, UNORM, A8B8G8R8, ID),
128 C4(
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmergedInterfacesWithMultipleBases2.js17 class C4 {
26 interface A extends C2, C4 {
56 class C4<T> {
64 interface A<T> extends C2<string>, C4<string> {
96 var C4 = /** @class */ (function () {
97 function C4() {
99 return C4;
126 var C4 = /** @class */ (function () {
127 function C4() {
129 return C4;
[all...]
H A DdeclarationFiles.js30 class C4 {
67 var C4 = /** @class */ (function () {
68 function C4() {
75 C4.prototype.f1 = function () {
78 C4.prototype.f2 = function () {
81 C4.prototype.f3 = function () {
84 C4.prototype.f4 = function () {
88 return C4;
H A DconstraintSatisfactionWithAny.js45 class C4<T extends <T>(x:T) => T> {
49 var c7 = new C4(a);
50 var c8 = new C4<any>(b);
95 var C4 = /** @class */ (function () {
96 function C4(x) {
99 return C4;
101 var c7 = new C4(a);
102 var c8 = new C4(b);
H A DmergedClassInterface.js16 interface C4 { }
18 class C4 { }
59 var C4 = /** @class */ (function () {
60 function C4() {
62 return C4;
87 interface C4 {
89 declare class C4 {
H A DextBaseClass2.js3 export class C4 extends M.B {
31 var C4 = /** @class */ (function (_super) {
32 __extends(C4, _super);
33 function C4() {
36 return C4;
38 N.C4 = C4;
H A DmixinAccessModifiers.js70 class C4 extends Mix(Protected, Protected2) {
71 f(c4: C4, c5: C5, c6: C6) {
77 C4.s;
84 f(c4: C4, c5: C5, c6: C6) {
90 C4.s; // Error, not in class deriving from Protected2
97 f(c4: C4, c5: C5, c6: C6) {
103 C4.s; // Error, not in class deriving from Protected2
245 var C4 = /** @class */ (function (_super) {
246 __extends(C4, _super);
247 function C4() {
[all...]
H A DtypeGuardConstructorDerivedClass.js24 class C4 extends C3 {}
26 let var2: C4 | string;
30 if (var2.constructor === C4) {
31 var2; // C4
113 var C4 = /** @class */ (function (_super) {
114 __extends(C4, _super);
115 function C4() {
118 return C4;
124 if (var2.constructor === C4) {
125 var2; // C4
[all...]
H A DobjectTypesIdentityWithPrivates3.js21 class C4 extends C3<T1> {
26 <C4>c3; // Should fail (private x originates in the same declaration, but different types)
63 var C4 = /** @class */ (function (_super) {
64 __extends(C4, _super);
65 function C4() {
68 return C4;
H A DdestructuringParameterDeclaration2.js56 class C4 implements F2 {
130 var C4 = /** @class */ (function () {
131 function C4() {
133 C4.prototype.d3 = function (_a) {
136 C4.prototype.d4 = function (_a) {
139 C4.prototype.e0 = function (_a) {
142 return C4;
H A DclassExtendingNonConstructor.js11 class C4 extends 42 { }
58 var C4 = /** @class */ (function (_super) {
59 __extends(C4, _super);
60 function C4() {
63 return C4;
H A DclassExtendsEveryObjectType.js12 class C4 extends M { } // error
61 var C4 = /** @class */ (function (_super) {
62 __extends(C4, _super);
63 function C4() {
66 return C4;
H A DunknownSymbols1.js21 class C4 extends C3 {
73 var C4 = /** @class */ (function (_super) {
74 __extends(C4, _super);
75 function C4() {
78 return C4;
H A DclassExtendingPrimitive.js7 class C4 extends Void { }
55 var C4 = /** @class */ (function (_super) {
56 __extends(C4, _super);
57 function C4() {
60 return C4;
H A DclassExpression.js11 var z = class C4 {
31 function C4() {
33 return C4;
H A DmissingFunctionImplementation.js21 class C4 {
106 var C4 = /** @class */ (function () {
107 function C4() {
109 return C4;
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__cosl.c51 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))))
73 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \
/third_party/musl/src/math/
H A D__cosl.c51 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))))
73 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A Dwp_block.c186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) macro
204 # define C4(K,i) (Cx.q[4+8*K.c[(i)*8+4]]) macro
217 # define C4(K,i) (((u64_a1*)(Cx.c+4))[2*K.c[(i)*8+4]]) macro
523 C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ in whirlpool_block()
530 C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ in whirlpool_block()
568 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block()
570 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block()
572 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block()
574 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block()
576 C4( in whirlpool_block()
[all...]
/third_party/openssl/crypto/whrlpool/
H A Dwp_block.c186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) macro
204 # define C4(K,i) (Cx.q[4+8*K.c[(i)*8+4]]) macro
217 # define C4(K,i) (((u64_a1*)(Cx.c+4))[2*K.c[(i)*8+4]]) macro
523 C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ in whirlpool_block()
530 C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ in whirlpool_block()
568 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block()
570 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block()
572 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block()
574 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block()
576 C4( in whirlpool_block()
[all...]

Completed in 9 milliseconds

12345