HomeSort by: relevance | last modified time | path
    Searched defs:MULACCLEN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 706 #define MULACCLEN (MULOPLEN*2) /* accumulator length (ditto) */
707 #define LEADZEROS (MULACCLEN*9 - DECPMAX*2) /* leading zeros always */
709 /* Assertions: exponent not too large and MULACCLEN is a multiple of 4 */
713 #if MULACCLEN!=(MULACCLEN/4)*4
715 #error MULACCLEN is not a multiple of 4
727 uLong accl[MULACCLEN]; /* lazy accumulator (base-billion+) */
729 uInt acc[MULACCLEN]; /* coefficent in base-billion .. */
731 uInt acc[MULACCLEN*2]; /* accumulator in base-billion .. */
734 /*printf("Base10**9: OpLen=%d MulAcclen=%d\n", OPLEN, MULACCLEN); *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 706 #define MULACCLEN (MULOPLEN*2) /* accumulator length (ditto) */
707 #define LEADZEROS (MULACCLEN*9 - DECPMAX*2) /* leading zeros always */
709 /* Assertions: exponent not too large and MULACCLEN is a multiple of 4 */
713 #if MULACCLEN!=(MULACCLEN/4)*4
715 #error MULACCLEN is not a multiple of 4
727 uLong accl[MULACCLEN]; /* lazy accumulator (base-billion+) */
729 uInt acc[MULACCLEN]; /* coefficent in base-billion .. */
731 uInt acc[MULACCLEN*2]; /* accumulator in base-billion .. */
734 /*printf("Base10**9: OpLen=%d MulAcclen=%d\n", OPLEN, MULACCLEN); *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 706 #define MULACCLEN (MULOPLEN*2) /* accumulator length (ditto) */
707 #define LEADZEROS (MULACCLEN*9 - DECPMAX*2) /* leading zeros always */
709 /* Assertions: exponent not too large and MULACCLEN is a multiple of 4 */
713 #if MULACCLEN!=(MULACCLEN/4)*4
715 #error MULACCLEN is not a multiple of 4
727 uLong accl[MULACCLEN]; /* lazy accumulator (base-billion+) */
729 uInt acc[MULACCLEN]; /* coefficent in base-billion .. */
731 uInt acc[MULACCLEN*2]; /* accumulator in base-billion .. */
734 /*printf("Base10**9: OpLen=%d MulAcclen=%d\n", OPLEN, MULACCLEN); *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 706 #define MULACCLEN (MULOPLEN*2) /* accumulator length (ditto) */
707 #define LEADZEROS (MULACCLEN*9 - DECPMAX*2) /* leading zeros always */
709 /* Assertions: exponent not too large and MULACCLEN is a multiple of 4 */
713 #if MULACCLEN!=(MULACCLEN/4)*4
715 #error MULACCLEN is not a multiple of 4
727 uLong accl[MULACCLEN]; /* lazy accumulator (base-billion+) */
729 uInt acc[MULACCLEN]; /* coefficent in base-billion .. */
731 uInt acc[MULACCLEN*2]; /* accumulator in base-billion .. */
734 /*printf("Base10**9: OpLen=%d MulAcclen=%d\n", OPLEN, MULACCLEN); *
    [all...]

Completed in 30 milliseconds