Searched refs:FP_QUIETBIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h91 #define FP_QUIETBIT (1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */ macro
H A Dfpu_explode.c303 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
311 fp->fp_mant[0] |= FP_QUIETBIT;
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_explode.c243 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
251 fp->fp_mant[0] |= FP_QUIETBIT;
H A Dfpu_emu.h91 #define FP_QUIETBIT (1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */ macro

Completed in 114 milliseconds