Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gt_18446744073709551615_uint64 (0.2 sec)

  1. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    	{idx: 27, exp: le, fn: le_18446744073709551615_uint64},
    	{idx: 27, exp: gt, fn: gt_18446744073709551615_uint64},
    	{idx: 27, exp: ge, fn: ge_18446744073709551615_uint64},
    	{idx: 27, exp: eq, fn: eq_18446744073709551615_uint64},
    	{idx: 27, exp: ne, fn: ne_18446744073709551615_uint64},
    }
    
    // uint32 tests
    var uint32_vals = []uint32{
    	0,
    	1,
    	126,
    	127,
    	128,
    	254,
    	255,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/testdata/arithConst_test.go

    	test_uint64{fn: or_18446744073709551615_uint64, fnname: "or_18446744073709551615_uint64", in: 0, want: 18446744073709551615},
    	test_uint64{fn: or_uint64_18446744073709551615, fnname: "or_uint64_18446744073709551615", in: 0, want: 18446744073709551615},
    	test_uint64{fn: or_18446744073709551615_uint64, fnname: "or_18446744073709551615_uint64", in: 1, want: 18446744073709551615},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
Back to top