Searched refs:DIVISOR (Results 1 – 4 of 4) sorted by relevance
521 #define DIVISOR 100 in _yconv() macro522 trail = a % DIVISOR + b % DIVISOR; in _yconv()523 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()524 trail %= DIVISOR; in _yconv()526 trail += DIVISOR; in _yconv()529 trail -= DIVISOR; in _yconv()
615 #define DIVISOR 10 macro616 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;617 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +618 trail / DIVISOR;619 trail %= DIVISOR;621 trail += DIVISOR;624 trail -= DIVISOR;
191 /* @r{Divide UD by DIVISOR until UD == 0.} */
1461 /* Divide UD by DIVISOR until UD == 0. */