Home
last modified time | relevance | path

Searched refs:FPSCR_FI (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c98 fe->fe_cx |= FPSCR_XX|FPSCR_FI; /* inexact */ in round()
335 if ((fe->fe_cx & FPSCR_FI) || in fpu_ftos()
394 if ((fe->fe_cx & FPSCR_FI) || in fpu_ftod()
/freebsd/sys/powerpc/include/
H A Dfpu.h53 #define FPSCR_FI 0x00020000 macro