Home
last modified time | relevance | path

Searched refs:EFLAG_VXSNAN (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dfsqrt.c28 ret |= EFLAG_VXSNAN; in fsqrt()
Dfsqrts.c29 ret |= EFLAG_VXSNAN; in fsqrts()
Dsfp-machine.h369 #define EFLAG_VXSNAN (1 << (31 - 7)) macro
Dmath.c174 if (eflag & EFLAG_VXSNAN) in record_exception()