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

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c140 /* is found by decGetDigits, which accounts for leading zeros. */
230 static Int decGetDigits (const Unit *, Int);
2428 res->digits = decGetDigits (res->lsu, D2U (res->digits));
2562 res->digits = decGetDigits (acc, D2U (res->digits));
2585 res->digits = decGetDigits (acc, D2U (res->digits));
2603 res->digits = decGetDigits (res->lsu, D2U (res->digits));
3220 accdigits = decGetDigits (accnext, accunits);
3278 accdigits = decGetDigits (var1, var1units);
3372 accdigits = decGetDigits (accnext, accunits); /* count digits exactly */
3561 res->digits = decGetDigits (ac
5563 decGetDigits (const Unit * uar, Int len) function
[all...]

Completed in 45 milliseconds