Home
last modified time | relevance | path

Searched refs:bigOne (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dlltest.c143 if ( LL_IS_ZERO( bigOne )) { in TestComparisons()
156 if ( !LL_EQ( bigOne, bigOne )) { in TestComparisons()
189 if ( LL_NE( bigOne, bigOne )) { in TestComparisons()
450 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
509 LL_OR2( result, bigOne ); in TestLogicalOperations()
514 result = bigOne; in TestLogicalOperations()
562 LL_L2I(result32, bigOne ); in TestConversion()
760 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
776 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
818 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dlltest.c143 if ( LL_IS_ZERO( bigOne )) { in TestComparisons()
156 if ( !LL_EQ( bigOne, bigOne )) { in TestComparisons()
189 if ( LL_NE( bigOne, bigOne )) { in TestComparisons()
450 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
509 LL_OR2( result, bigOne ); in TestLogicalOperations()
514 result = bigOne; in TestLogicalOperations()
562 LL_L2I(result32, bigOne ); in TestConversion()
760 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
776 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
818 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dlltest.c139 if ( LL_IS_ZERO( bigOne )) in TestComparisons()
149 if ( !LL_EQ( bigOne, bigOne )) in TestComparisons()
174 if ( LL_NE( bigOne, bigOne )) in TestComparisons()
196 if ( !LL_GE_ZERO( bigOne )) in TestComparisons()
376 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
424 LL_OR2( result, bigOne ); in TestLogicalOperations()
428 result = bigOne; in TestLogicalOperations()
644 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
657 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
692 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dlltest.c139 if ( LL_IS_ZERO( bigOne )) in TestComparisons()
149 if ( !LL_EQ( bigOne, bigOne )) in TestComparisons()
174 if ( LL_NE( bigOne, bigOne )) in TestComparisons()
196 if ( !LL_GE_ZERO( bigOne )) in TestComparisons()
376 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
424 LL_OR2( result, bigOne ); in TestLogicalOperations()
428 result = bigOne; in TestLogicalOperations()
644 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
657 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
692 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dlltest.c143 if ( LL_IS_ZERO( bigOne )) { in TestComparisons()
156 if ( !LL_EQ( bigOne, bigOne )) { in TestComparisons()
189 if ( LL_NE( bigOne, bigOne )) { in TestComparisons()
450 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
509 LL_OR2( result, bigOne ); in TestLogicalOperations()
514 result = bigOne; in TestLogicalOperations()
562 LL_L2I(result32, bigOne ); in TestConversion()
761 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
777 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
819 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dlltest.c143 if ( LL_IS_ZERO( bigOne )) { in TestComparisons()
156 if ( !LL_EQ( bigOne, bigOne )) { in TestComparisons()
189 if ( LL_NE( bigOne, bigOne )) { in TestComparisons()
450 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
509 LL_OR2( result, bigOne ); in TestLogicalOperations()
514 result = bigOne; in TestLogicalOperations()
562 LL_L2I(result32, bigOne ); in TestConversion()
760 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
776 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
818 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dlltest.c143 if ( LL_IS_ZERO( bigOne )) { in TestComparisons()
156 if ( !LL_EQ( bigOne, bigOne )) { in TestComparisons()
189 if ( LL_NE( bigOne, bigOne )) { in TestComparisons()
450 LL_AND( result, bigOne, bigOne ); in TestLogicalOperations()
509 LL_OR2( result, bigOne ); in TestLogicalOperations()
514 result = bigOne; in TestLogicalOperations()
562 LL_L2I(result32, bigOne ); in TestConversion()
760 LL_ADD( result, bigOne, bigOne ); in TestArithmetic()
776 LL_SUB( result, bigOne, bigOne ); in TestArithmetic()
818 LL_DIV( result, bigOne, bigOne); in TestArithmetic()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/rsa/
H A Drsa.go19 var bigOne = big.NewInt(1) var
147 modulus := new(big.Int).Set(bigOne)
150 if prime.Cmp(bigOne) <= 0 {
170 if congruence.Cmp(bigOne) != 0 {
238 n := new(big.Int).Set(bigOne)
239 totient := new(big.Int).Set(bigOne)
243 pminus1.Sub(prime, bigOne)
259 if g.Cmp(bigOne) == 0 {
383 if g.Cmp(bigOne) != 0 {
391 if x.Cmp(bigOne) < 0 {
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/chaincfg/
H A Dparams.go23 bigOne = big.NewInt(1) var
27 mainPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
31 regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
36 testNet3PowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
40 simNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/chaincfg/
H A Dparams.go23 bigOne = big.NewInt(1) var
27 mainPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
31 regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
36 testNet3PowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
40 simNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/chaincfg/
H A Dparams.go23 bigOne = big.NewInt(1) var
27 mainPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
31 regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
36 testNet3PowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
40 simNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/chaincfg/
H A Dparams.go23 bigOne = big.NewInt(1) var
27 mainPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
31 regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
36 testNet3PowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
40 simNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/chaincfg/
H A Dparams.go23 bigOne = big.NewInt(1) var
27 mainPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
31 regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
36 testNet3PowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
40 simNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/chaincfg/
H A Dparams.go23 bigOne = big.NewInt(1) var
27 mainPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
31 regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
36 testNet3PowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 224), bigOne)
40 simNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/rsa/
H A Drsa.go20 var bigOne = big.NewInt(1) var
99 modulus := new(big.Int).Set(bigOne)
116 pminus1 := new(big.Int).Sub(prime, bigOne)
118 if congruence.Cmp(bigOne) != 0 {
184 n := new(big.Int).Set(bigOne)
185 totient := new(big.Int).Set(bigOne)
189 pminus1.Sub(prime, bigOne)
205 if g.Cmp(bigOne) == 0 {
329 if g.Cmp(bigOne) != 0 {
337 if x.Cmp(bigOne) < 0 {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/rsa/
H A Drsa.go18 var bigOne = big.NewInt(1) var
97 modulus := new(big.Int).Set(bigOne)
114 pminus1 := new(big.Int).Sub(prime, bigOne)
116 if congruence.Cmp(bigOne) != 0 {
182 n := new(big.Int).Set(bigOne)
183 totient := new(big.Int).Set(bigOne)
187 pminus1.Sub(prime, bigOne)
203 if g.Cmp(bigOne) == 0 {
327 if g.Cmp(bigOne) != 0 {
335 if x.Cmp(bigOne) < 0 {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/rsa/
H A Drsa.go20 var bigOne = big.NewInt(1) var
99 modulus := new(big.Int).Set(bigOne)
116 pminus1 := new(big.Int).Sub(prime, bigOne)
118 if congruence.Cmp(bigOne) != 0 {
170 n := new(big.Int).Set(bigOne)
171 totient := new(big.Int).Set(bigOne)
175 pminus1.Sub(prime, bigOne)
190 if g.Cmp(bigOne) == 0 {
312 if g.Cmp(bigOne) != 0 {
320 if x.Cmp(bigOne) < 0 {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Component/GetScreenLocTest/
H A DGetScreenLocTest.java77 Frame bigOne = new Frame(); in main() local
78 bigOne.setSize(200, 200); in main()
79 bigOne.setLocationRelativeTo(null); in main()
80 bigOne.setVisible(true); in main()
124 bigOne.dispose(); in main()

12345678910>>...38