Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c6381 static Int decUnitCompare(const Unit *a, Int alength, argument
6391 if (alength>blength) return 1;
6392 if (alength<blength) return -1;
6394 l=a+alength-1;
6395 r=b+alength-1;
6405 if (alength>blength+(Int)D2U(exp)) return 1;
6406 if (alength+1<blength+(Int)D2U(exp)) return -1;
6412 if (need<alength) need=alength;
6424 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6485 static Int decUnitAddSub(const Unit *a, Int alength, argument
[all …]