Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
DdecNumber.c204 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) macro
3208 if ((lsu - QUOT10 (lsu, drop + 1) in decDivideOp()
4398 uInt quot = QUOT10 (*up, cut); in decTrim()
4473 uInt quot = QUOT10 (*source, cut); in decShiftToMost()
4528 quot = QUOT10 (*up, cut); in decShiftToLeast()
4541 quot = QUOT10 (quot, cut); in decShiftToLeast()
4742 discard1 = QUOT10 (*up, DECDPUN - 1); in decSetCoeff()
4762 quot = QUOT10 (*up, cut); in decSetCoeff()
4818 quot = QUOT10 (quot, cut); in decSetCoeff()
5415 theInt = QUOT10 (*up, count);