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

/osnet-11/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c341 _big_float *pbf, *pbd, d; local
412 pbd = &d;
413 __big_binary_to_big_decimal(pbf, sigdigits, &pbd, &sticky);
415 /* adjust pbd->bexponent based on the scale factor above */
416 pbd->bexponent -= powten;
419 __big_decimal_to_string(pbd, sticky, pm, pd, ps);
423 if (pbd != &d)
424 (void) free((void *)pbd);
H A Ddecimal_bin.c149 _big_float d, b, *pbd, *pbb; local
204 pbd = &d;
226 __big_float_times_power(&d, 2, powtwo, sigdigits, &pbd);
233 __big_decimal_to_big_binary(pbd, sigbits + 2, &pbb, &sticky);
275 if (pbd != &d)
276 (void) free((void *)pbd);
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.sub785 pbd)
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.sub812 pbd)

Completed in 20 milliseconds