Searched refs:decGetDigits (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/libdecnumber/ |
| H A D | decNumber.c | 230 static Int decGetDigits (const Unit *, Int); 2428 res->digits = decGetDigits (res->lsu, D2U (res->digits)); in decAddOp() 2562 res->digits = decGetDigits (acc, D2U (res->digits)); in decAddOp() 2585 res->digits = decGetDigits (acc, D2U (res->digits)); in decAddOp() 2603 res->digits = decGetDigits (res->lsu, D2U (res->digits)); in decAddOp() 3220 accdigits = decGetDigits (accnext, accunits); in decDivideOp() 3278 accdigits = decGetDigits (var1, var1units); in decDivideOp() 3372 accdigits = decGetDigits (accnext, accunits); /* count digits exactly */ in decDivideOp() 3561 res->digits = decGetDigits (acc, accunits); /* count digits exactly */ in decMultiplyOp() 5563 decGetDigits (const Unit * uar, Int len) function
|
| H A D | ChangeLog | 43 decCopyFit, decSetCoeff, decGetInt, decNaNs, decGetDigits,
|