Home
last modified time | relevance | path

Searched refs:big (Results 26 – 50 of 18024) sorted by relevance

12345678910>>...721

/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_format.py140 big = 123456789012345678901234567890
160 big = 0x1234567890abcdef12345 # 21 hex digits
161 testcommon("%x", big, "1234567890abcdef12345")
162 testcommon("%x", -big, "-1234567890abcdef12345")
163 testcommon("%5x", -big, "-1234567890abcdef12345")
164 testcommon("%22x", -big, "-1234567890abcdef12345")
174 testcommon("%.2x", big, "1234567890abcdef12345")
175 testcommon("%.21x", big, "1234567890abcdef12345")
179 testcommon("%X", big, "1234567890ABCDEF12345")
180 testcommon("%#X", big, "0X1234567890ABCDEF12345")
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_format.py140 big = 123456789012345678901234567890
160 big = 0x1234567890abcdef12345 # 21 hex digits
161 testcommon("%x", big, "1234567890abcdef12345")
162 testcommon("%x", -big, "-1234567890abcdef12345")
163 testcommon("%5x", -big, "-1234567890abcdef12345")
164 testcommon("%22x", -big, "-1234567890abcdef12345")
174 testcommon("%.2x", big, "1234567890abcdef12345")
175 testcommon("%.21x", big, "1234567890abcdef12345")
179 testcommon("%X", big, "1234567890ABCDEF12345")
180 testcommon("%#X", big, "0X1234567890ABCDEF12345")
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue9604b.go86 eval func(x, y *big.Int) *big.Int
90 binop{"+", func(x, y *big.Int) *big.Int { return new(big.Int).Add(x, y) }},
91 binop{"-", func(x, y *big.Int) *big.Int { return new(big.Int).Sub(x, y) }},
92 binop{"*", func(x, y *big.Int) *big.Int { return new(big.Int).Mul(x, y) }},
93 binop{"/", func(x, y *big.Int) *big.Int { return new(big.Int).Quo(x, y) }},
96 binop{"|", func(x, y *big.Int) *big.Int { return new(big.Int).Or(x, y) }},
103 eval func(x *big.Int) *big.Int
107 unop{"+", func(x *big.Int) *big.Int { return new(big.Int).Set(x) }},
108 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
109 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue9604b.go86 eval func(x, y *big.Int) *big.Int
90 binop{"+", func(x, y *big.Int) *big.Int { return new(big.Int).Add(x, y) }},
91 binop{"-", func(x, y *big.Int) *big.Int { return new(big.Int).Sub(x, y) }},
92 binop{"*", func(x, y *big.Int) *big.Int { return new(big.Int).Mul(x, y) }},
93 binop{"/", func(x, y *big.Int) *big.Int { return new(big.Int).Quo(x, y) }},
96 binop{"|", func(x, y *big.Int) *big.Int { return new(big.Int).Or(x, y) }},
103 eval func(x *big.Int) *big.Int
107 unop{"+", func(x *big.Int) *big.Int { return new(big.Int).Set(x) }},
108 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
109 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue9604b.go86 eval func(x, y *big.Int) *big.Int
90 binop{"+", func(x, y *big.Int) *big.Int { return new(big.Int).Add(x, y) }},
91 binop{"-", func(x, y *big.Int) *big.Int { return new(big.Int).Sub(x, y) }},
92 binop{"*", func(x, y *big.Int) *big.Int { return new(big.Int).Mul(x, y) }},
93 binop{"/", func(x, y *big.Int) *big.Int { return new(big.Int).Quo(x, y) }},
96 binop{"|", func(x, y *big.Int) *big.Int { return new(big.Int).Or(x, y) }},
103 eval func(x *big.Int) *big.Int
107 unop{"+", func(x *big.Int) *big.Int { return new(big.Int).Set(x) }},
108 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
109 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue9604b.go86 eval func(x, y *big.Int) *big.Int
90 binop{"+", func(x, y *big.Int) *big.Int { return new(big.Int).Add(x, y) }},
91 binop{"-", func(x, y *big.Int) *big.Int { return new(big.Int).Sub(x, y) }},
92 binop{"*", func(x, y *big.Int) *big.Int { return new(big.Int).Mul(x, y) }},
93 binop{"/", func(x, y *big.Int) *big.Int { return new(big.Int).Quo(x, y) }},
96 binop{"|", func(x, y *big.Int) *big.Int { return new(big.Int).Or(x, y) }},
103 eval func(x *big.Int) *big.Int
107 unop{"+", func(x *big.Int) *big.Int { return new(big.Int).Set(x) }},
108 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
109 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue9604b.go86 eval func(x, y *big.Int) *big.Int
90 binop{"+", func(x, y *big.Int) *big.Int { return new(big.Int).Add(x, y) }},
91 binop{"-", func(x, y *big.Int) *big.Int { return new(big.Int).Sub(x, y) }},
92 binop{"*", func(x, y *big.Int) *big.Int { return new(big.Int).Mul(x, y) }},
93 binop{"/", func(x, y *big.Int) *big.Int { return new(big.Int).Quo(x, y) }},
96 binop{"|", func(x, y *big.Int) *big.Int { return new(big.Int).Or(x, y) }},
103 eval func(x *big.Int) *big.Int
107 unop{"+", func(x *big.Int) *big.Int { return new(big.Int).Set(x) }},
108 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
109 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6805/
H A Dm6805.h173 template <bool big> unsigned rm(u32 addr) { return rdmem<big>(addr); } in DECLARE_DEVICE_TYPE()
175 template <bool big> void wm(u32 addr, u8 value) { wrmem<big>(addr, value); } in DECLARE_DEVICE_TYPE()
199 template <bool big> void bsr(); in DECLARE_DEVICE_TYPE()
214 template <bool big> void mul(); in DECLARE_DEVICE_TYPE()
238 template <bool big> void rti(); in DECLARE_DEVICE_TYPE()
239 template <bool big> void rts(); in DECLARE_DEVICE_TYPE()
240 template <bool big> void swi(); in DECLARE_DEVICE_TYPE()
244 template <bool big> void tax(); in DECLARE_DEVICE_TYPE()
245 template <bool big> void txa(); in DECLARE_DEVICE_TYPE()
247 template <bool big> void clc(); in DECLARE_DEVICE_TYPE()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6805/
H A Dm6805.h173 template <bool big> unsigned rm(u32 addr) { return rdmem<big>(addr); } in DECLARE_DEVICE_TYPE()
175 template <bool big> void wm(u32 addr, u8 value) { wrmem<big>(addr, value); } in DECLARE_DEVICE_TYPE()
199 template <bool big> void bsr(); in DECLARE_DEVICE_TYPE()
214 template <bool big> void mul(); in DECLARE_DEVICE_TYPE()
238 template <bool big> void rti(); in DECLARE_DEVICE_TYPE()
239 template <bool big> void rts(); in DECLARE_DEVICE_TYPE()
240 template <bool big> void swi(); in DECLARE_DEVICE_TYPE()
244 template <bool big> void tax(); in DECLARE_DEVICE_TYPE()
245 template <bool big> void txa(); in DECLARE_DEVICE_TYPE()
247 template <bool big> void clc(); in DECLARE_DEVICE_TYPE()
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Dint.go34 return new(big.Int).SetBits([]big.Word{big.Word(x)})
60 return Int{big: new(big.Int).SetBits([]big.Word{big.Word(x)})}
192 if x.big != nil || y.big != nil {
215 if x.big != nil || y.big != nil {
221 if x.big != nil || y.big != nil {
227 if x.big != nil || y.big != nil {
233 if x.big != nil || y.big != nil {
239 if x.big != nil || y.big != nil {
245 if x.big != nil || y.big != nil {
262 if x.big != nil || y.big != nil {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Dint.go34 return new(big.Int).SetBits([]big.Word{big.Word(x)})
60 return Int{big: new(big.Int).SetBits([]big.Word{big.Word(x)})}
192 if x.big != nil || y.big != nil {
215 if x.big != nil || y.big != nil {
221 if x.big != nil || y.big != nil {
227 if x.big != nil || y.big != nil {
233 if x.big != nil || y.big != nil {
239 if x.big != nil || y.big != nil {
245 if x.big != nil || y.big != nil {
262 if x.big != nil || y.big != nil {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/params/
H A Dconfig.go59 ChainID: big.NewInt(1),
101 ChainID: big.NewInt(3),
102 HomesteadBlock: big.NewInt(0),
260big.NewInt(1337), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewI…
267big.NewInt(1337), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewI…
269big.NewInt(1), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(…
479 func (c *ChainConfig) IsTerminalPoWBlock(parentTotalDiff *big.Int, totalDiff *big.Int) bool {
509 block *big.Int
635 StoredConfig, NewConfig *big.Int
641 var rew *big.Int
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_format.py141 big = 123456789012345678901234567890
161 big = 0x1234567890abcdef12345 # 21 hex digits
162 testcommon("%x", big, "1234567890abcdef12345")
163 testcommon("%x", -big, "-1234567890abcdef12345")
164 testcommon("%5x", -big, "-1234567890abcdef12345")
165 testcommon("%22x", -big, "-1234567890abcdef12345")
175 testcommon("%.2x", big, "1234567890abcdef12345")
176 testcommon("%.21x", big, "1234567890abcdef12345")
180 testcommon("%X", big, "1234567890ABCDEF12345")
181 testcommon("%#X", big, "0X1234567890ABCDEF12345")
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_format.py141 big = 123456789012345678901234567890
161 big = 0x1234567890abcdef12345 # 21 hex digits
162 testcommon("%x", big, "1234567890abcdef12345")
163 testcommon("%x", -big, "-1234567890abcdef12345")
164 testcommon("%5x", -big, "-1234567890abcdef12345")
165 testcommon("%22x", -big, "-1234567890abcdef12345")
175 testcommon("%.2x", big, "1234567890abcdef12345")
176 testcommon("%.21x", big, "1234567890abcdef12345")
180 testcommon("%X", big, "1234567890ABCDEF12345")
181 testcommon("%#X", big, "0X1234567890ABCDEF12345")
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/common/math/
H A Dbig_test.go198 {x: big.NewInt(0), y: big.NewInt(0)},
199 {x: big.NewInt(1), y: big.NewInt(1)},
202 {x: new(big.Int).Add(BigPow(2, 256), big.NewInt(1)), y: big.NewInt(1)},
204 {x: big.NewInt(-1), y: new(big.Int).Sub(BigPow(2, 256), big.NewInt(1))},
205 {x: big.NewInt(-2), y: new(big.Int).Sub(BigPow(2, 256), big.NewInt(2))},
286 {x: big.NewInt(0), y: big.NewInt(0)},
287 {x: big.NewInt(1), y: big.NewInt(1)},
315 {base: big.NewInt(0), exponent: big.NewInt(0), result: big.NewInt(1)},
316 {base: big.NewInt(1), exponent: big.NewInt(0), result: big.NewInt(1)},
317 {base: big.NewInt(1), exponent: big.NewInt(1), result: big.NewInt(1)},
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Devil_SUITE.erl223 decode_badarg(<<131,101,100,1:16/big,"A",42:32/big>>),
229 decode_badarg(<<131,102,100,1:16/big,"A",42:32/big>>),
235 decode_badarg(<<131,103,100,1:16/big,"A",42:32/big>>),
236 decode_badarg(<<131,103,100,1:16/big,"A",4:32/big,2:32/big>>),
298 decode_badarg(<<131,114,1:16/big>>),
300 decode_badarg(<<131,114,1:16/big,100,1:16/big>>),
301 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A">>),
302 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0>>),
303 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:8>>),
304 decode_badarg(<<131,114,1:16/big,100,1:16/big,"A",0,42:16>>),
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_format.py141 big = 123456789012345678901234567890
161 big = 0x1234567890abcdef12345 # 21 hex digits
162 testcommon("%x", big, "1234567890abcdef12345")
163 testcommon("%x", -big, "-1234567890abcdef12345")
164 testcommon("%5x", -big, "-1234567890abcdef12345")
165 testcommon("%22x", -big, "-1234567890abcdef12345")
175 testcommon("%.2x", big, "1234567890abcdef12345")
176 testcommon("%.21x", big, "1234567890abcdef12345")
180 testcommon("%X", big, "1234567890ABCDEF12345")
181 testcommon("%#X", big, "0X1234567890ABCDEF12345")
[all …]
/dports/lang/v/v-0.1.29/vlib/math/big/
H A Dbig_test.v1 import big
4 n := big.new()
27 a := big.from_u64(2)
28 b := big.from_u64(3)
31 assert (big.from_u64(1024) + big.from_u64(1024)).hexstr() == '800'
35 a := big.from_u64(2)
75 assert (big.from_u64(13) % big.from_u64(10) ).int() == 3
76 assert (big.from_u64(13) % big.from_u64(9) ).int() == 4
77 assert (big.from_u64(7) % big.from_u64(5) ).int() == 2
82 f5 := big.factorial( big.from_u64(5) )
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/fonts/enc/
H A Ditalic.enc17 "big-old-int-1" "big-old-int-2" "big-old-oint-1" "big-old-oint-2"
20 "big-int-1" "big-int-2" "big-oint-1" "big-oint-2"
21 "big-iint-1" "big-iint-2" "big-iiint-1" "big-iiint-2"
22 "big-iiiint-1" "big-iiiint-2" "big-idotsint-1" "big-idotsint-2"
24 "big-intlim-1" "big-intlim-2" "big-ointlim-1" "big-ointlim-2"
25 "big-iintlim-1" "big-iintlim-2" "big-iiintlim-1" "big-iiintlim-2"
27 "big-oiintlim-1" "big-oiintlim-2" "big-oiiintlim-1" "big-oiiintlim-2"
28 "big-upint-1" "big-upint-2" "big-upoint-1" "big-upoint-2"
29 "big-upiint-1" "big-upiint-2" "big-upiiint-1" "big-upiiint-2"
30 "big-upoiint-1" "big-upoiint-2" "big-upoiiint-1" "big-upoiiint-2"
[all …]

12345678910>>...721