Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ofz64r8 (0.13 sec)

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

    		t.Errorf("0<<5 == %d, want 0", got)
    	}
    	if got := ofz64l8(5); got != 0 {
    		t.Errorf("0<<5 == %d, want 0", got)
    	}
    	if got := ofz64r64(5); got != 0 {
    		t.Errorf("0>>5 == %d, want 0", got)
    	}
    	if got := ofz64r32(5); got != 0 {
    		t.Errorf("0>>5 == %d, want 0", got)
    	}
    	if got := ofz64r16(5); got != 0 {
    		t.Errorf("0>>5 == %d, want 0", got)
    	}
    	if got := ofz64r8(5); got != 0 {
    		t.Errorf("0>>5 == %d, want 0", 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