Searched refs:DIVISOR (Results 1 – 4 of 4) sorted by relevance
549 #define DIVISOR 100 in _yconv() macro550 trail = a % DIVISOR + b % DIVISOR; in _yconv()551 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()552 trail %= DIVISOR; in _yconv()554 trail += DIVISOR; in _yconv()557 trail -= DIVISOR; in _yconv()
1228 int DIVISOR = 10; in dumptime() local1244 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()1245 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()1246 trail / DIVISOR; in dumptime()1247 trail %= DIVISOR; in dumptime()1249 trail += DIVISOR; in dumptime()1252 trail -= DIVISOR; in dumptime()
191 /* @r{Divide UD by DIVISOR until UD == 0.} */
1461 /* Divide UD by DIVISOR until UD == 0. */