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

/linux-master/include/math-emu/
H A Dsoft-fp.h119 #ifndef FP_TRAPPING_EXCEPTIONS
120 #define FP_TRAPPING_EXCEPTIONS 0 macro
H A Dop-common.h165 (FP_TRAPPING_EXCEPTIONS & FP_EX_UNDERFLOW)) \
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_64.h91 #define FP_TRAPPING_EXCEPTIONS ((current_thread_info()->xfsr[0] >> 23) & 0x1f) macro
H A Dsfp-machine_32.h207 #define FP_TRAPPING_EXCEPTIONS ((current->thread.fsr >> 23) & 0x1f) macro
209 #define FP_TRAPPING_EXCEPTIONS ((last_task_used_math->thread.fsr >> 23) & 0x1f) macro

Completed in 131 milliseconds