Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
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 */
Ddecimal128.c91 if (dn->digits > DECIMAL128_Pmax /* too many digits */ in decimal128FromNumber()
115 && (dn->digits < DECIMAL128_Pmax)) in decimal128FromNumber()
237 Int bunches = DECIMAL128_Pmax / 3; /* coefficient full bunches to convert */ in decimal128ToNumber()