Searched refs:DIVISOR (Results 1 – 4 of 4) sorted by relevance
543 #define DIVISOR 100 in _yconv() macro544 trail = a % DIVISOR + b % DIVISOR; in _yconv()545 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()546 trail %= DIVISOR; in _yconv()548 trail += DIVISOR; in _yconv()551 trail -= DIVISOR; in _yconv()
620 #define DIVISOR 10 macro621 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;622 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +623 trail / DIVISOR;624 trail %= DIVISOR;626 trail += DIVISOR;629 trail -= DIVISOR;
191 /* @r{Divide UD by DIVISOR until UD == 0.} */
1461 /* Divide UD by DIVISOR until UD == 0. */