Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Derrors.c138 if ( partial_status & SW_Precision ) printk("SW: loss of precision\n"); in FPU_printall()
153 partial_status & SW_Precision?1:0, partial_status & SW_Underflow?1:0, in FPU_printall()
162 control_word & SW_Precision?1:0, control_word & SW_Underflow?1:0, in FPU_printall()
569 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up()
581 partial_status |= SW_Precision; in set_precision_flag_down()
Dstatus_w.h30 #define SW_Precision Const__(0x0020) /* loss of precision */ macro
Dfpu_aux.c26 partial_status &= ~(SW_Backward|SW_Summary|SW_Stack_Fault|SW_Precision| in fclex()