Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Derrors.c139 if ( partial_status & SW_Underflow ) printk("SW: underflow\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()
Dstatus_w.h31 #define SW_Underflow Const__(0x0010) /* underflow */ macro
Dfpu_aux.c27 SW_Underflow|SW_Overflow|SW_Zero_Div|SW_Denorm_Op| in fclex()