go/src/cmd/compile/internal/ssa/magic_test.go

func TestMagicExhaustive8(t *testing.T) {}

func TestMagicExhaustive8U(t *testing.T) {}

func TestMagicExhaustive16(t *testing.T) {}

func TestMagicExhaustive16U(t *testing.T) {}

// exhaustive test of magic for n bits
func testMagicExhaustive(t *testing.T, n uint) {}

func testMagicExhaustiveU(t *testing.T, n uint) {}

func TestMagicUnsigned(t *testing.T) {}

func TestMagicSigned(t *testing.T) {}

func testDivisibleExhaustiveU(t *testing.T, n uint) {}

func TestDivisibleExhaustive8U(t *testing.T) {}

func TestDivisibleExhaustive16U(t *testing.T) {}

func TestDivisibleUnsigned(t *testing.T) {}

func testDivisibleExhaustive(t *testing.T, n uint) {}

func TestDivisibleExhaustive8(t *testing.T) {}

func TestDivisibleExhaustive16(t *testing.T) {}

func TestDivisibleSigned(t *testing.T) {}