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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecDPD.h37 /* uint16_t DPD2BCD[1024]; // DPD -> BCD (0x3FF => 0x999) */
246 const uint16_t DPD2BCD[1024] = { 0, 1, 2, 3, 4, 5, 6, 7, variable
H A DdecUtility.c292 bcd = DPD2BCD[dpd]; /* convert 10 bits to 12 bits BCD */

Completed in 90 milliseconds