Home
last modified time | relevance | path

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

/openbmc/qemu/include/libdecnumber/
H A DdecNumber.h189 int32_t decNumberIsSubnormal(const decNumber *, decContext *);
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c536 match |= (dcm & 0x10) && decNumberIsSubnormal(&dfp.a, &dfp.context); \
581 is_subnormal = decNumberIsSubnormal(&dfp.a, &dfp.context); \
/openbmc/qemu/libdecnumber/
H A DdecNumber.c3684 Int decNumberIsSubnormal(const decNumber *dn, decContext *set) { in decNumberIsSubnormal() function