Searched refs:EX_Precision (Results 1 – 2 of 2) sorted by relevance
30 #define EX_Precision Const_(0x0020) /* loss of precision */ macro38 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))39 #define PRECISION_LOST_DOWN Const_(EX_Precision)
205 { EX_Precision, "loss of precision" },315 if ( n & (SW_Stack_Fault | EX_Precision) ) in FPU_exception()571 EXCEPTION(EX_Precision | SW_C1); in set_precision_flag_up()584 EXCEPTION(EX_Precision); in set_precision_flag_down()627 EXCEPTION(EX_Precision | SW_C1); in arith_overflow()664 EXCEPTION(EX_Precision); in arith_underflow()