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

/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c246 static Int decShiftToMost (Unit *, Int, Int);
2349 decShiftToMost (res->lsu, res->digits, -adjust);
2382 decShiftToMost (res->lsu, res->digits, -adjust);
2480 res->digits = decShiftToMost (res->lsu, res->digits, shift);
3730 res->digits = decShiftToMost (res->lsu, res->digits, 1); /* shift */
3747 decShiftToMost (res->lsu, res->digits, -adjust);
4435 /* decShiftToMost -- shift digits in array towards most significant */
4448 decShiftToMost (Unit * uar, Int digits, Int shift) function
5096 dn->digits = decShiftToMost (dn->lsu, dn->digits, dn->exponent);
5163 dn->digits = decShiftToMost (d
[all...]

Completed in 111 milliseconds