Searched defs:decFinite (Results 1 – 1 of 1) sorted by relevance
538 type decFinite struct { struct539 neg bool540 coefficient [16]byte541 exponent int32544 …d decFinite) Decompose(buf []byte) (form byte, negative bool, coefficient []byte, exponent int32) {550 func (d *decFinite) Compose(form byte, negative bool, coefficient []byte, exponent int32) error {