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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A 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)
H A Derrors.c170 { EX_Precision, "loss of precision" },
280 if ( n & (SW_Stack_Fault | EX_Precision) )
536 EXCEPTION(EX_Precision | SW_C1);
549 EXCEPTION(EX_Precision);
592 EXCEPTION(EX_Precision | SW_C1);
629 EXCEPTION(EX_Precision);

Completed in 90 milliseconds