Home
last modified time | relevance | path

Searched refs:FSR_RM (Results 1 – 5 of 5) sorted by relevance

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/m9x/
H A Dfma.h71 #define FSR_RM 3 macro
H A Dfma.c310 zz.i[0] = rm == FSR_RM ? 0x80000000 : 0; in __fma()
H A Dfmal.c238 zz.i[0] = (fsr >> 30) == FSR_RM ? 0x80000000 : in __fmal()
754 zz.i[0] = rm == FSR_RM ? 0x80000000 : 0; in __fmal()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dns32081.cpp33 FSR_RM = 0x00000180, // rounding mode enumerator
350 switch (m_fsr & FSR_RM) in execute()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dns32081.cpp33 FSR_RM = 0x00000180, // rounding mode enumerator
350 switch (m_fsr & FSR_RM) in execute()