Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testBitwiseRshU_ssa (0.19 sec)

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

    	}
    	if want, got := uint32(0x3ffffff), testBitwiseRshU_ssa(0xffffffff, 4, 2); want != got {
    		t.Errorf("testBitwiseRshU failed, wanted %d got %d", want, got)
    	}
    	if want, got := uint32(0), testBitwiseRshU_ssa(13, 25, 15); want != got {
    		t.Errorf("testBitwiseRshU failed, wanted %d got %d", want, got)
    	}
    	if want, got := uint32(0), testBitwiseRshU_ssa(0x8aaaaaaa, 25, 15); want != got {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:30:59 UTC 2023
    - 43.5K bytes
    - Viewed (0)
Back to top