HomeSort by: relevance | last modified time | path
    Searched refs:maxdigits (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/m4/
eval.c 183 int maxdigits = 0; local
192 maxdigits = (int)strtoi(argv[4], NULL, 0, 0, INT_MAX, &e);
194 m4errx(1, "expr: maxdigits %s invalid.", argv[4]);
198 pbnumbase(expr(argv[2]), base, maxdigits); local
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 3805 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...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 3805 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...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 3805 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...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 3805 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 97 milliseconds