/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqMultiply.decTest | 32 dqmul000 multiply 2 2 -> 4 33 dqmul001 multiply 2 3 -> 6 34 dqmul002 multiply 5 1 -> 5 35 dqmul003 multiply 5 2 -> 10 36 dqmul004 multiply 1.20 2 -> 2.40 37 dqmul005 multiply 1.20 0 -> 0.00 38 dqmul006 multiply 1.20 -2 -> -2.40 39 dqmul007 multiply -1.20 2 -> -2.40 40 dqmul008 multiply -1.20 0 -> -0.00 41 dqmul009 multiply -1.20 -2 -> 2.40 [all …]
|
D | ddMultiply.decTest | 32 ddmul000 multiply 2 2 -> 4 33 ddmul001 multiply 2 3 -> 6 34 ddmul002 multiply 5 1 -> 5 35 ddmul003 multiply 5 2 -> 10 36 ddmul004 multiply 1.20 2 -> 2.40 37 ddmul005 multiply 1.20 0 -> 0.00 38 ddmul006 multiply 1.20 -2 -> -2.40 39 ddmul007 multiply -1.20 2 -> -2.40 40 ddmul008 multiply -1.20 0 -> -0.00 41 ddmul009 multiply -1.20 -2 -> 2.40 [all …]
|
D | multiply.decTest | 2 -- multiply.decTest -- decimal multiplication -- 29 mulx000 multiply 2 2 -> 4 30 mulx001 multiply 2 3 -> 6 31 mulx002 multiply 5 1 -> 5 32 mulx003 multiply 5 2 -> 10 33 mulx004 multiply 1.20 2 -> 2.40 34 mulx005 multiply 1.20 0 -> 0.00 35 mulx006 multiply 1.20 -2 -> -2.40 36 mulx007 multiply -1.20 2 -> -2.40 37 mulx008 multiply -1.20 0 -> -0.00 [all …]
|
D | rounding.decTest | 726 rmux101 multiply 12345 1 -> 12345 727 rmux102 multiply 12345 1.0001 -> 12346 Inexact Rounded 728 rmux103 multiply 12345 1.001 -> 12357 Inexact Rounded 729 rmux104 multiply 12345 1.01 -> 12468 Inexact Rounded 730 rmux105 multiply 12345 1.1 -> 13579 Inexact Rounded 731 rmux106 multiply 12345 4 -> 49380 732 rmux107 multiply 12345 4.0001 -> 49381 Inexact Rounded 733 rmux108 multiply 12345 4.9 -> 60490 Inexact Rounded 734 rmux109 multiply 12345 4.99 -> 61601 Inexact Rounded 735 rmux110 multiply 12345 4.999 -> 61712 Inexact Rounded [all …]
|
D | randoms.decTest | 34 xmul001 multiply 905.67402 -202896611.E-780472620 -> -1.83758189E-780472609 Inexact Rounded 42 xmul002 multiply 3915134.7 -597164907. -> -2.33798105E+15 Inexact Rounded 50 xmul003 multiply 309759261 62663.487 -> 1.94105954E+13 Inexact Rounded 58 xmul004 multiply 3.93591888E-236595626 7242375.00 -> 2.85054005E-236595619 Inexact Rounded 66 xmul005 multiply 323902.714 -608669.607E-657060568 -> -1.97149738E-657060557 Inexact Rounded 74 xmul006 multiply 5.11970092 -8807.22036 -> -45090.3342 Inexact Rounded 82 xmul007 multiply -7.99874516 4561.83758 -> -36488.9763 Inexact Rounded 90 xmul008 multiply 297802878 -927206.324 -> -2.76124712E+14 Inexact Rounded 98 xmul009 multiply -766.651824 31300.3619 -> -23996479.5 Inexact Rounded 106 xmul010 multiply -56746.8689E+934981942 471002521. -> -2.67279183E+934981955 Inexact Rounded [all …]
|
D | randomBound32.decTest | 36 mulx3001 multiply 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> 1.08453… 44 mulx3002 multiply 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> -… 52 mulx3003 multiply -1.028048571628326871054964307774E+529 49200008645699.35577937582714739 -> -5.057… 60 mulx3004 multiply 479084.8561808930525417735205519 084157571054.2691784660983989931 -> 403186178250… 68 mulx3005 multiply -0363750788.573782205664349562931 -3172.080934464133691909905980096 -> 1153846941… 76 mulx3006 multiply 1381026551423669919010191878449 -82.66614775445371254999357800739 -> -1.141641449… 84 mulx3007 multiply 4627.026960423072127953556635585 -4410583132901.830017479741231131 -> -2040788706… 92 mulx3008 multiply 75353574493.84484153484918212042 -8684111695095849922263044191221 -> -6.543788575… 100 mulx3009 multiply 6907058.216435355874729592373011 2.857005446917670515662398741545 -> 19733502.946… 108 mulx3010 multiply -38949530427253.24030680468677190 712168021.1265384466442576619064E-992 -> -2.773… [all …]
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | dqMultiply.decTest | 32 dqmul000 multiply 2 2 -> 4 33 dqmul001 multiply 2 3 -> 6 34 dqmul002 multiply 5 1 -> 5 35 dqmul003 multiply 5 2 -> 10 36 dqmul004 multiply 1.20 2 -> 2.40 37 dqmul005 multiply 1.20 0 -> 0.00 38 dqmul006 multiply 1.20 -2 -> -2.40 39 dqmul007 multiply -1.20 2 -> -2.40 40 dqmul008 multiply -1.20 0 -> -0.00 41 dqmul009 multiply -1.20 -2 -> 2.40 [all …]
|
D | ddMultiply.decTest | 32 ddmul000 multiply 2 2 -> 4 33 ddmul001 multiply 2 3 -> 6 34 ddmul002 multiply 5 1 -> 5 35 ddmul003 multiply 5 2 -> 10 36 ddmul004 multiply 1.20 2 -> 2.40 37 ddmul005 multiply 1.20 0 -> 0.00 38 ddmul006 multiply 1.20 -2 -> -2.40 39 ddmul007 multiply -1.20 2 -> -2.40 40 ddmul008 multiply -1.20 0 -> -0.00 41 ddmul009 multiply -1.20 -2 -> 2.40 [all …]
|
D | multiply.decTest | 2 -- multiply.decTest -- decimal multiplication -- 29 mulx000 multiply 2 2 -> 4 30 mulx001 multiply 2 3 -> 6 31 mulx002 multiply 5 1 -> 5 32 mulx003 multiply 5 2 -> 10 33 mulx004 multiply 1.20 2 -> 2.40 34 mulx005 multiply 1.20 0 -> 0.00 35 mulx006 multiply 1.20 -2 -> -2.40 36 mulx007 multiply -1.20 2 -> -2.40 37 mulx008 multiply -1.20 0 -> -0.00 [all …]
|
D | rounding.decTest | 726 rmux101 multiply 12345 1 -> 12345 727 rmux102 multiply 12345 1.0001 -> 12346 Inexact Rounded 728 rmux103 multiply 12345 1.001 -> 12357 Inexact Rounded 729 rmux104 multiply 12345 1.01 -> 12468 Inexact Rounded 730 rmux105 multiply 12345 1.1 -> 13579 Inexact Rounded 731 rmux106 multiply 12345 4 -> 49380 732 rmux107 multiply 12345 4.0001 -> 49381 Inexact Rounded 733 rmux108 multiply 12345 4.9 -> 60490 Inexact Rounded 734 rmux109 multiply 12345 4.99 -> 61601 Inexact Rounded 735 rmux110 multiply 12345 4.999 -> 61712 Inexact Rounded [all …]
|
D | randoms.decTest | 34 xmul001 multiply 905.67402 -202896611.E-780472620 -> -1.83758189E-780472609 Inexact Rounded 42 xmul002 multiply 3915134.7 -597164907. -> -2.33798105E+15 Inexact Rounded 50 xmul003 multiply 309759261 62663.487 -> 1.94105954E+13 Inexact Rounded 58 xmul004 multiply 3.93591888E-236595626 7242375.00 -> 2.85054005E-236595619 Inexact Rounded 66 xmul005 multiply 323902.714 -608669.607E-657060568 -> -1.97149738E-657060557 Inexact Rounded 74 xmul006 multiply 5.11970092 -8807.22036 -> -45090.3342 Inexact Rounded 82 xmul007 multiply -7.99874516 4561.83758 -> -36488.9763 Inexact Rounded 90 xmul008 multiply 297802878 -927206.324 -> -2.76124712E+14 Inexact Rounded 98 xmul009 multiply -766.651824 31300.3619 -> -23996479.5 Inexact Rounded 106 xmul010 multiply -56746.8689E+934981942 471002521. -> -2.67279183E+934981955 Inexact Rounded [all …]
|
D | randomBound32.decTest | 36 mulx3001 multiply 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> 1.08453… 44 mulx3002 multiply 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> -… 52 mulx3003 multiply -1.028048571628326871054964307774E+529 49200008645699.35577937582714739 -> -5.057… 60 mulx3004 multiply 479084.8561808930525417735205519 084157571054.2691784660983989931 -> 403186178250… 68 mulx3005 multiply -0363750788.573782205664349562931 -3172.080934464133691909905980096 -> 1153846941… 76 mulx3006 multiply 1381026551423669919010191878449 -82.66614775445371254999357800739 -> -1.141641449… 84 mulx3007 multiply 4627.026960423072127953556635585 -4410583132901.830017479741231131 -> -2040788706… 92 mulx3008 multiply 75353574493.84484153484918212042 -8684111695095849922263044191221 -> -6.543788575… 100 mulx3009 multiply 6907058.216435355874729592373011 2.857005446917670515662398741545 -> 19733502.946… 108 mulx3010 multiply -38949530427253.24030680468677190 712168021.1265384466442576619064E-992 -> -2.773… [all …]
|
/external/e2fsprogs/tests/f_ind_inode_collision/ |
D | expect.1 | 12 Pass 1B: Rescanning for multiply-claimed blocks 16 …0Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 19 Illegal block number passed to ext2fs_test_block_bitmap #16877 for multiply claimed block map 20 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map 21 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 22 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 23 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 24 Illegal block number passed to ext2fs_test_block_bitmap #196608 for multiply claimed block map [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECPoint.java | 253 ECFieldElement zInv2 = zInv.square(), zInv3 = zInv2.multiply(zInv); in normalize() 265 …return this.getCurve().createRawPoint(getRawXCoord().multiply(sx), getRawYCoord().multiply(sy), th… in createScaledPoint() 341 …: getCurve().createRawPoint(getRawXCoord().multiply(scale), getRawYCoord(), getRawZCoords(), thi… in scaleX() 348 …: getCurve().createRawPoint(getRawXCoord(), getRawYCoord().multiply(scale), getRawZCoords(), thi… in scaleY() 537 public ECPoint multiply(BigInteger k) in multiply() method in ECPoint 539 return this.getCurve().getMultiplier().multiply(this, k); in multiply() 576 ECFieldElement Z2 = Z.square(), Z3 = Z.multiply(Z2); in satisfiesCurveEquation() 577 lhs = lhs.multiply(Z); in satisfiesCurveEquation() 578 A = A.multiply(Z2); in satisfiesCurveEquation() 579 B = B.multiply(Z3); in satisfiesCurveEquation() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 251 ECFieldElement zInv2 = zInv.square(), zInv3 = zInv2.multiply(zInv); in normalize() 263 …return this.getCurve().createRawPoint(getRawXCoord().multiply(sx), getRawYCoord().multiply(sy), th… in createScaledPoint() 339 …: getCurve().createRawPoint(getRawXCoord().multiply(scale), getRawYCoord(), getRawZCoords(), thi… in scaleX() 346 …: getCurve().createRawPoint(getRawXCoord(), getRawYCoord().multiply(scale), getRawZCoords(), thi… in scaleY() 535 public ECPoint multiply(BigInteger k) in multiply() method in ECPoint 537 return this.getCurve().getMultiplier().multiply(this, k); in multiply() 571 ECFieldElement Z2 = Z.square(), Z3 = Z.multiply(Z2); in satisfiesCurveEquation() 572 lhs = lhs.multiply(Z); in satisfiesCurveEquation() 573 A = A.multiply(Z2); in satisfiesCurveEquation() 574 B = B.multiply(Z3); in satisfiesCurveEquation() [all …]
|
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/ |
D | Ed25519.java | 104 BigInteger xx = x.multiply(x); in validateAffinePoint() 105 BigInteger yy = y.multiply(y); in validateAffinePoint() 107 BigInteger rhs = ONE.add(Ed25519_D.multiply(xx).multiply(yy)).mod(Ed25519_P); // 1 + d*x*x*y*y in validateAffinePoint() 159 BigInteger c = p[T].pow(2).multiply(Ed25519_K); in doubleExtendedPoint() 161 BigInteger e = p[Y].multiply(p[X]).shiftLeft(2); in doubleExtendedPoint() 167 e.multiply(f).mod(Ed25519_P), in doubleExtendedPoint() 168 g.multiply(h).mod(Ed25519_P), in doubleExtendedPoint() 169 f.multiply(g).mod(Ed25519_P), in doubleExtendedPoint() 170 e.multiply(h).mod(Ed25519_P) in doubleExtendedPoint() 194 BigInteger a = p1[Y].subtract(p1[X]).multiply(p2[Y].subtract(p2[X])); in addExtendedPoints() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224K1FieldElement.java | 95 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP224K1FieldElement 98 SecP224K1Field.multiply(x, ((SecP224K1FieldElement)b).x, z); in multiply() 107 SecP224K1Field.multiply(z, x, z); in divide() 160 SecP224K1Field.multiply(x2, x1, x2); in sqrt() 163 SecP224K1Field.multiply(x3, x1, x3); in sqrt() 166 SecP224K1Field.multiply(x4, x1, x4); in sqrt() 169 SecP224K1Field.multiply(x8, x4, x8); in sqrt() 172 SecP224K1Field.multiply(x11, x3, x11); in sqrt() 175 SecP224K1Field.multiply(x19, x8, x19); in sqrt() 178 SecP224K1Field.multiply(x23, x4, x23); in sqrt() [all …]
|
D | SecP256K1FieldElement.java | 91 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP256K1FieldElement 94 SecP256K1Field.multiply(x, ((SecP256K1FieldElement)b).x, z); in multiply() 103 SecP256K1Field.multiply(z, x, z); in divide() 154 SecP256K1Field.multiply(x2, x1, x2); in sqrt() 157 SecP256K1Field.multiply(x3, x1, x3); in sqrt() 160 SecP256K1Field.multiply(x6, x3, x6); in sqrt() 163 SecP256K1Field.multiply(x9, x3, x9); in sqrt() 166 SecP256K1Field.multiply(x11, x2, x11); in sqrt() 169 SecP256K1Field.multiply(x22, x11, x22); in sqrt() 172 SecP256K1Field.multiply(x44, x22, x44); in sqrt() [all …]
|
D | SecP384R1FieldElement.java | 91 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP384R1FieldElement 94 SecP384R1Field.multiply(x, ((SecP384R1FieldElement)b).x, z); in multiply() 103 SecP384R1Field.multiply(z, x, z); in divide() 149 SecP384R1Field.multiply(t1, x1, t1); in sqrt() 152 SecP384R1Field.multiply(t2, t1, t2); in sqrt() 155 SecP384R1Field.multiply(t2, x1, t2); in sqrt() 158 SecP384R1Field.multiply(t3, t2, t3); in sqrt() 161 SecP384R1Field.multiply(t4, t2, t4); in sqrt() 164 SecP384R1Field.multiply(t2, t4, t2); in sqrt() 167 SecP384R1Field.multiply(t1, t3, t1); in sqrt() [all …]
|
D | SecP192K1FieldElement.java | 91 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP192K1FieldElement 94 SecP192K1Field.multiply(x, ((SecP192K1FieldElement)b).x, z); in multiply() 103 SecP192K1Field.multiply(z, x, z); in divide() 153 SecP192K1Field.multiply(x2, x1, x2); in sqrt() 156 SecP192K1Field.multiply(x3, x1, x3); in sqrt() 159 SecP192K1Field.multiply(x6, x3, x6); in sqrt() 162 SecP192K1Field.multiply(x8, x2, x8); in sqrt() 165 SecP192K1Field.multiply(x16, x8, x16); in sqrt() 168 SecP192K1Field.multiply(x19, x3, x19); in sqrt() 171 SecP192K1Field.multiply(x35, x16, x35); in sqrt() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224K1FieldElement.java | 91 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP224K1FieldElement 94 SecP224K1Field.multiply(x, ((SecP224K1FieldElement)b).x, z); in multiply() 103 SecP224K1Field.multiply(z, x, z); in divide() 156 SecP224K1Field.multiply(x2, x1, x2); in sqrt() 159 SecP224K1Field.multiply(x3, x1, x3); in sqrt() 162 SecP224K1Field.multiply(x4, x1, x4); in sqrt() 165 SecP224K1Field.multiply(x8, x4, x8); in sqrt() 168 SecP224K1Field.multiply(x11, x3, x11); in sqrt() 171 SecP224K1Field.multiply(x19, x8, x19); in sqrt() 174 SecP224K1Field.multiply(x23, x4, x23); in sqrt() [all …]
|
D | SecP384R1FieldElement.java | 87 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP384R1FieldElement 90 SecP384R1Field.multiply(x, ((SecP384R1FieldElement)b).x, z); in multiply() 99 SecP384R1Field.multiply(z, x, z); in divide() 145 SecP384R1Field.multiply(t1, x1, t1); in sqrt() 148 SecP384R1Field.multiply(t2, t1, t2); in sqrt() 151 SecP384R1Field.multiply(t2, x1, t2); in sqrt() 154 SecP384R1Field.multiply(t3, t2, t3); in sqrt() 157 SecP384R1Field.multiply(t4, t2, t4); in sqrt() 160 SecP384R1Field.multiply(t2, t4, t2); in sqrt() 163 SecP384R1Field.multiply(t1, t3, t1); in sqrt() [all …]
|
D | SecP192K1FieldElement.java | 87 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP192K1FieldElement 90 SecP192K1Field.multiply(x, ((SecP192K1FieldElement)b).x, z); in multiply() 99 SecP192K1Field.multiply(z, x, z); in divide() 149 SecP192K1Field.multiply(x2, x1, x2); in sqrt() 152 SecP192K1Field.multiply(x3, x1, x3); in sqrt() 155 SecP192K1Field.multiply(x6, x3, x6); in sqrt() 158 SecP192K1Field.multiply(x8, x2, x8); in sqrt() 161 SecP192K1Field.multiply(x16, x8, x16); in sqrt() 164 SecP192K1Field.multiply(x19, x3, x19); in sqrt() 167 SecP192K1Field.multiply(x35, x16, x35); in sqrt() [all …]
|
D | SecP256K1FieldElement.java | 87 public ECFieldElement multiply(ECFieldElement b) in multiply() method in SecP256K1FieldElement 90 SecP256K1Field.multiply(x, ((SecP256K1FieldElement)b).x, z); in multiply() 99 SecP256K1Field.multiply(z, x, z); in divide() 150 SecP256K1Field.multiply(x2, x1, x2); in sqrt() 153 SecP256K1Field.multiply(x3, x1, x3); in sqrt() 156 SecP256K1Field.multiply(x6, x3, x6); in sqrt() 159 SecP256K1Field.multiply(x9, x3, x9); in sqrt() 162 SecP256K1Field.multiply(x11, x2, x11); in sqrt() 165 SecP256K1Field.multiply(x22, x11, x22); in sqrt() 168 SecP256K1Field.multiply(x44, x22, x44); in sqrt() [all …]
|
/external/e2fsprogs/tests/f_dup4/ |
D | expect.1 | 4 Pass 1B: Rescanning for multiply-claimed blocks 13 Pass 1C: Scanning directories for inodes with multiply-claimed blocks 14 Pass 1D: Reconciling multiply-claimed blocks 15 (There are 8 inodes containing multiply-claimed blocks.) 18 has 1 multiply-claimed block(s), shared with 3 file(s): 22 Clone multiply-claimed blocks? yes 25 has 1 multiply-claimed block(s), shared with 3 file(s): 29 Clone multiply-claimed blocks? yes 32 has 1 multiply-claimed block(s), shared with 3 file(s): 36 Clone multiply-claimed blocks? yes [all …]
|