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

/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_explode.c246 if (class == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
254 fp->fp_mant[0] |= FP_QUIETBIT;
H A Dfpu_emu.h90 #define FP_QUIETBIT (1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */ macro
H A Dfpu_subr.c212 fp->fp_mant[0] = FP_QUIETBIT;
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_emu.h94 #define FP_QUIETBIT (1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */ macro
H A Dfpu_explode.c277 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
285 fp->fp_mant[0] |= FP_QUIETBIT;
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_explode.c256 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
264 fp->fp_mant[0] |= FP_QUIETBIT;
H A Dfpu_emulate.h90 #define FP_QUIETBIT (1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */ macro

Completed in 78 milliseconds