Home
last modified time | relevance | path

Searched refs:ABASE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c186 #define ABASE 3000000000u /* base of accumulator */ macro
201 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()