Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dstatus_w.h31 #define SW_Underflow Const__(0x0010) /* underflow */ macro
Derrors.c140 if (partial_status & SW_Underflow) in FPU_printall()
159 partial_status & SW_Underflow ? 1 : 0, in FPU_printall()
171 control_word & SW_Underflow ? 1 : 0, in FPU_printall()
Dfpu_aux.c27 SW_Underflow | SW_Overflow | SW_Zero_Div | SW_Denorm_Op | in fclex()