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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A 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)
H A Derrors.c181 EX_Precision, "loss of precision"}, {
288 if (n & (SW_Stack_Fault | EX_Precision)) {
517 EXCEPTION(EX_Precision | SW_C1);
527 EXCEPTION(EX_Precision);
561 EXCEPTION(EX_Precision | SW_C1);
590 EXCEPTION(EX_Precision);

Completed in 61 milliseconds