Lines Matching refs:blength
6280 const Unit *b, Int blength, Int exp) { argument
6289 if (alength>blength) return 1;
6290 if (alength<blength) return -1;
6303 if (alength>blength+(Int)D2U(exp)) return 1;
6304 if (alength+1<blength+(Int)D2U(exp)) return -1;
6309 need=blength+D2U(exp); /* maximum real length of B */
6322 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6384 const Unit *b, Int blength, Int bshift, argument
6397 if (alength<1 || blength<1)
6398 printf("decUnitAddSub: alen blen m %ld %ld [%ld]\n", alength, blength, m);
6402 minC=c+blength; /* .. and B the shorter */