Searched refs:CARRY_DIVISOR (Results 1 – 1 of 1) sorted by relevance
340 #define CARRY_DIVISOR 5 /* carry<divisor */ macro1145 p->carry = CARRY_DIVISOR; in param_init()1155 p->carry = CARRY_DIVISOR; in param_init()1166 p->carry = CARRY_DIVISOR; in param_init()2143 : (tr->carry == CARRY_LIMB || tr->carry == CARRY_DIVISOR) \2157 (tr->carry == CARRY_DIVISOR ? carry %= divisor : 0), \