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

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal64.h43 #define DECIMAL64_Pmax 16 /* maximum precision (digits) */ macro
49 #define DECIMAL64_Ehigh (DECIMAL64_Emax+DECIMAL64_Bias-DECIMAL64_Pmax+1)
52 #define DECNUMDIGITS DECIMAL64_Pmax /* size if not already defined */
H A Ddecimal64.c66 /* rounding mode (used if the coefficient is more than DECIMAL64_Pmax */
91 if (dn->digits > DECIMAL64_Pmax /* too many digits */
115 && (dn->digits < DECIMAL64_Pmax))
233 Int bunches = DECIMAL64_Pmax / 3; /* coefficient full bunches to convert */

Completed in 154 milliseconds