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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c3805 Int maxdigits; /* longest logical length */ local
4021 maxdigits=rhs->digits+padding; /* virtual length of RHS */
4022 if (lhs->digits>maxdigits) maxdigits=lhs->digits;
4029 /* [Might be worth more sophisticated tests when maxdigits==reqdigits] */
4030 if ((maxdigits>=reqdigits) /* is, or could be, too large */
4032 /* buffer needed, choose it; units for maxdigits digits will be */
4034 Int need=D2U(maxdigits)+1;
4089 if (res->digits<maxdigits) {
4091 res->digits=maxdigits;
4239 Int maxdigits; /* longest LHS or required acc length */ local
[all...]

Completed in 116 milliseconds