Searched refs:msua (Results 1 – 1 of 1) sorted by relevance
963 const Unit *msua, *msub; /* -> operand msus */ in decNumberAnd() local980 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in decNumberAnd()986 if (ua>msua) a=0; in decNumberAnd()1360 const Unit *ua, *msua; /* -> operand and its msu */ in decNumberInvert() local1374 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */ in decNumberInvert()1380 if (ua>msua) a=0; in decNumberInvert()1971 const Unit *msua, *msub; /* -> operand msus */ in decNumberOr() local1987 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in decNumberOr()1993 if (ua>msua) a=0; in decNumberOr()3385 const Unit *msua, *msub; /* -> operand msus */ in decNumberXor() local[all …]