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

/haiku-buildtools/gcc/libdecnumber/dpd/
H A Ddecimal64.c611 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
613 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c219 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
221 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)

Completed in 217 milliseconds