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

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 222 /* DECPMAX digits then the final digit can be a round-for-reround */
288 uByte reround; /* reround value */ local
296 /* round-for-reround digit) */
302 reround=*roundat;
305 reround=DECSTICKYTAB[reround]; /* apply sticky bit */
314 reround=*roundat;
318 reround=0;
322 reround=DECSTICKYTAB[reround]; /* apply sticky bit *
    [all...]
decBasic.c 625 uByte reround; /* reround value */ local
630 reround=*roundat;
633 reround=DECSTICKYTAB[reround];
642 if (reround!=0) { /* discarding non-zero */
645 if (reround>5) bump=1; /* >0.5 goes up */
646 else if (reround==5) /* exactly 0.5000 .. */
656 } /* reround!=0 */
2965 uByte reround; /* reround value * local
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 222 /* DECPMAX digits then the final digit can be a round-for-reround */
288 uByte reround; /* reround value */ local
296 /* round-for-reround digit) */
302 reround=*roundat;
305 reround=DECSTICKYTAB[reround]; /* apply sticky bit */
314 reround=*roundat;
318 reround=0;
322 reround=DECSTICKYTAB[reround]; /* apply sticky bit *
    [all...]
decBasic.c 625 uByte reround; /* reround value */ local
630 reround=*roundat;
633 reround=DECSTICKYTAB[reround];
642 if (reround!=0) { /* discarding non-zero */
645 if (reround>5) bump=1; /* >0.5 goes up */
646 else if (reround==5) /* exactly 0.5000 .. */
656 } /* reround!=0 */
2965 uByte reround; /* reround value * local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 222 /* DECPMAX digits then the final digit can be a round-for-reround */
288 uByte reround; /* reround value */ local
296 /* round-for-reround digit) */
302 reround=*roundat;
305 reround=DECSTICKYTAB[reround]; /* apply sticky bit */
314 reround=*roundat;
318 reround=0;
322 reround=DECSTICKYTAB[reround]; /* apply sticky bit *
    [all...]
decBasic.c 625 uByte reround; /* reround value */ local
630 reround=*roundat;
633 reround=DECSTICKYTAB[reround];
642 if (reround!=0) { /* discarding non-zero */
645 if (reround>5) bump=1; /* >0.5 goes up */
646 else if (reround==5) /* exactly 0.5000 .. */
656 } /* reround!=0 */
2965 uByte reround; /* reround value * local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 222 /* DECPMAX digits then the final digit can be a round-for-reround */
288 uByte reround; /* reround value */ local
296 /* round-for-reround digit) */
302 reround=*roundat;
305 reround=DECSTICKYTAB[reround]; /* apply sticky bit */
314 reround=*roundat;
318 reround=0;
322 reround=DECSTICKYTAB[reround]; /* apply sticky bit *
    [all...]
decBasic.c 625 uByte reround; /* reround value */ local
630 reround=*roundat;
633 reround=DECSTICKYTAB[reround];
642 if (reround!=0) { /* discarding non-zero */
645 if (reround>5) bump=1; /* >0.5 goes up */
646 else if (reround==5) /* exactly 0.5000 .. */
656 } /* reround!=0 */
2965 uByte reround; /* reround value * local
    [all...]

Completed in 88 milliseconds