Searched refs:FPC_QNAN (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/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.c79 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate).
154 return (FPC_QNAN); \
242 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
H A Dfpu_subr.c218 fp->fp_class = FPC_QNAN;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_emu.h105 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
H A Dfpu_explode.c82 * 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) {
H A Dfpu_subr.c217 fp->fp_class = FPC_QNAN;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_explode.c83 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate).
132 return (FPC_QNAN); \
213 return (FPC_QNAN);
259 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
H A Dfpu_emulate.h110 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
H A Dfpu_subr.c206 fp->fp_class = FPC_QNAN;
H A Dfpu_fscale.c198 case FPC_QNAN:
H A Dfpu_emulate.c301 case FPC_QNAN:

Completed in 397 milliseconds