taglinefilesource code
FPCR_INE311arch/alpha/math-emu/fp-emul.c((res & FPCR_INE) && (fpcw & IEEE_TRAP_ENABLE_INE)))
FPCR_INE288arch/alpha/math-emu/ieee-math.cres = FPCR_INE;
FPCR_INE309arch/alpha/math-emu/ieee-math.cres = FPCR_OVF | FPCR_INE;
FPCR_INE367arch/alpha/math-emu/ieee-math.cres = FPCR_INE;
FPCR_INE388arch/alpha/math-emu/ieee-math.cres = FPCR_OVF | FPCR_INE;
FPCR_INE499arch/alpha/math-emu/ieee-math.creturn FPCR_INE | res;
FPCR_INE557arch/alpha/math-emu/ieee-math.creturn FPCR_INE | res;
FPCR_INE759arch/alpha/math-emu/ieee-math.cres |= FPCR_IOV | FPCR_INE;
FPCR_INE799arch/alpha/math-emu/ieee-math.cres |= FPCR_INE;