Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for divisible_int16_2to5 (0.14 sec)

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

    		if want, got := int16(i)%int16(pow2[4]) == 0, divisible_int16_2to4(int16(i)); got != want {
    			t.Errorf("divisible_int16_2to4(%d) = %v want %v", i, got, want)
    		}
    		if want, got := int16(i)%int16(pow2[5]) == 0, divisible_int16_2to5(int16(i)); got != want {
    			t.Errorf("divisible_int16_2to5(%d) = %v want %v", i, got, want)
    		}
    		if want, got := int16(i)%int16(pow2[6]) == 0, divisible_int16_2to6(int16(i)); got != want {
    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