SW_C1 130 arch/x86/math-emu/errors.c if (partial_status & SW_C1) SW_C1 157 arch/x86/math-emu/errors.c partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */ SW_C1 324 arch/x86/math-emu/errors.c if (!(n & SW_C1)) SW_C1 327 arch/x86/math-emu/errors.c partial_status &= ~SW_C1; SW_C1 537 arch/x86/math-emu/errors.c partial_status &= ~(SW_C1 & flags); SW_C1 550 arch/x86/math-emu/errors.c partial_status |= (SW_Precision | SW_C1); /* The masked response */ SW_C1 552 arch/x86/math-emu/errors.c EXCEPTION(EX_Precision | SW_C1); SW_C1 559 arch/x86/math-emu/errors.c partial_status &= ~SW_C1; SW_C1 596 arch/x86/math-emu/errors.c EXCEPTION(EX_Precision | SW_C1); SW_C1 612 arch/x86/math-emu/errors.c partial_status &= ~SW_C1; /* Round down. */ SW_C1 18 arch/x86/math-emu/exception.h #ifndef SW_C1 SW_C1 26 arch/x86/math-emu/exception.h #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */ SW_C1 36 arch/x86/math-emu/exception.h #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1)) SW_C1 118 arch/x86/math-emu/fpu_etc.c c |= SW_C1; SW_C1 866 arch/x86/math-emu/fpu_trig.c cc |= SW_C1; SW_C1 53 arch/x86/math-emu/status_w.h partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3); SW_C1 54 arch/x86/math-emu/status_w.h partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3); SW_C1 60 arch/x86/math-emu/status_w.h # define clear_C1() { partial_status &= ~SW_C1; }