Searched defs:bexponent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/inc/
H A Dbase_conversion.h198 * length of the significand array. bexponent is a power of two
201 * 2^(bexponent) * sum (bsignificand[i] * 2^(i*16))
205 * 10^(bexponent) * sum (bsignificand[i] * 10^(i*4))
219 short int bexponent; member in struct:__anon1319

Completed in 143 milliseconds