Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
DdecNumber.cpp287 static Int decShiftToMost(Unit *, Int, Int);
2047 res->digits=decShiftToMost(res->lsu, 1, shift); in uprv_decNumberPower()
2187 dac->digits=decShiftToMost(dac->lsu, 1, shift); in uprv_decNumberPower()
2737 res->digits=decShiftToMost(res->lsu, res->digits, shift); in uprv_decNumberShift()
3930 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
3957 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
4044 res->digits=decShiftToMost(res->lsu, res->digits, shift); in decAddOp()
5347 res->digits=decShiftToMost(res->lsu, 1, shift); in decExpOp()
5981 res->digits=decShiftToMost(res->lsu, res->digits, 1); /* shift */
5995 res->digits=decShiftToMost(res->lsu, res->digits, -adjust);
[all …]