Home
last modified time | relevance | path

Searched refs:SW_Precision (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/math-emu/
Derrors.c138 if (partial_status & SW_Precision) in FPU_printall()
158 partial_status & SW_Precision ? 1 : 0, in FPU_printall()
170 control_word & SW_Precision ? 1 : 0, in FPU_printall()
550 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up()
560 partial_status |= SW_Precision; in set_precision_flag_down()
Dstatus_w.h30 #define SW_Precision Const__(0x0020) /* loss of precision */ macro
Dfpu_aux.c26 ~(SW_Backward | SW_Summary | SW_Stack_Fault | SW_Precision | in fclex()