Searched refs:FPC_QNAN (Results 1 – 6 of 6) sorted by relevance
154 return (FPC_QNAN); \276 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) { in fpu_explode()
102 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
216 fp->fp_class = FPC_QNAN; in fpu_newnan()
213 return (FPC_QNAN); \339 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
113 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
216 fp->fp_class = FPC_QNAN; in __fpu_newnan()