Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c509 #define decimal64ExpCon(d) ((((d)->bytes[0] & 0x03)<<6) \ macro
545 decimal64Sign(d64), decimal64Comb(d64), decimal64ExpCon(d64)); in decimal64Show()