Home
last modified time | relevance | path

Searched refs:C7 (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dsbcdsp_data.c147 #define C7 3.1710363741 macro
157 F(1.61656283E-03 * C7), F(1.78805361E-04 * C7),
165 -F(4.91578024E-03 * C7), F(2.61098752E-02 * C7),
173 F(1.33264415E-01 * C7), -F(1.11196689E-01 * C7),
181 F(1.59045603E-02 * C7), -F(1.27472335E-02 * C7),
189 F(1.13992507E-03 * C7),
233 #undef C7 global() macro
244 #define C7 global() macro
330 #undef C7 global() macro
[all...]
H A Dmpegaudiodsp_template.c244 #define C7 FIXHR(0.34202014332566873304/2) macro
306 t3 = MULH3(in1[2*5] - in1[2*7], -2*C7, 1); in imdct36()
/third_party/ffmpeg/libavcodec/x86/
H A Dfdct.c90 C4, C4, C5, C7, C2, C6, C3, -C7, \
91 -C4, C4, C7, C3, C6, -C2, C7, -C5, \
100 #define C7 4520 macro
109 #undef C7 macro
116 #define C7 6270 macro
125 #undef C7 macro
132 #define C7 5906 macro
141 #undef C7 macro
148 #define C7 global() macro
157 #undef C7 global() macro
164 #define C7 global() macro
173 #undef C7 global() macro
180 #define C7 global() macro
189 #undef C7 global() macro
196 #define C7 global() macro
205 #undef C7 global() macro
212 #define C7 global() macro
[all...]
H A Dsimple_idct.asm52 %define C7 4520 ; cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
70 dw C5, C7, C5, C7
72 dw C3, -C7, C3, -C7
76 dw C7, C3, C7, C3
78 dw C7, -C5, C7, -C5
111 movq mm5, [coeffs + 56] ; C7 C
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeAliases.js29 class C7 { x: boolean }
30 type T7 = C7;
31 var x7: C7;
97 var C7 = /** @class */ (function () {
98 function C7() {
100 return C7;
H A DtypeGuardConstructorDerivedClass.js52 class C7 {
61 if (let4.constructor === C7) {
146 var C7 = /** @class */ (function () {
147 function C7() {
149 return C7;
157 if (let4.constructor === C7) {
H A DclassExtendingNonConstructor.js14 class C7 extends foo { }
79 var C7 = /** @class */ (function (_super) {
80 __extends(C7, _super);
81 function C7() {
84 return C7;
H A DmissingFunctionImplementation.js39 class C7 {
43 namespace C7 {
124 var C7 = /** @class */ (function () {
125 function C7() {
127 return C7;
H A DmergedClassInterface.js46 interface C7 { }
51 declare class C7 { }
107 interface C7 {
112 declare class C7 {
H A DclassExtendingPrimitive.js12 class C7 extends Undefined { }
88 var C7 = /** @class */ (function (_super) {
89 __extends(C7, _super);
90 function C7() {
93 return C7;
H A DinterfaceExtendsObjectIntersection.js27 class C7 extends Constructor<I7>() { x: string }
115 var C7 = /** @class */ (function (_super) {
116 __extends(C7, _super);
117 function C7() {
120 return C7;
H A DtransformsElideNullUndefinedType.js51 var C7 = class { constructor(p13: undefined) { } }
101 var C7 = class {
H A DstrictPropertyInitialization.js74 class C7 {
223 class C7 {
323 declare class C7 {
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__cosl.c54 C7 = 4.7383039476436467e-14; /* 0x1aac9d9af5c43e.0p-97 */ variable
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))))
76 C7 = 0.4779477332386808976875457937252120293400e-13L; 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.c54 C7 = 4.7383039476436467e-14; /* 0x1aac9d9af5c43e.0p-97 */ variable
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))))
76 C7 = 0.4779477332386808976875457937252120293400e-13L; 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.c189 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
207 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
220 # define C7(K,i) (((u64_a1*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
524 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7); in whirlpool_block()
531 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 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(K, 7) ^ C6(K, 6) ^ C7( in whirlpool_block()
[all...]
/third_party/openssl/crypto/whrlpool/
H A Dwp_block.c189 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
207 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
220 # define C7(K,i) (((u64_a1*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
524 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7); in whirlpool_block()
531 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 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(K, 7) ^ C6(K, 6) ^ C7( in whirlpool_block()
[all...]
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_cosl.c39 C7 = 4.77947733238738518870113294139830239e-14L, variable
52 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ in __kernel_cosl()
H A Ds_expl.c149 C7 = 1.98412698412698412698412697235950394e-4L, variable
249 x * (C7 + x * (C8 + x * (C9 + x * (C10 + in expm1l()
/third_party/optimized-routines/math/
H A Dv_cos.c24 #define C7 v_f64 (Poly[0]) macro
71 y = v_fma_f64 (C7, r2, C6); in cos()
H A Dv_sin.c24 #define C7 v_f64 (Poly[0]) macro
70 y = v_fma_f64 (C7, r2, C6); in sin()
/third_party/ffmpeg/libavcodec/ppc/
H A Dvp3dsp_altivec.c56 vec_s16 C7 = vec_splat(constants, 7);\
69 // M15 is used if C fits in 15 bit unsigned (C6,C7)
81 A = vec_add(M16(b1, C1), M15(b7, C7));\
82 B = vec_sub(M15(b1, C7), M16(b7, C1));\
H A Dfdctdsp.c46 #define C7 0.19509032201612826784828487 /* cos(7 * PI / 16) */ macro
52 #define W4 (M_SQRT2 * (-C1 + C3 + C5 - C7))
53 #define W5 (M_SQRT2 * (C1 + C3 - C5 + C7))
54 #define W6 (M_SQRT2 * (C1 + C3 + C5 - C7))
55 #define W7 (M_SQRT2 * (C1 + C3 - C5 - C7))
56 #define W8 (M_SQRT2 * (C7 - C3))
/third_party/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl53 "--C7" => \$c7,
657 --C7 Generate data for table C.7
669 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A DfilterRFC3454.pl53 "--C7" => \$c7,
657 --C7 Generate data for table C.7
669 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi

Completed in 10 milliseconds

12