Searched refs:FPC_QNAN (Results 1 – 3 of 3) sorted by relevance
101 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro107 #define ISQNAN(fp) ((fp)->fp_class == FPC_QNAN)
151 return (FPC_QNAN); \239 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) { in fpu_explode()
210 fp->fp_class = FPC_QNAN; in fpu_newnan()