Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h106 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
561 +DPD2BINM[DECCOMBMSD[sourhi>>26]];}
569 +DPD2BINM[(sourlo>>20)&0x3ff]; \
573 +DPD2BINM[DECCOMBMSD[sourhi>>26]];}
581 +DPD2BINM[(sourlo>>20)&0x3ff]; \
585 +DPD2BINM[(sourml>>18)&0x3ff]; \
589 +DPD2BINM[(sourmh>>16)&0x3ff]; \
593 +DPD2BINM[DECCOMBMSD[sourhi>>26]];}
H A DdecDPD.h623 const uint32_t DPD2BINM[1024]={0, 1000000, 2000000, 3000000, 4000000, variable