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