Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcclibs/libdecnumber/
Ddecimal32.h64 #define DECIMAL_sNaN 0x7e /* 0 11111 10 sNaN */ macro
Ddecimal64.h68 #define DECIMAL_sNaN 0x7e /* 0 11111 10 sNaN */ macro
Ddecimal128.h72 #define DECIMAL_sNaN 0x7e /* 0 11111 10 sNaN */ macro
Ddecimal32.c122 top = DECIMAL_sNaN; in decimal32FromNumber()
Ddecimal128.c122 top = DECIMAL_sNaN; in decimal128FromNumber()
Ddecimal64.c122 top = DECIMAL_sNaN; in decimal64FromNumber()