Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal128.h74 #define DECIMAL_sNaN 0x7e /* 0 11111 10 sNaN */ macro
H A Ddecimal64.h76 #define DECIMAL_sNaN 0x7e /* 0 11111 10 sNaN */ macro
H A Ddecimal32.h74 #define DECIMAL_sNaN 0x7e /* 0 11111 10 sNaN */ macro
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c119 else targ|=DECIMAL_sNaN<<24; in decimal32FromNumber()
H A Ddecimal128.c123 else targhi|=DECIMAL_sNaN<<24; in decimal128FromNumber()
H A Ddecimal64.c127 else targhi|=DECIMAL_sNaN<<24; in decimal64FromNumber()