Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uintValue (0.07 sec)

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

    	floatValue           func(*state, *types.Type, float64) *ssa.Value
    	intValue             func(*state, *types.Type, int64) *ssa.Value
    	cutoff               uint64
    }
    
    var f32_u64 = f2uCvtTab{
    	ltf:        ssa.OpLess32F,
    	cvt2U:      ssa.OpCvt32Fto64,
    	subf:       ssa.OpSub32F,
    	or:         ssa.OpOr64,
    	floatValue: (*state).constFloat32,
    	intValue:   (*state).constInt64,
    	cutoff:     1 << 63,
    }
    
    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