tag | line | file | source code |
FPCR_INE | 311 | arch/alpha/math-emu/fp-emul.c | ((res & FPCR_INE) && (fpcw & IEEE_TRAP_ENABLE_INE))) |
FPCR_INE | 288 | arch/alpha/math-emu/ieee-math.c | res = FPCR_INE; |
FPCR_INE | 309 | arch/alpha/math-emu/ieee-math.c | res = FPCR_OVF | FPCR_INE; |
FPCR_INE | 367 | arch/alpha/math-emu/ieee-math.c | res = FPCR_INE; |
FPCR_INE | 388 | arch/alpha/math-emu/ieee-math.c | res = FPCR_OVF | FPCR_INE; |
FPCR_INE | 499 | arch/alpha/math-emu/ieee-math.c | return FPCR_INE | res; |
FPCR_INE | 557 | arch/alpha/math-emu/ieee-math.c | return FPCR_INE | res; |
FPCR_INE | 759 | arch/alpha/math-emu/ieee-math.c | res |= FPCR_IOV | FPCR_INE; |
FPCR_INE | 799 | arch/alpha/math-emu/ieee-math.c | res |= FPCR_INE; |