Home
last modified time | relevance | path

Searched refs:blength (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/libdecnumber/
H A DdecNumber.c6381 const Unit *b, Int blength, Int exp) { argument
6390 if (alength>blength) return 1;
6391 if (alength<blength) return -1;
6404 if (alength>blength+(Int)D2U(exp)) return 1;
6405 if (alength+1<blength+(Int)D2U(exp)) return -1;
6410 need=blength+D2U(exp); /* maximum real length of B */
6423 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6485 const Unit *b, Int blength, Int bshift, argument
6498 if (alength<1 || blength<1)
6499 printf("decUnitAddSub: alen blen m %ld %ld [%ld]\n", alength, blength, m);
[all …]