Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uint32Tofloat64 (0.11 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    				// tt is float32 or float64, and ft is also unsigned
    				if tt.Size() == 4 {
    					return s.uint32Tofloat32(n, v, ft, tt)
    				}
    				if tt.Size() == 8 {
    					return s.uint32Tofloat64(n, v, ft, tt)
    				}
    			} else if tt.Size() == 4 && tt.IsInteger() && !tt.IsSigned() {
    				// ft is float32 or float64, and tt is unsigned integer
    				if ft.Size() == 4 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top