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

/haiku-buildtools/gcc/libdecnumber/dpd/
H A Ddecimal64.c612 /* QUOT10 -- macro to return the quotient of unit u divided by 10**n */
613 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) macro
648 uInt quot=QUOT10(*source, cut);
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c220 /* QUOT10 -- macro to return the quotient of unit u divided by 10**n */
221 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) macro
4626 if ((lsu-QUOT10(lsu, drop+1)
6421 /* Can use QUOT10 as carry <= 4 digits */
6423 est=QUOT10(carry, DECDPUN);
6430 est=QUOT10(carry, DECDPUN);
6509 est=QUOT10(carry, DECDPUN);
6516 est=QUOT10(carry, DECDPUN);
6610 uInt quot=QUOT10(*up, cut);
6702 uInt quot=QUOT10(*sourc
[all...]

Completed in 117 milliseconds