Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/
H A DdecContext.h111 DEC_CLASS_NEG_SUBNORMAL, enumerator
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c233 case DEC_CLASS_NEG_SUBNORMAL: in dfp_set_FPRF_from_FRT_with_context()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c3465 if (decNumberIsNegative(dn)) return DEC_CLASS_NEG_SUBNORMAL; in decNumberClass()
3481 if (eclass==DEC_CLASS_NEG_SUBNORMAL) return DEC_ClassString_NS; in decNumberClassToString()