Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.h101 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
107 #define ISQNAN(fp) ((fp)->fp_class == FPC_QNAN)
H A Dfpu_explode.c151 return (FPC_QNAN); \
239 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) { in fpu_explode()
H A Dfpu_subr.c210 fp->fp_class = FPC_QNAN; in fpu_newnan()