Searched refs:PR_FP_EXC_RES (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c706 && (current->thread.fpexc_mode & PR_FP_EXC_RES))
889 return (current->thread.fpexc_mode & PR_FP_EXC_RES) ? 1 : 0;
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2008 | PR_FP_EXC_RES | PR_FP_EXC_INV)
H A Dtraps.c2174 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES))

Completed in 307 milliseconds