Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Desa390.h2202 #define DXC_IEEE_INVALID_OP 0x80 /* IEEE invalid operation */ macro
H A Dieee.c172 dxc = DXC_IEEE_INVALID_OP; in float_exception_masked()
185 if (dxc == DXC_IEEE_DIV_ZERO || dxc == DXC_IEEE_INVALID_OP) { in float_exception_masked()
H A Ddfp.c1628 dxc = DXC_IEEE_INVALID_OP; in ARCH_DEP()