Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c6380 static Int decUnitCompare(const Unit *a, Int alength, argument
6390 if (alength>blength) return 1;
6391 if (alength<blength) return -1;
6393 l=a+alength-1;
6394 r=b+alength-1;
6404 if (alength>blength+(Int)D2U(exp)) return 1;
6405 if (alength+1<blength+(Int)D2U(exp)) return -1;
6411 if (need<alength) need=alength;
6423 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6484 static Int decUnitAddSub(const Unit *a, Int alength, argument
[all …]