Home
last modified time | relevance | path

Searched refs:DECNUMMAXP (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h161 #define DECNUMMAXP 999999999 /* maximum precision code can handle */ macro
164 #if (DECNUMMAXP != DEC_MAX_DIGITS)
/openbmc/qemu/libdecnumber/
H A DdecNumber.c2291 if (aset.digits>DECNUMMAXP) {status|=DEC_Invalid_operation; break;} in decNumberPower()
8177 if (dn->digits<1 || dn->digits>DECNUMMAXP) {
8211 digits=DECNUMMAXP;