Home
last modified time | relevance | path

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

/qemu/include/libdecnumber/
H A DdecContext.h100 #define DEC_MIN_EMIN -999999999 macro
H A DdecNumberLocal.h170 #if (DECNUMMINE != DEC_MIN_EMIN)
/qemu/libdecnumber/
H A DdecContext.c96 context->emin=DEC_MIN_EMIN; /* .. balanced */ in decContextDefault()
H A DdecNumber.c1298 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ in decNumberFMA()
1842 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */ in decNumberNextMinus()
1879 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */ in decNumberNextPlus()
1941 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */ in decNumberNextToward()
5573 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */ in decExpOp()
7701 #if DEC_MIN_EMIN < -999999999