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

/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_getexp.c55 fe->fe_fpsr |= FPSR_SNAN;
73 fe->fe_fpsr |= FPSR_SNAN;
H A Dfpu_fscale.c197 fpsr |= FPSR_SNAN;
305 fpsr |= FPSR_NAN | FPSR_SNAN;
H A Dfpu_explode.c268 fe->fe_fpsr |= FPSR_SNAN; /* assert SNAN exception */
H A Dfpu_log.c502 fpsr |= FPSR_SNAN;
547 fpsr |= FPSR_SNAN;
579 fpsr |= FPSR_SNAN;
H A Dfpu_emulate.c257 if (fpsr & (FPSR_BSUN | FPSR_SNAN | FPSR_OPERR)) {
299 fpsr |= (FPSR_NAN | FPSR_SNAN);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dfpreg.h53 # define FPSR_SNAN 0x00004000 macro
70 # define FPCR_SNAN FPSR_SNAN

Completed in 112 milliseconds