HomeSort by: relevance | last modified time | path
    Searched refs:roundat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 287 uByte *roundat; /* -> re-round digit */ local
301 roundat=umsd+length-drop;
302 reround=*roundat;
303 for (ub=roundat+1; ub<=ulsd; ub++) {
309 ulsd=roundat-1; /* new LSD */
313 roundat=umsd;
314 reround=*roundat;
317 roundat=umsd-1;
320 for (ub=roundat+1; ub<=ulsd; ub++) {
decBasic.c 624 uByte *roundat; /* -> re-round digit */ local
627 if (drop<length) roundat=num.lsd-drop+1;
628 else if (drop==length) roundat=num.msd;
629 else roundat=num.msd-1; /* [-> 0] */
630 reround=*roundat;
631 for (ub=roundat+1; ub<=num.lsd; ub++) {
637 if (roundat>num.msd) num.lsd=roundat-1;
2964 uByte *roundat; /* -> re-round digit */ local
2983 roundat=BUFOFF+DECPMAX-drop
    [all...]

Completed in 26 milliseconds