Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal64.h77 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
H A Ddecimal128.h75 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
H A Ddecimal32.h75 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c112 if (dn->bits&DECINF) targ=DECIMAL_Inf<<24; in decimal32FromNumber()
H A Ddecimal128.c116 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal128FromNumber()
H A Ddecimal64.c120 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal64FromNumber()