Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectUint32 (0.25 sec)

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

    		f := float32(v)
    		d := float64(v)
    		expectUint32(t, "2**30...", F32toU32_ssa(f), w)
    		expectUint32(t, "2**30...", F64toU32_ssa(d), w)
    		expectInt32(t, "2**30...", F32toI32_ssa(f), v)
    		expectInt32(t, "2**30...", F64toI32_ssa(d), v)
    		expectInt32(t, "2**30...", F32toI32_ssa(-f), -v)
    		expectInt32(t, "2**30...", F64toI32_ssa(-d), -v)
    		w += w
    		f += f
    		d += d
    		expectUint32(t, "2**31...", F32toU32_ssa(f), w)
    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