tag | line | file | source code |
---|---|---|---|
FPCR_OVF | 309 | arch/alpha/math-emu/fp-emul.c | ((res & FPCR_OVF) && (fpcw & IEEE_TRAP_ENABLE_OVF)) || |
FPCR_OVF | 309 | arch/alpha/math-emu/ieee-math.c | res = FPCR_OVF | FPCR_INE; |
FPCR_OVF | 388 | arch/alpha/math-emu/ieee-math.c | res = FPCR_OVF | FPCR_INE; |