Home | History | Annotate | Download | only in big

Lines Matching full:bexp

916 		var sign, bexp, mant uint32
933 // bexp = 0
937 bexp = uint32(e+bias) << mbits
941 return math.Float32frombits(sign | bexp | mant), r.acc
1023 var sign, bexp, mant uint64
1040 // bexp = 0
1044 bexp = uint64(e+bias) << mbits
1048 return math.Float64frombits(sign | bexp | mant), r.acc