HomeSort by: relevance | last modified time | path
    Searched refs:FPC_QNAN (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/powerpc/fpu/
fpu_emu.h 101 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */
107 #define ISQNAN(fp) ((fp)->fp_class == FPC_QNAN)
fpu_explode.c 84 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate).
159 return (FPC_QNAN); \
246 if (class == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
fpu_subr.c 210 fp->fp_class = FPC_QNAN;
fpu_implode.c 244 case FPC_QNAN:
296 case FPC_QNAN:
  /src/sys/arch/sparc/fpu/
fpu_emu.h 105 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */
fpu_explode.c 82 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate).
159 return (FPC_QNAN); \
277 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
fpu_subr.c 217 fp->fp_class = FPC_QNAN;
  /src/sys/arch/m68k/fpe/
fpu_explode.c 83 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate).
132 return (FPC_QNAN); \
212 return (FPC_QNAN);
256 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
fpu_emulate.h 110 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */
fpu_subr.c 225 fp->fp_class = FPC_QNAN;
fpu_fscale.c 214 case FPC_QNAN:
fpu_emulate.c 307 case FPC_QNAN:

Completed in 177 milliseconds