Home
last modified time | relevance | path

Searched refs:DPD2BCD (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/libdecnumber/
H A DdecDPD.h262 const uint16_t DPD2BCD[1024]={ 0, 1, 2, 3, 4, 5, 6, 7, variable
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c795 bcd=DPD2BCD[dpd]; /* convert 10 bits to 12 bits BCD */ in decDigitsFromDPD()