Searched refs:ABASE (Results 1 – 1 of 1) sorted by relevance
186 #define ABASE 3000000000u /* base of accumulator */ macro201 if (acc >= ABASE) { in __multiply_base_ten_vector()203 acc -= ABASE; in __multiply_base_ten_vector()210 product[2] = acc + (ABASE / 100000000) * carry; in __multiply_base_ten_vector()