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

/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_emu.h102 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
108 #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); \
243 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
H A Dfpu_subr.c214 fp->fp_class = FPC_QNAN;
/freebsd-10-stable/lib/libc/sparc64/fpu/
H A Dfpu_emu.h102 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
H A Dfpu_explode.c83 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate).
176 return (FPC_QNAN); \
303 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
H A Dfpu_subr.c216 fp->fp_class = FPC_QNAN;

Completed in 105 milliseconds