Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for F64toI16 (0.65 sec)

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

    	return int64(x)
    }
    
    func floatsToInts(t *testing.T, x float64, expected int64) {
    	y := float32(x)
    	expectInt64(t, "F64toI8", int64(F64toI8_ssa(x)), expected)
    	expectInt64(t, "F64toI16", int64(F64toI16_ssa(x)), expected)
    	expectInt64(t, "F64toI32", int64(F64toI32_ssa(x)), expected)
    	expectInt64(t, "F64toI64", int64(F64toI64_ssa(x)), expected)
    	expectInt64(t, "F32toI8", int64(F32toI8_ssa(y)), expected)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 35K bytes
    - Viewed (0)
Back to top