Home
last modified time | relevance | path

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

/qemu/libdecnumber/dpd/
H A Ddecimal64.c614 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
616 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
/qemu/libdecnumber/
H A DdecNumber.c211 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
213 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)