| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|
| decNumber.c | 1107 decContext dcmul; /* context for the multiplication */ local 1130 dcmul=*set; 1131 dcmul.digits=lhs->digits+rhs->digits; /* just enough */ 1133 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */ 1134 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ 1137 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit); 1146 /*printf("emin=%ld\n", dcmul.emin); */ 1147 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);
|