Searched refs:ABASE (Results 1 – 2 of 2) sorted by relevance
92 #define ABASE 3000000000U /* Base of accumulator. */ in _multiply_base_ten_vector() macro102 if (acc >= (unsigned long) ABASE) { in _multiply_base_ten_vector()104 acc -= ABASE; in _multiply_base_ten_vector()117 product[2] = (_BIG_FLOAT_DIGIT) (acc + (ABASE / 100000000) * carry); in _multiply_base_ten_vector()
188 #define ABASE 3000000000u /* base of accumulator */ macro203 if (acc >= ABASE) { in __multiply_base_ten_vector()205 acc -= ABASE; in __multiply_base_ten_vector()212 product[2] = acc + (ABASE / 100000000) * carry; in __multiply_base_ten_vector()