Lines Matching refs:blength
6278 const Unit *b, Int blength, Int exp) { argument
6287 if (alength>blength) return 1;
6288 if (alength<blength) return -1;
6301 if (alength>blength+(Int)D2U(exp)) return 1;
6302 if (alength+1<blength+(Int)D2U(exp)) return -1;
6307 need=blength+D2U(exp); /* maximum real length of B */
6320 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6382 const Unit *b, Int blength, Int bshift, argument
6395 if (alength<1 || blength<1)
6396 printf("decUnitAddSub: alen blen m %ld %ld [%ld]\n", alength, blength, m);
6400 minC=c+blength; /* .. and B the shorter */