Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c5369 Int theInt; /* result accumulator */ local
5392 theInt = 0; /* ready to accumulate */
5415 theInt = QUOT10 (*up, count);
5416 rem = *up - theInt * powers[count];
5419 theInt = *up / powers[count];
5431 theInt += *up * powers[got];
5435 && (theInt / (Int) powers[got - DECDPUN] != *(up - 1)))
5441 theInt = -theInt;
5442 return theInt;