Home
last modified time | relevance | path

Searched refs:bigTwo (Results 1 – 22 of 22) sorted by relevance

/dports/mail/aerc/aerc-0.4.0/vendor/golang.org/x/crypto/rand/
H A Dutil.go15 var bigTwo = big.NewInt(2) var
137 p = p.Add(p, bigTwo)
169 p.Add(p, bigTwo)
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DBigIntegerIntrinsicsTest.java145 BigInteger res1 = (BigInteger) tin.invokeJava(big1, bigTwo, big2); in testMontgomery()
148 BigInteger res2 = (BigInteger) tin.invokeTest(big1, bigTwo, big2); in testMontgomery()
154 BigInteger res3 = (BigInteger) tin.invokeCode(big1, bigTwo, big2); in testMontgomery()
207 private static BigInteger bigTwo = BigInteger.valueOf(2); field in BigIntegerIntrinsicsTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DBigIntegerIntrinsicsTest.java148 BigInteger res1 = (BigInteger) tin.invokeJava(big1, bigTwo, big2); in testMontgomery()
151 BigInteger res2 = (BigInteger) tin.invokeTest(big1, bigTwo, big2); in testMontgomery()
157 BigInteger res3 = (BigInteger) tin.invokeCode(big1, bigTwo, big2); in testMontgomery()
225 private static BigInteger bigTwo = BigInteger.valueOf(2); field in BigIntegerIntrinsicsTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DBigIntegerIntrinsicsTest.java148 BigInteger res1 = (BigInteger) tin.invokeJava(big1, bigTwo, big2); in testMontgomery()
151 BigInteger res2 = (BigInteger) tin.invokeTest(big1, bigTwo, big2); in testMontgomery()
157 BigInteger res3 = (BigInteger) tin.invokeCode(big1, bigTwo, big2); in testMontgomery()
225 private static BigInteger bigTwo = BigInteger.valueOf(2); field in BigIntegerIntrinsicsTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DBigIntegerIntrinsicsTest.java148 BigInteger res1 = (BigInteger) tin.invokeJava(big1, bigTwo, big2); in testMontgomery()
151 BigInteger res2 = (BigInteger) tin.invokeTest(big1, bigTwo, big2); in testMontgomery()
157 BigInteger res3 = (BigInteger) tin.invokeCode(big1, bigTwo, big2); in testMontgomery()
225 private static BigInteger bigTwo = BigInteger.valueOf(2); field in BigIntegerIntrinsicsTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DBigIntegerIntrinsicsTest.java148 BigInteger res1 = (BigInteger) tin.invokeJava(big1, bigTwo, big2); in testMontgomery()
151 BigInteger res2 = (BigInteger) tin.invokeTest(big1, bigTwo, big2); in testMontgomery()
157 BigInteger res3 = (BigInteger) tin.invokeCode(big1, bigTwo, big2); in testMontgomery()
225 private static BigInteger bigTwo = BigInteger.valueOf(2); field in BigIntegerIntrinsicsTest
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
687 if ( LL_CMP( result, !=, bigTwo )) { in TestShift()
691 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
702 LL_SHR( result, bigTwo, one ); in TestShift()
761 if ( LL_CMP( result, !=, bigTwo )) { in TestArithmetic()
762 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
781 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
793 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
687 if ( LL_CMP( result, !=, bigTwo )) { in TestShift()
691 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
702 LL_SHR( result, bigTwo, one ); in TestShift()
761 if ( LL_CMP( result, !=, bigTwo )) { in TestArithmetic()
762 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
781 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
793 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
581 if ( LL_CMP( result, !=, bigTwo )) in TestShift()
584 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
593 LL_SHR( result, bigTwo, one ); in TestShift()
645 if ( LL_CMP( result, !=, bigTwo )) in TestArithmetic()
646 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
661 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
671 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
581 if ( LL_CMP( result, !=, bigTwo )) in TestShift()
584 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
593 LL_SHR( result, bigTwo, one ); in TestShift()
645 if ( LL_CMP( result, !=, bigTwo )) in TestArithmetic()
646 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
661 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
671 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
689 if ( LL_CMP( result, !=, bigTwo )) { in TestShift()
693 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
704 LL_SHR( result, bigTwo, one ); in TestShift()
762 if ( LL_CMP( result, !=, bigTwo )) { in TestArithmetic()
763 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
782 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
794 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
687 if ( LL_CMP( result, !=, bigTwo )) { in TestShift()
691 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
702 LL_SHR( result, bigTwo, one ); in TestShift()
761 if ( LL_CMP( result, !=, bigTwo )) { in TestArithmetic()
762 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
781 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
793 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dlltest.c56 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
687 if ( LL_CMP( result, !=, bigTwo )) { in TestShift()
691 LL_SHL( result, bigTwo, thirtyTwo ); in TestShift()
702 LL_SHR( result, bigTwo, one ); in TestShift()
761 if ( LL_CMP( result, !=, bigTwo )) { in TestArithmetic()
762 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result); in TestArithmetic()
781 LL_SUB( result, bigTwo, bigOne ); in TestArithmetic()
793 LL_MUL( result, largeVal, bigTwo ); in TestArithmetic()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/tyler-smith/go-bip39/
H A Dbip39.go26 bigTwo = big.NewInt(2) var
236 checksumModulo := big.NewInt(0).Exp(bigTwo, big.NewInt(int64(checksumBitSize)), nil)
313 dataBigInt.Mul(dataBigInt, bigTwo)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cockroachdb/apd/v2/
H A Dconst.go21 bigTwo = big.NewInt(2) var
H A Dcontext.go349 dividend.Mul(dividend, bigTwo)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cockroachdb/apd/
H A Dconst.go21 bigTwo = big.NewInt(2) var
H A Dcontext.go349 dividend.Mul(dividend, bigTwo)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dcheck_bn_tests.go232 bigTwo := big.NewInt(2)
241 if test.Values["P"].Cmp(bigTwo) > 0 {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dcheck_bn_tests.go232 bigTwo := big.NewInt(2)
241 if test.Values["P"].Cmp(bigTwo) > 0 {
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dcheck_bn_tests.go232 bigTwo := big.NewInt(2)
241 if test.Values["P"].Cmp(bigTwo) > 0 {
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/bn/
H A Dcheck_bn_tests.go232 bigTwo := big.NewInt(2)
241 if test.Values["P"].Cmp(bigTwo) > 0 {