Home
last modified time | relevance | path

Searched refs:C5 (Results 1 - 25 of 65) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dsbcdsp_data.c145 #define C5 2.4270044280 macro
155 F(2.10371989E-03 * C5), F(3.49717454E-03 * C5),
163 F(8.85757540E-03 * C5), F(5.31873032E-02 * C5),
171 F(1.45389847E-01 * C5), -F(8.29847578E-02 * C5),
179 F(1.53184106E-02 * C5), -F(8.02941163E-03 * C5),
187 F(1.78371725E-03 * C5),
231 #undef C5 global() macro
242 #define C5 global() macro
328 #undef C5 global() macro
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmergedClassInterface.js20 interface C5 {
24 declare class C5 {
28 interface C5 {
32 interface C5 {
37 var c5 : C5;
91 interface C5 {
94 declare class C5 {
97 interface C5 {
100 interface C5 {
103 declare var c5: C5;
[all...]
H A DextBaseClass2.js8 export class C5 extends B {
42 var C5 = /** @class */ (function (_super) {
43 __extends(C5, _super);
44 function C5() {
47 return C5;
49 M.C5 = C5;
H A DmixinAccessModifiers.js71 f(c4: C4, c5: C5, c6: C6) {
78 C5.s;
83 class C5 extends Mix(Protected, Public) {
84 f(c4: C4, c5: C5, c6: C6) {
91 C5.s;
97 f(c4: C4, c5: C5, c6: C6) {
104 C5.s;
257 C5.s;
262 var C5 = /** @class */ (function (_super) {
263 __extends(C5, _supe
[all...]
H A DjsdocImplements_class.js46 var C5; variable
48 Ns.C5 = C5 || class {
76 export const C5: {
99 declare var C5: any;
H A DcomplicatedPrivacy.js61 export class C5 implements i {
160 var C5 = /** @class */ (function () {
161 function C5() {
163 return C5;
165 m1.C5 = C5;
H A DtypeGuardConstructorDerivedClass.js35 class C5 {
44 if (let3.constructor === C5) {
128 var C5 = /** @class */ (function () {
129 function C5() {
131 return C5;
139 if (let3.constructor === C5) {
H A DclassExtendingNonConstructor.js12 class C5 extends "hello" { }
65 var C5 = /** @class */ (function (_super) {
66 __extends(C5, _super);
67 function C5() {
70 return C5;
H A DclassExtendsEveryObjectType.js15 class C5 extends foo { } // error
69 var C5 = /** @class */ (function (_super) {
70 __extends(C5, _super);
71 function C5() {
74 return C5;
H A DdefiniteAssignmentAssertions.js35 abstract class C5 {
109 var C5 = /** @class */ (function () {
110 function C5() {
112 return C5;
164 declare abstract class C5 {
H A DclassExtendingPrimitive.js9 class C5 extends Null { }
68 var C5 = /** @class */ (function (_super) {
69 __extends(C5, _super);
70 function C5() {
73 return C5;
H A DmissingFunctionImplementation.js26 class C5 {
112 var C5 = /** @class */ (function () {
113 function C5() {
115 return C5;
H A DunknownSymbols1.js29 class C5 {
81 var C5 = /** @class */ (function () {
82 function C5() {
85 return C5;
H A DinterfaceExtendsObjectIntersectionErrors.js21 class C5 extends Constructor<T5>() { c: number }
95 var C5 = /** @class */ (function (_super) {
96 __extends(C5, _super);
97 function C5() {
100 return C5;
H A DtypeParameterUsedAsConstraint.js6 class C5<T extends U, U extends V, V> { }
59 var C5 = /** @class */ (function () {
60 function C5() {
62 return C5;
H A DinterfaceExtendsObjectIntersection.js25 class C5 extends Constructor<I5>() { x: string }
101 var C5 = /** @class */ (function (_super) {
102 __extends(C5, _super);
103 function C5() {
106 return C5;
/third_party/ffmpeg/libavcodec/x86/
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,
98 #define C5 12873 macro
107 #undef C5 macro
114 #define C5 17855 macro
123 #undef C5 macro
130 #define C5 16819 macro
139 #undef C5 macro
146 #define C5 global() macro
155 #undef C5 global() macro
162 #define C5 global() macro
171 #undef C5 global() macro
178 #define C5 global() macro
187 #undef C5 global() macro
194 #define C5 global() macro
203 #undef C5 global() macro
210 #define C5 global() macro
[all...]
H A Dsimple_idct.asm50 %define C5 12873 ; cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
70 dw C5, C7, C5, C7
73 dw -C1, -C5, -C1, -C5
75 dw C5, -C1, C5, -C1
78 dw C7, -C5, C7, -C5
111 movq mm5, [coeffs + 56] ; C7 C5 C
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__cosl.c52 C5 = 0.0000000020876754400407278, /* 0x11eed8caaeccf1.0p-81 */ variable
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))))
74 C5 = 0.2087675698786809897659225313136400793948e-8L, variable
82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \
H A D__cos.c28 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
32 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
58 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */ variable
67 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6)); in __cos()
/third_party/musl/src/math/
H A D__cosl.c52 C5 = 0.0000000020876754400407278, /* 0x11eed8caaeccf1.0p-81 */ variable
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))))
74 C5 = 0.2087675698786809897659225313136400793948e-8L, variable
82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \
H A D__cos.c28 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
32 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
58 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */ variable
67 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6)); in __cos()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A Dwp_block.c187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) macro
205 # define C5(K,i) (Cx.q[5+8*K.c[(i)*8+5]]) macro
218 # define C5(K,i) (((u64_a1*)(Cx.c+3))[2*K.c[(i)*8+5]]) 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(K, 0) ^ C5( in whirlpool_block()
[all...]
/third_party/openssl/crypto/whrlpool/
H A Dwp_block.c187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) macro
205 # define C5(K,i) (Cx.q[5+8*K.c[(i)*8+5]]) macro
218 # define C5(K,i) (((u64_a1*)(Cx.c+3))[2*K.c[(i)*8+5]]) 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(K, 0) ^ C5( in whirlpool_block()
[all...]
/third_party/optimized-routines/math/
H A Dexp2.c20 #define C5 __exp_data.exp2_poly[4] macro
126 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp2()
128 tmp = tail + r * C1 + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp2()

Completed in 9 milliseconds

123