Home
last modified time | relevance | path

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

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

Completed in 58 milliseconds