Searched refs:multies (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/libdecnumber/dpd/ |
| H A D | decimal64.c | 613 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable 615 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
|
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 210 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable 212 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
|