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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c2770 /* const maxp := currentprecision + 2 */
2772 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */
2775 /* exit when p = maxp */
2801 Int maxp; /* largest working precision */ local
2816 /* buffer for a [needs +2 to match likely maxp] */
2888 maxp=workp+2; /* largest working precision */
2898 /* a and b both need to be able to hold a maxp-length number */
2899 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit);
2971 for (; workset.digits<maxp;) {
[all...]

Completed in 99 milliseconds