Searched refs:DIVISOR (Results 1 – 2 of 2) sorted by relevance
535 #define DIVISOR 100 in _yconv() macro536 trail = a % DIVISOR + b % DIVISOR; in _yconv()537 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()538 trail %= DIVISOR; in _yconv()540 trail += DIVISOR; in _yconv()543 trail -= DIVISOR; in _yconv()
708 #define DIVISOR 100 in _yconv() macro709 trail = a % DIVISOR + b % DIVISOR; in _yconv()710 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()711 trail %= DIVISOR; in _yconv()713 trail += DIVISOR; in _yconv()716 trail -= DIVISOR; in _yconv()