tag | line | file | source code |
SW_Precision | 138 | arch/i386/math-emu/errors.c | if ( partial_status & SW_Precision ) printk("SW: loss of precision\n"); |
SW_Precision | 153 | arch/i386/math-emu/errors.c | partial_status & SW_Precision?1:0, partial_status & SW_Underflow?1:0, |
SW_Precision | 162 | arch/i386/math-emu/errors.c | control_word & SW_Precision?1:0, control_word & SW_Underflow?1:0, |
SW_Precision | 507 | arch/i386/math-emu/errors.c | partial_status |= (SW_Precision | SW_C1); /* The masked response */ |
SW_Precision | 520 | arch/i386/math-emu/errors.c | partial_status |= SW_Precision; |
SW_Precision | 26 | arch/i386/math-emu/fpu_aux.c | partial_status &= ~(SW_Backward|SW_Summary|SW_Stack_Fault|SW_Precision| |