Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestExpTables (0.17 sec)

  1. src/math/rand/rand_test.go

    	}
    	if i := compareFloat32Slices(fn[0:], testFn); i >= 0 {
    		t.Errorf("fn disagrees at index %v; %v != %v", i, fn[i], testFn[i])
    	}
    }
    
    func TestExpTables(t *testing.T) {
    	testKe, testWe, testFe := initExp()
    	if i := compareUint32Slices(ke[0:], testKe); i >= 0 {
    		t.Errorf("ke disagrees at index %v; %v != %v", i, ke[i], testKe[i])
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  2. src/math/rand/v2/rand_test.go

    	}
    	if i := compareFloat32Slices(fn[0:], testFn); i >= 0 {
    		t.Errorf("fn disagrees at index %v; %v != %v", i, fn[i], testFn[i])
    	}
    }
    
    func TestExpTables(t *testing.T) {
    	testKe, testWe, testFe := initExp()
    	if i := compareUint32Slices(ke[0:], testKe); i >= 0 {
    		t.Errorf("ke disagrees at index %v; %v != %v", i, ke[i], testKe[i])
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top