Home
last modified time | relevance | path

Searched refs:b7 (Results 1 - 25 of 64) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithNoRelationshipObjectsOnCallSignature.js33 var b7: { fn<T>(t: T[]): T };
42 var r1a7 = a7 < b7;
50 var r1b7 = b7 < a7;
59 var r2a7 = a7 > b7;
67 var r2b7 = b7 > a7;
76 var r3a7 = a7 <= b7;
84 var r3b7 = b7 <= a7;
93 var r4a7 = a7 >= b7;
101 var r4b7 = b7 >= a7;
110 var r5a7 = a7 == b7;
217 var b7; global() variable
[all...]
H A DcomparisonOperatorWithNoRelationshipObjectsOnConstructorSignature.js33 var b7: { new <T>(t: T[]): T };
42 var r1a7 = a7 < b7;
50 var r1b7 = b7 < a7;
59 var r2a7 = a7 > b7;
67 var r2b7 = b7 > a7;
76 var r3a7 = a7 <= b7;
84 var r3b7 = b7 <= a7;
93 var r4a7 = a7 >= b7;
101 var r4b7 = b7 >= a7;
110 var r5a7 = a7 == b7;
217 var b7; global() variable
[all...]
H A DcomparisonOperatorWithSubtypeObjectOnCallSignature.js29 var b7: { fn(): Base };
53 var r1a7 = a7 < b7;
66 var r1b7 = b7 < a7;
80 var r2a7 = a7 > b7;
93 var r2b7 = b7 > a7;
107 var r3a7 = a7 <= b7;
120 var r3b7 = b7 <= a7;
134 var r4a7 = a7 >= b7;
147 var r4b7 = b7 >= a7;
161 var r5a7 = a7 == b7;
303 var b7; global() variable
[all...]
H A DcomparisonOperatorWithSubtypeObjectOnConstructorSignature.js29 var b7: { new (): Derived };
47 var r1a7 = a7 < b7;
58 var r1b7 = b7 < a7;
70 var r2a7 = a7 > b7;
81 var r2b7 = b7 > a7;
93 var r3a7 = a7 <= b7;
104 var r3b7 = b7 <= a7;
116 var r4a7 = a7 >= b7;
127 var r4b7 = b7 >= a7;
139 var r5a7 = a7 == b7;
265 var b7; global() variable
[all...]
H A DassignmentCompatWithCallSignatures4.js48 var b7: <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; variable
49 a7 = b7;
50 b7 = a7;
162 var b7; variable
163 a7 = b7;
164 b7 = a7;
H A DassignmentCompatWithConstructSignatures4.js48 var b7: new <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; variable
49 a7 = b7; // ok
50 b7 = a7; // ok
162 var b7; variable
163 a7 = b7; // ok
164 b7 = a7; // ok
H A DoptionalChainingInference.js27 const b7 = { value: osu?.prop["length"] };
28 const v7: number = unbox(b7);
48 var b7 = { value: osu === null || osu === void 0 ? void 0 : osu.prop["length"] };
49 var v7 = unbox(b7);
H A DfunctionExpressionContextualTyping1.js43 var b7: ((s: string, w: boolean) => void) | ((s: string, w: number) => string); variable
49 b7 = (j, m) => { }; // Per spec, no contextual signature can be extracted in this case. (Otherwise clause)
106 var b7; variable
112 b7 = function (j, m) { }; // Per spec, no contextual signature can be extracted in this case. (Otherwise clause)
111 b7 = function (j, m) { }; // Per spec, no contextual signature can be extracted in this case. (Otherwise clause) global() function
H A DassignmentCompatWithCallSignatures3.js64 var b7: <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; variable
65 a7 = b7; // ok
66 b7 = a7; // ok
181 var b7; variable
182 a7 = b7; // ok
183 b7 = a7; // ok
H A DassignmentCompatWithConstructSignatures3.js64 var b7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; variable
65 a7 = b7; // ok
66 b7 = a7; // ok
181 var b7; variable
182 a7 = b7; // ok
183 b7 = a7; // ok
H A DdestructuringArrayBindingPatternAndAssignment1ES6.js38 var [b6, b7] = foo();
85 var [b6, b7] = foo();
H A DdestructuringVariableDeclaration1ES6.js12 var [b5 = 3, b6 = true, b7 = temp] = [undefined, undefined, undefined];
54 var [b5 = 3, b6 = true, b7 = temp] = [undefined, undefined, undefined];
H A DobjectLiteralExcessProperties.js22 var b7: Book & number = { foreword: "hi", price: 10.99 };
61 var b7 = { foreword: "hi", price: 10.99 };
H A DdestructuringParameterDeclaration1ES5.js28 function b7([[a], b, [[c, d]]] = [[undefined], undefined, [[undefined, undefined]]]) { } function
34 b7([["string"], 1, [[true, false]]]); // Shouldn't be an error
135 function b7(_a) {
142 b7([["string"], 1, [[true, false]]]); // Shouldn't be an error
H A DdestructuringParameterDeclaration1ES5iterable.js28 function b7([[a], b, [[c, d]]] = [[undefined], undefined, [[undefined, undefined]]]) { } function
34 b7([["string"], 1, [[true, false]]]); // Shouldn't be an error
151 function b7(_a) {
158 b7([["string"], 1, [[true, false]]]); // Shouldn't be an error
H A DgenericsManyTypeParameters.js28 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67,
48 x7 , y7 , z7 , a7 , b7 , c7,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
70 x7, y7, z7, a7, b7, c7,
H A DdestructuringArrayBindingPatternAndAssignment1ES5.js38 var [b6, b7] = foo();
96 var _e = foo(), b6 = _e[0], b7 = _e[1];
/third_party/ffmpeg/libavcodec/ppc/
H A Dfdctdsp.c80 #define FDCTROW(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \
81 x0 = vec_add(b0, b7); /* x0 = b0 + b7; */ \
82 x7 = vec_sub(b0, b7); /* x7 = b0 - b7; */ \
90 b7 = vec_add(x0, x3); /* b7 = x0 + x3; */ \
92 b0 = vec_add(b7, b1); /* b0 = b7 + b1; */ \
93 b4 = vec_sub(b7, b
[all...]
H A Dvp3dsp_altivec.c65 vec_s16 b7 = vec_ld(0x70, block);
81 A = vec_add(M16(b1, C1), M15(b7, C7));\
82 B = vec_sub(M15(b1, C7), M16(b7, C1));\
108 b7 = SHIFT(vec_sub(Gd, Cd));\
133 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7); in vp3_idct_put_altivec()
148 PUT(b7) in vp3_idct_put_altivec()
162 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7); in vp3_idct_add_altivec()
189 ADD(b7) in vp3_idct_add_altivec()
/third_party/libsnd/src/ALAC/
H A Ddp_enc.c199 register int32_t b4, b5, b6, b7 ; in pc_block() local
224 b7 = top - (*pin) ; in pc_block()
228 - a4 * b4 - a5 * b5 - a6 * b6 - a7 * b7) >> denshift ; in pc_block()
238 sgn = sign_of_int (b7) ; in pc_block()
240 del0 -= 1 * ((sgn * b7) >> denshift) ; in pc_block()
285 sgn = -sign_of_int (b7) ; in pc_block()
287 del0 -= 1 * ((sgn * b7) >> denshift) ; in pc_block()
H A Ddp_dec.c192 register int32_t b4, b5, b6, b7 ; in unpc_block() local
218 b7 = top - (*pout) ; in unpc_block()
222 - a4 * b4 - a5 * b5 - a6 * b6 - a7 * b7) >> denshift ; in unpc_block()
233 sgn = sign_of_int (b7) ; in unpc_block()
235 del0 -= 1 * ((sgn * b7) >> denshift) ; in unpc_block()
280 sgn = -sign_of_int (b7) ; in unpc_block()
282 del0 -= 1 * ((sgn * b7) >> denshift) ; in unpc_block()
/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt.h113 #define COMPOSE_FIDELITYiL0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\
114 ((unsigned)b4 - ((int)(-8*(b0+(unsigned)b8) + 21*(b1+(unsigned)b7) - 46*(b2+(unsigned)b6) + 161*(b3+(unsigned)b5) + 128) >> 8))
116 #define COMPOSE_FIDELITYiH0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\
117 ((unsigned)b4 + ((int)(-2*(b0+(unsigned)b8) + 10*(b1+(unsigned)b7) - 25*(b2+(unsigned)b6) + 81*(b3+(unsigned)b5) + 128) >> 8))
H A Dh264idct_template.c97 const int b7 = (unsigned)a7 - (a1>>2); in ff_h264_idct8_add() local
99 block[i+0*8] = b0 + b7; in ff_h264_idct8_add()
100 block[i+7*8] = b0 - b7; in ff_h264_idct8_add()
128 const unsigned b7 = (unsigned)a7 - (a1>>2); in ff_h264_idct8_add() local
130 dst[i + 0*stride] = av_clip_pixel( dst[i + 0*stride] + ((int)(b0 + b7) >> 6) ); in ff_h264_idct8_add()
137 dst[i + 7*stride] = av_clip_pixel( dst[i + 7*stride] + ((int)(b0 - b7) >> 6) ); in ff_h264_idct8_add()
/third_party/lzma/CPP/Common/
H A DMyGuidDef.h57 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
59 EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
61 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_endian.h106 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \
114 (w)[7] = (uint8_t)(b7); \

Completed in 12 milliseconds

123