blob: 55112e66af020f8a6c12d0c9a2ee8f7b9737b82f [file] [log] [blame]
pkg vdlconv, func Float64ToFloat32(float64) (float32, error)
pkg vdlconv, func Float64ToInt16(float64) (int16, error)
pkg vdlconv, func Float64ToInt32(float64) (int32, error)
pkg vdlconv, func Float64ToInt64(float64) (int64, error)
pkg vdlconv, func Float64ToInt8(float64) (int8, error)
pkg vdlconv, func Float64ToUint16(float64) (uint16, error)
pkg vdlconv, func Float64ToUint32(float64) (uint32, error)
pkg vdlconv, func Float64ToUint64(float64) (uint64, error)
pkg vdlconv, func Float64ToUint8(float64) (uint8, error)
pkg vdlconv, func Int64ToFloat32(int64) (float32, error)
pkg vdlconv, func Int64ToFloat64(int64) (float64, error)
pkg vdlconv, func Int64ToInt16(int64) (int16, error)
pkg vdlconv, func Int64ToInt32(int64) (int32, error)
pkg vdlconv, func Int64ToInt8(int64) (int8, error)
pkg vdlconv, func Int64ToUint16(int64) (uint16, error)
pkg vdlconv, func Int64ToUint32(int64) (uint32, error)
pkg vdlconv, func Int64ToUint64(int64) (uint64, error)
pkg vdlconv, func Int64ToUint8(int64) (uint8, error)
pkg vdlconv, func Uint64ToFloat32(uint64) (float32, error)
pkg vdlconv, func Uint64ToFloat64(uint64) (float64, error)
pkg vdlconv, func Uint64ToInt16(uint64) (int16, error)
pkg vdlconv, func Uint64ToInt32(uint64) (int32, error)
pkg vdlconv, func Uint64ToInt64(uint64) (int64, error)
pkg vdlconv, func Uint64ToInt8(uint64) (int8, error)
pkg vdlconv, func Uint64ToUint16(uint64) (uint16, error)
pkg vdlconv, func Uint64ToUint32(uint64) (uint32, error)
pkg vdlconv, func Uint64ToUint8(uint64) (uint8, error)