Home
last modified time | relevance | path

Searched refs:DECIMAL128_Pmax (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
H A Ddecimal128.h38 #define DECIMAL128_Pmax 34 /* maximum precision (digits) */ macro
45 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
49 #if (DECNUMDIGITS<DECIMAL128_Pmax)
55 #define DECNUMDIGITS DECIMAL128_Pmax /* size if not already defined*/
H A Ddecimal128.c101 if (dn->digits>DECIMAL128_Pmax /* too many digits */ in decimal128FromNumber()
117 && (dn->digits<DECIMAL128_Pmax)) { /* coefficient fits */ in decimal128FromNumber()
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
H A Ddecimal128.h38 #define DECIMAL128_Pmax 34 /* maximum precision (digits) */ macro
45 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
49 #if (DECNUMDIGITS<DECIMAL128_Pmax)
55 #define DECNUMDIGITS DECIMAL128_Pmax /* size if not already defined*/
H A Ddecimal128.c101 if (dn->digits>DECIMAL128_Pmax /* too many digits */ in decimal128FromNumber()
117 && (dn->digits<DECIMAL128_Pmax)) { /* coefficient fits */ in decimal128FromNumber()
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
H A Ddecimal128.h38 #define DECIMAL128_Pmax 34 /* maximum precision (digits) */ macro
45 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
49 #if (DECNUMDIGITS<DECIMAL128_Pmax)
55 #define DECNUMDIGITS DECIMAL128_Pmax /* size if not already defined*/
H A Ddecimal128.c101 if (dn->digits>DECIMAL128_Pmax /* too many digits */ in decimal128FromNumber()
117 && (dn->digits<DECIMAL128_Pmax)) { /* coefficient fits */ in decimal128FromNumber()