tag | line | file | source code |
---|---|---|---|
IEEE_TRAP_ENABLE_OVF | 309 | arch/alpha/math-emu/fp-emul.c | ((res & FPCR_OVF) && (fpcw & IEEE_TRAP_ENABLE_OVF)) || |
IEEE_TRAP_ENABLE_OVF | 310 | arch/alpha/math-emu/ieee-math.c | if (f & IEEE_TRAP_ENABLE_OVF) { |
IEEE_TRAP_ENABLE_OVF | 389 | arch/alpha/math-emu/ieee-math.c | if (f & IEEE_TRAP_ENABLE_OVF) { |
IEEE_TRAP_ENABLE_OVF | 46 | include/asm-alpha/fpu.h | IEEE_TRAP_ENABLE_OVF | IEEE_TRAP_ENABLE_UNF |\ |