Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cvt10 (8.44 sec)

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

    	}
    	if got := cvt9(3.5); got != 3 {
    		t.Errorf("cvt9 got %d, wanted 3", got)
    	}
    	if got := cvt10(3.5); got != 3 {
    		t.Errorf("cvt10 got %d, wanted 3", got)
    	}
    	if got := cvt11(3.5); got != 3 {
    		t.Errorf("cvt11 got %d, wanted 3", got)
    	}
    	if got := cvt12(3.5); got != 3 {
    		t.Errorf("cvt12 got %d, wanted 3", got)
    	}
    	if got := *f2i64p(10); got != 100 {
    		t.Errorf("f2i64p got %d, wanted 100", got)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 12.5K bytes
    - Viewed (0)
Back to top