Searched refs:SW_Precision (Results 1 – 3 of 3) sorted by relevance
138 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()
30 #define SW_Precision Const__(0x0020) /* loss of precision */ macro
26 ~(SW_Backward | SW_Summary | SW_Stack_Fault | SW_Precision | in fclex()