Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lt_18446744073709551615_uint64 (0.35 sec)

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

    	{idx: 27, exp: lt, fn: lt_18446744073709551615_uint64},
    	{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,
    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: lsh_18446744073709551615_uint64, fnname: "lsh_18446744073709551615_uint64", in: 0, want: 18446744073709551615},
    	test_uint64{fn: lsh_uint64_18446744073709551615, fnname: "lsh_uint64_18446744073709551615", in: 0, want: 0},
    	test_uint64{fn: lsh_18446744073709551615_uint64, fnname: "lsh_18446744073709551615_uint64", in: 1, want: 18446744073709551614},
    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