Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c449 #define decimal32ExpCon(d) ((((d)->bytes[0] & 0x03)<<4) \ macro
485 decimal32Sign(d32), decimal32Comb(d32), decimal32ExpCon(d32)); in decimal32Show()