Home
last modified time | relevance | path

Searched refs:EFLAG_UNDERFLOW (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dop-common.h96 __ret |= EFLAG_UNDERFLOW; \
104 __ret |= EFLAG_UNDERFLOW; \
Dsfp-machine.h365 #define EFLAG_UNDERFLOW (1 << (31 - 4)) macro
Dmath.c168 if (eflag & EFLAG_UNDERFLOW) in record_exception()