Searched refs:EX_Precision (Results 1 – 2 of 2) sorted by relevance
29 #define EX_Precision Const_(0x0020) /* loss of precision */ macro36 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))37 #define PRECISION_LOST_DOWN Const_(EX_Precision)
216 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()