Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
DdecNumber.c3440 Int madlength; /* Units in multiplicand */ in decMultiplyOp() local
3531 madlength = D2U (lhs->digits); /* we know this won't change */ in decMultiplyOp()
3542 madlength, 0, &acc[shift], *mer) + shift; in decMultiplyOp()