Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for or_1_uint32 (0.11 sec)

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

    	test_uint32{fn: or_1_uint32, fnname: "or_1_uint32", in: 0, want: 1},
    	test_uint32{fn: or_uint32_1, fnname: "or_uint32_1", in: 0, want: 1},
    	test_uint32{fn: or_1_uint32, fnname: "or_1_uint32", in: 1, want: 1},
    	test_uint32{fn: or_uint32_1, fnname: "or_uint32_1", in: 1, want: 1},
    	test_uint32{fn: or_1_uint32, fnname: "or_1_uint32", in: 4294967295, want: 4294967295},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    func ne_0_uint32(x uint32) bool          { return x != 0 }
    func lt_1_uint32(x uint32) bool          { return x < 1 }
    func le_1_uint32(x uint32) bool          { return x <= 1 }
    func gt_1_uint32(x uint32) bool          { return x > 1 }
    func ge_1_uint32(x uint32) bool          { return x >= 1 }
    func eq_1_uint32(x uint32) bool          { return x == 1 }
    func ne_1_uint32(x uint32) bool          { return x != 1 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
Back to top