Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/
H A DdecContext.h239 extern decContext * decContextClearStatus(decContext *, uint32_t);
/openbmc/qemu/libdecnumber/
H A DdecContext.c74 decContext *decContextClearStatus(decContext *context, uInt mask) { in decContextClearStatus() function
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c827 decContextClearStatus(&dfp->context, DEC_Inexact); in _dfp_reround()