Home
last modified time | relevance | path

Searched refs:B1 (Results 1 - 25 of 162) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
H A DsubtypesOfTypeParameterWithConstraints4.js32 class B1<T> {
36 class D1<T extends Foo, U extends Foo, V> extends B1<Foo> {
41 class D2<T extends Foo, U extends Foo, V> extends B1<Foo> {
46 class D3<T extends Foo, U extends Foo, V> extends B1<Foo> {
51 class D4<T extends Foo, U extends Foo, V> extends B1<T> {
56 class D5<T extends Foo, U extends Foo, V> extends B1<T> {
61 class D6<T extends Foo, U extends Foo, V> extends B1<T> {
66 class D7<T extends Foo, U extends Foo, V> extends B1<U> {
71 class D8<T extends Foo, U extends Foo, V> extends B1<U> {
76 class D9<T extends Foo, U extends Foo, V> extends B1<
[all...]
H A DtsxGenericAttributesType3.js4 class B1<T extends { x: string } = { x:string } > extends React.Component<T, {}> {
11 return <B1 {...this.props} x="hi" />;
34 var B1 = /** @class */ (function (_super) {
35 __extends(B1, _super);
36 function B1() {
39 B1.prototype.render = function () {
42 return B1;
50 return <B1 {...this.props} x="hi"/>;
H A DtsxGenericAttributesType4.js4 class B1<T extends { x: string }> extends React.Component<T, {}> {
11 return <B1 {...this.props} x="hi" />;
34 var B1 = /** @class */ (function (_super) {
35 __extends(B1, _super);
36 function B1() {
39 B1.prototype.render = function () {
42 return B1;
50 return <B1 {...this.props} x="hi"/>;
H A DtsxGenericAttributesType5.js4 class B1<T extends { x: string }> extends React.Component<T, {}> {
12 return <B1 {...this.props} x="hi" />;
35 var B1 = /** @class */ (function (_super) {
36 __extends(B1, _super);
37 function B1() {
40 B1.prototype.render = function () {
43 return B1;
51 return <B1 {...this.props} x="hi"/>;
H A DtsxGenericAttributesType6.js4 class B1<T extends { x: string } = { x:string } > extends React.Component<T, {}> {
12 return <B1 {...this.props} x="hi" />;
35 var B1 = /** @class */ (function (_super) {
36 __extends(B1, _super);
37 function B1() {
40 B1.prototype.render = function () {
43 return B1;
51 return <B1 {...this.props} x="hi"/>;
H A DreturnTypeTypeArguments.js19 function B1(): Two<number> { return null; }
28 B1(): Two<number> { return null; }
37 B1(): Two<T> { return null; }
98 function B1() { return null; } function
107 C.prototype.B1 = function () { return null; };
117 D.prototype.B1 = function () { return null; };
H A DmoduleAliasInterface.js50 module B1 {
114 var B1; variable
115 (function (B1) {
118 })(B1 || (B1 = {}));
H A DtypedefScope1.js2 function B1() { function
20 function B1() {
35 declare function B1(): void;
H A DcomparisonOperatorWithNoRelationshipObjectsOnProperty.js6 class B1 {
19 var b1: B1;
85 var B1 = /** @class */ (function () {
86 function B1() {
88 return B1;
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js15 class B1 {
30 var b1: B1;
114 var B1 = /** @class */ (function () {
115 function B1() {
117 return B1;
/third_party/node/deps/openssl/openssl/crypto/
H A Dc64xpluscpuid.pl35 MVC TSCH,B1
38 MV B1,A5
50 || ZERO B1
53 ||[!B0] CMPLT 1,B4,B1
55 || [B1] STB B2,*B6++[2]
57 ||[!B0] CMPLT 3,B4,B1
59 || [B1] STB B2,*B6++[2]
61 ||[!B0] CMPLT 5,B4,B1
63 || [B1] STB B2,*B6++[2]
76 || [B0] CMPLT 1,B0,B1
[all...]
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl35 MVC TSCH,B1
38 MV B1,A5
50 || ZERO B1
53 ||[!B0] CMPLT 1,B4,B1
55 || [B1] STB B2,*B6++[2]
57 ||[!B0] CMPLT 3,B4,B1
59 || [B1] STB B2,*B6++[2]
61 ||[!B0] CMPLT 5,B4,B1
63 || [B1] STB B2,*B6++[2]
76 || [B0] CMPLT 1,B0,B1
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfaandct.c41 #define B1 0.720959822006947913789091890943021267 // (cos(pi*1/16)sqrt(2))^-1 macro
55 B0*B0, B0*B1, B0*B2, B0*B3, B0*B4, B0*B5, B0*B6, B0*B7,
56 B1*B0, B1*B1, B1*B2, B1*B3, B1*B4, B1*B5, B1*B
[all...]
H A Dfaanidct.c28 #define B1 1.3870398453221474618216 // cos(pi*1/16)sqrt(2) macro
40 B0*B0/8, B0*B1/8, B0*B2/8, B0*B3/8, B0*B4/8, B0*B5/8, B0*B6/8, B0*B7/8,
41 B1*B0/8, B1*B1/8, B1*B2/8, B1*B3/8, B1*B4/8, B1*B5/8, B1*B
[all...]
/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest13-v1.cc13 class B1 class
18 B1();
21 B1::B1() in B1() function in B1
25 class S : public B0, public B1
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest8-v1.cc13 class B1 class
18 B1();
21 B1::B1() in B1() function in B1
25 class S : public B0, public B1
/third_party/icu/tools/colprobe/
H A Dstrengthprobe.cpp30 UChar B0, UChar B1, UChar B2, UChar B3) : in StrengthProbe()
32 B0(B0), B1(B1), B2(B2), B3(B3), in StrengthProbe()
40 StrengthProbe::setProbeChars(UChar B0, UChar B1, UChar B2, UChar B3) in setProbeChars() argument
43 this->B1 = B1; in setProbeChars()
63 utilSecond.setTo(B1); in checkSanity()
72 utilSecond.setTo(B1); in checkSanity()
84 utilFirst.setTo(B1); in checkSanity()
195 if(probeSuffix(x, y, B1, B in getStrength()
29 StrengthProbe(CompareFn comparer, GetSortKeyFn getter, UChar SE, UChar B0, UChar B1, UChar B2, UChar B3) StrengthProbe() argument
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm121 MPY32U B7,B7,B1:B0
124 MV B1,A1
236 || SUB B0,2,B1 ; N-2, initial ILC
242 || MVC B1,ILC
302 || SUB B0,2,B1 ; first ILC
330 ADDU A25,B0,B1:B0
334 ADDU A27,B1,B9:B8
344 ADDU A21,B9,B1:B0
347 ADDU A23,B1:B0,B1
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcommon_sse41.h43 __m128i B0, B1, B2, B3, B4, B5; in VP8PlanarTo24b_SSE41() local
89 *in1 = _mm_or_si128(RG1, B1); in VP8PlanarTo24b_SSE41()
117 const __m128i B1 = _mm_unpackhi_epi32(A0, A1); in VP8L32bToPlanar_SSE41() local
122 *in1 = _mm_unpacklo_epi64(B1, B3); in VP8L32bToPlanar_SSE41()
123 *in0 = _mm_unpackhi_epi64(B1, B3); in VP8L32bToPlanar_SSE41()
H A Dyuv_sse41.c59 const __m128i B1 = _mm_adds_epu16(B0, Y1); in ConvertYUV444ToRGB_SSE41() local
60 const __m128i B2 = _mm_subs_epu16(B1, k17685); in ConvertYUV444ToRGB_SSE41()
135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
139 YUV444ToRGB_SSE41(y + 8, u + 8, v + 8, &R1, &G1, &B1); in VP8YuvToRgb32_SSE41()
148 rgb4 = _mm_packus_epi16(B0, B1); in VP8YuvToRgb32_SSE41()
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
161 YUV444ToRGB_SSE41(y + 8, u + 8, v + 8, &R1, &G1, &B1); in VP8YuvToBgr32_SSE41()
166 bgr0 = _mm_packus_epi16(B0, B1); in VP8YuvToBgr32_SSE41()
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
189 YUV420ToRGB_SSE41(y + 8, u + 4, v + 4, &R1, &G1, &B1); in YuvToRgbRow_SSE41()
222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; YuvToBgrRow_SSE41() local
562 const __m128i B1 = _mm_or_si128(A0, A1); RGBA32PackedToPlanar_16b_SSE41() local
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct.asm124 paddd mm5, mm2 ; B1 b1
128 paddd mm1, mm5 ; A1+B1 a1+b1
129 psubd mm2, mm5 ; A1-B1 a1-b1
132 packssdw mm7, mm1 ; A1+B1 a1+b1 A0+B0 a0+b0
133 packssdw mm2, mm4 ; A0-B0 a0-b0 A1-B1 a1-b1
212 paddd mm5, mm2 ; B1 b1
216 paddd mm1, mm5 ; A1+B1 a1+b1
217 psubd mm2, mm5 ; A1-B1 a1-b1
220 packssdw mm7, mm1 ; A1+B1 a1+b1 A0+B0 a0+b0
221 packssdw mm2, mm4 ; A0-B0 a0-b0 A1-B1 a
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_xbr.c92 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \
126 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \
168 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \
250 const uint32_t B1 = sa0[2]; in xbr_filter() local
284 FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, 0, 1, nl, nl+1); in xbr_filter()
285 FILT2(PE, PC, PF, PB, PI, PA, PH, PD, PG, I4, A1, I5, H5, A0, D0, B1, C1, F4, C4, G5, G0, nl, 0, nl+1, 1); in xbr_filter()
286 FILT2(PE, PA, PB, PD, PC, PG, PF, PH, PI, C1, G0, C4, F4, G5, H5, D0, A0, B1, A1, I4, I5, nl+1, nl, 1, 0); in xbr_filter()
287 FILT2(PE, PG, PD, PH, PA, PI, PB, PF, PC, A0, I5, A1, B1, I4, F4, H5, G5, D0, G0, C1, C4, 1, nl+1, 0, nl); in xbr_filter()
293 FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, 0, 1, 2, nl, nl+1, nl+2, nl1, nl1+1, nl1+2); in xbr_filter()
294 FILT3(PE, PC, PF, PB, PI, PA, PH, PD, PG, I4, A1, I5, H5, A0, D0, B1, C in xbr_filter()
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl830 || SUB A0,1,B1
831 [!B1] BNOP epilogue? ; interrupts are disabled for whole time
834 || SUB B1,1,B1
835 [!B1] BNOP epilogue?
838 || SUB B1,1,B1
839 [!B1] BNOP epilogue?
843 || SUB B1,1,B1
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl830 || SUB A0,1,B1
831 [!B1] BNOP epilogue? ; interrupts are disabled for whole time
834 || SUB B1,1,B1
835 [!B1] BNOP epilogue?
838 || SUB B1,1,B1
839 [!B1] BNOP epilogue?
843 || SUB B1,1,B1
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl102 my $B1="%ymm10";
234 vpbroadcastq 32*0-128($ap), $B1
252 vpmuludq 32*0-128($ap), $B1, $ACC0
255 vpmuludq $B1, $ACC1, $ACC1
257 vpmuludq $B1, $ACC2, $ACC2
259 vpmuludq $B1, $ACC3, $ACC3
261 vpmuludq $B1, $ACC4, $ACC4
263 vpmuludq $B1, $ACC5, $ACC5
265 vpmuludq $B1, $ACC6, $ACC6
267 vpmuludq $B1,
[all...]

Completed in 10 milliseconds

1234567