Home
last modified time | relevance | path

Searched refs:DEC_MIN_EMIN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/libdecnumber/
H A DdecContext.h99 #define DEC_MIN_EMIN -999999999 macro
H A DdecNumberLocal.h169 #if (DECNUMMINE != DEC_MIN_EMIN)
/openbmc/qemu/libdecnumber/
H A DdecContext.c95 context->emin=DEC_MIN_EMIN; /* .. balanced */ in decContextDefault()
H A DdecNumber.c1297 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ in decNumberFMA()
1841 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */ in decNumberNextMinus()
1878 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */ in decNumberNextPlus()
1940 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */ in decNumberNextToward()
5572 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */ in decExpOp()
7700 #if DEC_MIN_EMIN < -999999999