Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for one8u (0.1 sec)

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

    	}
    	if one16u>>N<<2>>N == 1 {
    		t.Errorf("shift overflow mishandled")
    	}
    	if one8<<N>>2<<N == 1 {
    		t.Errorf("shift overflow mishandled")
    	}
    	if one8u<<N>>2<<N == 1 {
    		t.Errorf("shift overflow mishandled")
    	}
    	if one8>>N<<2>>N == 1 {
    		t.Errorf("shift overflow mishandled")
    	}
    	if one8u>>N<<2>>N == 1 {
    		t.Errorf("shift overflow mishandled")
    	}
    }
    
    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