Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal64.h74 #if !defined(DECIMAL_NaN)
75 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
H A Ddecimal128.h72 #if !defined(DECIMAL_NaN)
73 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
H A Ddecimal32.h72 #if !defined(DECIMAL_NaN)
73 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c118 if (dn->bits&DECNAN) targ|=DECIMAL_NaN<<24; in decimal32FromNumber()
H A Ddecimal128.c122 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal128FromNumber()
H A Ddecimal64.c126 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal64FromNumber()