Home
last modified time | relevance | path

Searched defs:decFinite (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dconvert_test.go538 type decFinite struct { struct
539 neg bool
540 coefficient [16]byte
541 exponent int32
544 …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 {