Home | History | Annotate | Download | only in i18n

Lines Matching refs:blength

6276                           const Unit *b, Int blength, Int exp) {
6285 if (alength>blength) return 1;
6286 if (alength<blength) return -1;
6299 if (alength>blength+(Int)D2U(exp)) return 1;
6300 if (alength+1<blength+(Int)D2U(exp)) return -1;
6304 /* to be the larger of alength and padded blength, +2 */
6305 need=blength+D2U(exp); /* maximum real length of B */
6318 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6380 const Unit *b, Int blength, Int bshift,
6393 if (alength<1 || blength<1)
6394 printf("decUnitAddSub: alen blen m %ld %ld [%ld]\n", alength, blength, m);
6398 minC=c+blength; /* .. and B the shorter */