Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Dexception.h29 #define EX_Precision Const_(0x0020) /* loss of precision */ macro
36 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))
37 #define PRECISION_LOST_DOWN Const_(EX_Precision)
Derrors.c216 EX_Precision, "loss of precision"}, {
323 if (n & (SW_Stack_Fault | EX_Precision)) { in FPU_exception()
552 EXCEPTION(EX_Precision | SW_C1); in set_precision_flag_up()
562 EXCEPTION(EX_Precision); in set_precision_flag_down()
596 EXCEPTION(EX_Precision | SW_C1); in arith_overflow()
625 EXCEPTION(EX_Precision); in arith_underflow()