Home
last modified time | relevance | path

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

/qemu/include/libdecnumber/
H A DdecContext.h112 DEC_CLASS_NEG_ZERO, enumerator
/qemu/target/ppc/
H A Ddfp_helper.c236 case DEC_CLASS_NEG_ZERO: in dfp_set_FPRF_from_FRT_with_context()
/qemu/libdecnumber/
H A DdecNumber.c3462 if (decNumberIsNegative(dn)) return DEC_CLASS_NEG_ZERO; in decNumberClass()
3479 if (eclass==DEC_CLASS_NEG_ZERO) return DEC_ClassString_NZ; in decNumberClassToString()