Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for two16ur (0.09 sec)

  1. src/cmd/compile/internal/test/shift_test.go

    	}
    	if got, want := two32ur(64), uint32(16); want != got {
    		t.Errorf("64>>1>>1 == %d, want %d", got, want)
    	}
    	if got, want := two16l(4), int16(16); want != got {
    		t.Errorf("4<<1<<1 == %d, want %d", got, want)
    	}
    	if got, want := two16r(64), int16(16); want != got {
    		t.Errorf("64>>1>>1 == %d, want %d", got, want)
    	}
    	if got, want := two16ur(64), uint16(16); want != got {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 22:26:39 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top