Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SmallEven4 (0.12 sec)

  1. src/math/big/int_test.go

    		{"Even255", "0x82828282828200FFFF28FF2B218281FF8000000000000000000000000000000000000000000000000000000000000000"},
    		{"SmallEven1", "0x7E"},
    		{"SmallEven2", "0x7C"},
    		{"SmallEven3", "0x78"},
    		{"SmallEven4", "0x70"},
    	}
    	for _, mod := range mods {
    		n, _ := new(Int).SetString(mod.val, 0)
    		out := new(Int)
    		b.Run(mod.name, func(b *testing.B) {
    			b.ReportAllocs()
    			for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
Back to top