Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for for1 (0.06 sec)

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

    // TestArithmeticConst tests results for arithmetic operations against constants.
    func TestArithmeticConst(t *testing.T) {
    	for _, test := range tests_uint64 {
    		if got := test.fn(test.in); got != test.want {
    			t.Errorf("%s(%d) = %d, want %d\n", test.fnname, test.in, got, test.want)
    		}
    	}
    	for _, test := range tests_uint64mul {
    		if got := test.fn(test.in); got != test.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
Back to top