Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c446 #define decimal32Comb(d) (((d)->bytes[0] & 0x7c)>>2) macro
485 decimal32Sign(d32), decimal32Comb(d32), decimal32ExpCon(d32)); in decimal32Show()