Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dexception.h30 #define EX_Precision Const_(0x0020) /* loss of precision */ macro
38 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))
39 #define PRECISION_LOST_DOWN Const_(EX_Precision)
Derrors.c205 { 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()