Searched refs:DIVISOR (Results 1 – 2 of 2) sorted by relevance
530 #define DIVISOR 100 in _yconv() macro531 trail = a % DIVISOR + b % DIVISOR; in _yconv()532 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()533 trail %= DIVISOR; in _yconv()535 trail += DIVISOR; in _yconv()538 trail -= DIVISOR; in _yconv()
693 #define DIVISOR 100 in _yconv() macro694 trail = a % DIVISOR + b % DIVISOR; in _yconv()695 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()696 trail %= DIVISOR; in _yconv()698 trail += DIVISOR; in _yconv()701 trail -= DIVISOR; in _yconv()