Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/
H A DdecDPD.h980 const uint8_t DPD2BCD8[4096]={ variable
H A DdecNumberLocal.h106 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
456 UINTAT(u)=UINTAT(&DPD2BCD8[((dpd)&0x3ff)*4]);}
459 *(u)=DPD2BCD8[((dpd)&0x3ff)*4]; \
460 *(u+1)=DPD2BCD8[((dpd)&0x3ff)*4+1]; \
461 *(u+2)=DPD2BCD8[((dpd)&0x3ff)*4+2];}