Searched refs:ppb (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c39 * to base 2^16 in **ppb. The converted value is accurate to nsig
41 * nonzero fractional part. If pd->exponent > 0 and **ppb is not
44 * *ppb will point to a newly allocated _big_float, which must be
50 * This routine does not check that **ppb is large enough to hold
54 __big_decimal_to_big_binary(_big_float *pd, int nsig, _big_float **ppb, argument
61 pb = *ppb;
137 __big_float_times_power(pb, 10, pd->bexponent, nsig, ppb);

Completed in 22 milliseconds