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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c268 static Int decShiftToMost(Unit *, Int, Int);
2015 res->digits=decShiftToMost(res->lsu, 1, shift);
2155 dac->digits=decShiftToMost(dac->lsu, 1, shift);
2705 res->digits=decShiftToMost(res->lsu, res->digits, shift);
3891 res->digits=decShiftToMost(res->lsu, res->digits, -adjust);
3918 res->digits=decShiftToMost(res->lsu, res->digits, -adjust);
4005 res->digits=decShiftToMost(res->lsu, res->digits, shift);
5302 res->digits=decShiftToMost(res->lsu, 1, shift);
5929 res->digits=decShiftToMost(res->lsu, res->digits, 1); /* shift */
5943 res->digits=decShiftToMost(re
6679 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { function
[all...]

Completed in 47 milliseconds