Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/fpu/
H A Dfpu_explode.c105 return (FPC_QNAN); \
221 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
H A Dfpu_emu.h78 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
H A Dfpu_subr.c187 fp->fp_class = FPC_QNAN; in fpu_newnan()