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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c4028 decUnitCompare (const Unit * a, Int alength, const Unit * b, Int blength, Int exp) argument
4039 if (alength > blength)
4041 if (alength < blength)
4044 l = a + alength - 1;
4045 r = b + alength - 1;
4058 if (alength > blength + (Int) D2U (exp))
4060 if (alength + 1 < blength + (Int) D2U (exp))
4065 /* to be the larger of alength and padded blength, +2 */
4067 if (need < alength)
4068 need = alength;
4148 decUnitAddSub(const Unit * a, Int alength, const Unit * b, Int blength, Int bshift, Unit * c, Int m) argument
[all...]

Completed in 174 milliseconds