Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
DdecNumber.c189 #define DEC_sNaN 0x40000000 /* local status: sNaN signal */ macro
5497 *status |= DEC_Invalid_operation | DEC_sNaN;
5502 *status |= DEC_Invalid_operation | DEC_sNaN;
5537 if (status & DEC_sNaN)
5538 status &= ~DEC_sNaN;