/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86.pl | 392 my ($D0,$D1,$D2,$D3,$D4,$T0,$T1,$T2)=map("xmm$_",(0..7)); 414 &movdqa ($D3,$D2); 416 &psrlq ($D3,30); 418 &pand ($D3,$MASK); 427 &movdqa (&QWP(16*3,"esp"),$D3); 438 &movdqa ($T1,$D3); 442 &paddd ($T1,$D3); # *5 451 &pshufd ($D3,$D3,0b01000100); 456 &movdqa (&QWP(16*3,"edx"),$D3); [all...] |
H A D | poly1305-x86_64.pl | 344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 836 vpshufd \$0xEE,$D4,$D3 # 34xx -> 3434 838 vmovdqa $D3,-0x90(%r11) 845 vpshufd \$0xEE,$D2,$D3 848 vmovdqa $D3,-0x70(%r11) 855 vpshufd \$0xEE,$D1,$D3 858 vmovdqa $D3,-0x50(%r11) 865 vpshufd \$0xEE,$D0,$D3 868 vmovdqa $D3,-0x30(%r11) 874 vpshufd \$0xEE,$D2,$D3 [all...] |
H A D | poly1305-armv4.pl | 444 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14)); 500 vmull.u32 $D3,$R3,${R0}[1] 506 vmlal.u32 $D3,$R2,${R1}[1] 511 vmlal.u32 $D3,$R1,${R2}[1] 516 vmlal.u32 $D3,$R0,${R3}[1] 521 vmlal.u32 $D3,$R4,${S4}[1] 576 vshr.u64 $T0,$D3,#26 577 vmovn.i64 $D3#lo,$D3 581 vbic.i32 $D3#l [all...] |
H A D | poly1305-c64xplus.pl | 33 ($D0,$D1,$D2,$D3)= ("A9","B9","A11","B11"); 125 LDNW *${INPB}[-1],$D3 ; load inp[3] 152 || SWAP2 $D3,$D3 156 || SWAP4 $D3,$D3 162 || ADDU $D3,B30,$D3:$H3 ; h3+=inp[3] 169 || ADDU $D2,$D3:$H3,$D3 [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86.pl | 392 my ($D0,$D1,$D2,$D3,$D4,$T0,$T1,$T2)=map("xmm$_",(0..7)); 414 &movdqa ($D3,$D2); 416 &psrlq ($D3,30); 418 &pand ($D3,$MASK); 427 &movdqa (&QWP(16*3,"esp"),$D3); 438 &movdqa ($T1,$D3); 442 &paddd ($T1,$D3); # *5 451 &pshufd ($D3,$D3,0b01000100); 456 &movdqa (&QWP(16*3,"edx"),$D3); [all...] |
H A D | poly1305-x86_64.pl | 344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 836 vpshufd \$0xEE,$D4,$D3 # 34xx -> 3434 838 vmovdqa $D3,-0x90(%r11) 845 vpshufd \$0xEE,$D2,$D3 848 vmovdqa $D3,-0x70(%r11) 855 vpshufd \$0xEE,$D1,$D3 858 vmovdqa $D3,-0x50(%r11) 865 vpshufd \$0xEE,$D0,$D3 868 vmovdqa $D3,-0x30(%r11) 874 vpshufd \$0xEE,$D2,$D3 [all...] |
H A D | poly1305-armv4.pl | 444 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14)); 500 vmull.u32 $D3,$R3,${R0}[1] 506 vmlal.u32 $D3,$R2,${R1}[1] 511 vmlal.u32 $D3,$R1,${R2}[1] 516 vmlal.u32 $D3,$R0,${R3}[1] 521 vmlal.u32 $D3,$R4,${S4}[1] 576 vshr.u64 $T0,$D3,#26 577 vmovn.i64 $D3#lo,$D3 581 vbic.i32 $D3#l [all...] |
H A D | poly1305-c64xplus.pl | 33 ($D0,$D1,$D2,$D3)= ("A9","B9","A11","B11"); 125 LDNW *${INPB}[-1],$D3 ; load inp[3] 152 || SWAP2 $D3,$D3 156 || SWAP4 $D3,$D3 162 || ADDU $D3,B30,$D3:$H3 ; h3+=inp[3] 169 || ADDU $D2,$D3:$H3,$D3 [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | classWithBaseClassButNoConstructor.js | 35 class D3 extends Base2<string, number> { 39 var r4 = D3; 100 var D3 = /** @class */ (function (_super) {
101 __extends(D3, _super);
102 function D3() {
105 return D3;
107 var r4 = D3;
|
H A D | subtypesOfTypeParameterWithRecursiveConstraints.js | 72 class D3<T extends Foo<U>, U extends Foo<T>, V extends Foo<V>> extends Base<T> { 124 class D3<T extends Foo<U>, U extends Foo<T>, V extends Foo<V>> extends Base2<T> { 241 var D3 = /** @class */ (function (_super) {
242 __extends(D3, _super);
243 function D3() {
246 return D3;
312 var D3 = /** @class */ (function (_super) {
313 __extends(D3, _super);
314 function D3() {
317 return D3;
[all...] |
H A D | genericTypeReferenceWithoutTypeArgument.js | 31 class D3<T extends M.E> { } 93 var D3 = /** @class */ (function () {
94 function D3() {
96 return D3;
|
H A D | subtypesOfTypeParameterWithConstraints4.js | 46 class D3<T extends Foo, U extends Foo, V> extends B1<Foo> { 142 var D3 = /** @class */ (function (_super) {
143 __extends(D3, _super);
144 function D3() {
147 return D3;
|
H A D | undefinedIsSubtypeOfEverything.js | 34 class D3 extends Base { 188 var D3 = /** @class */ (function (_super) {
189 __extends(D3, _super);
190 function D3() {
193 return D3;
|
/third_party/decimal.js/test/modules/ |
H A D | clone.js | 20 var D3 = Decimal.clone({ precision: 3 }); variable 35 var x3 = new D3(5); 57 var y3 = new D3(3); 93 t(D3.precision === 3); 98 t(!new Decimal(9.99).eq(new D3('-9.99'))); 99 t(!new Decimal(123.456789).toSD().eq(new D3('123.456789').toSD())); 100 t(new Decimal(123.456789).round().eq(new D3('123.456789').round())); 140 D3 = Decimal.clone({ defaults: false }); 142 t(D3.rounding === 2);
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler_sse2.c | 215 const __m128i D3 = in ProcessRow_SSE2() local 219 const __m128i D3 = _mm_and_si128(C3, mask); in ProcessRow_SSE2() local 222 const __m128i E1 = _mm_or_si128(D1, D3); in ProcessRow_SSE2() 268 const __m128i D3 = _mm_add_epi64(C3, rounder); in RescalerExportRowExpand_SSE2() local 272 const __m128i E3 = _mm_srli_epi64(D3, WEBP_RESCALER_RFIX); in RescalerExportRowExpand_SSE2() 308 const __m128i D3 = _mm_srli_epi64(B3, WEBP_RESCALER_RFIX); in RescalerExportRowShrink_SSE2() local 312 const __m128i E3 = _mm_sub_epi64(A3, D3); in RescalerExportRowShrink_SSE2() 314 const __m128i F3 = _mm_slli_epi64(D3, 32); in RescalerExportRowShrink_SSE2()
|
/third_party/libabigail/doc/vizualization/layout/sources/ |
H A D | sa-D.cc | 54 struct D3 : public C1 86 D3 obj3;
|
H A D | sa-DD.cc | 60 struct D3 : public C1 105 struct Dd3 : public D2, public D3
|
/third_party/libabigail/doc/vizualization/graph/sources/ |
H A D | sa-D.cc | 54 struct D3 : public C1 86 D3 obj3;
|
H A D | sa-DD.cc | 60 struct D3 : public C1 105 struct Dd3 : public D2, public D3
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 810 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31)); 921 mov $D3,@K[6] 949 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0); 968 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1); 1063 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0); 1080 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1); 1138 add $D3,$D3,@K[6] 1209 eor $D3,$D3, [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 814 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31)); 926 mov $D3,@K[6] 954 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0); 973 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1); 1068 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0); 1085 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1); 1143 add $D3,$D3,@K[6] 1214 eor $D3,$D3, [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 248 #define D3 1301 macro 260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac)))))); in spx_exp2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 437 unsigned &D1, unsigned &D2, unsigned &D3) { in GetDSubRegs() 442 D3 = TRI->getSubReg(Reg, ARM::dsub_3); in GetDSubRegs() 447 D3 = TRI->getSubReg(Reg, ARM::dsub_7); in GetDSubRegs() 452 D3 = TRI->getSubReg(Reg, ARM::dsub_6); in GetDSubRegs() 457 D3 = TRI->getSubReg(Reg, ARM::dsub_6); in GetDSubRegs() 463 D3 = TRI->getSubReg(Reg, ARM::dsub_7); in GetDSubRegs() 500 unsigned D0, D1, D2, D3; in ExpandVLD() local 501 GetDSubRegs(DstReg, RegSpc, TRI, D0, D1, D2, D3); in ExpandVLD() 508 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD() 628 unsigned D0, D1, D2, D3; in ExpandVST() local 435 GetDSubRegs(unsigned Reg, NEONRegSpacing RegSpc, const TargetRegisterInfo *TRI, unsigned &D0, unsigned &D1, unsigned &D2, unsigned &D3) GetDSubRegs() argument 764 unsigned D0, D1, D2, D3; ExpandVTBL() local [all...] |
/third_party/skia/src/core/ |
H A D | SkGeometry.cpp | 807 double D3 = 3 * A3; 808 double D2 = D3 - A2; 813 double Dmax = std::max(std::max(fabs(D1), fabs(D2)), fabs(D3)); 817 D3 *= norm; 820 d[3] = D3; 833 double discr = 3*D2*D2 - 4*D1*D3; 837 write_cubic_inflection_roots(q, 6*D1, 2*D3, q, t, s); 843 write_cubic_inflection_roots(q, 2*D1, 2*(D2*D2 - D3*D1), D1*q, t, s); 855 write_cubic_inflection_roots(D3, 3*D2, 1, 0, t, s); // T1=infinity. 862 return 0 != D3 [all...] |
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_expl.c | 176 D3 = 1.66666666666666666666666666666682245e-1L, variable 254 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 + in expm1l()
|