Home | History | Annotate | Download | only in reflect

Lines Matching refs:ovf

3875 	if ovf := V(float64(0)).OverflowFloat(1e300); ovf {
3880 if ovf := V(float32(0)).OverflowFloat(maxFloat32); ovf {
3884 if ovf := V(float32(0)).OverflowFloat(ovfFloat32); !ovf {
3887 if ovf := V(float32(0)).OverflowFloat(-ovfFloat32); !ovf {
3892 if ovfovf {
3895 if ovf := V(int32(0)).OverflowInt(-1 << 31); ovf {
3899 if ovf := V(int32(0)).OverflowInt(ovfInt32); !ovf {
3904 if ovf := V(uint32(0)).OverflowUint(maxUint32); ovf {
3908 if ovf := V(uint32(0)).OverflowUint(ovfUint32); !ovf {