Searched refs:DECIMAL128_Pmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h47 #define DECIMAL128_Pmax 34 /* maximum precision (digits) */ macro
53 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
56 #define DECNUMDIGITS DECIMAL128_Pmax /* size if not already defined */
H A Ddecimal128.c66 /* rounding mode (used if the coefficient is more than DECIMAL128_Pmax*/
91 if (dn->digits > DECIMAL128_Pmax /* too many digits */
115 && (dn->digits < DECIMAL128_Pmax))
237 Int bunches = DECIMAL128_Pmax / 3; /* coefficient full bunches to convert */

Completed in 67 milliseconds