Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c341 _big_float *pbf, *pbd, d; in __bigfloat_to_decimal() local
412 pbd = &d; in __bigfloat_to_decimal()
413 __big_binary_to_big_decimal(pbf, sigdigits, &pbd, &sticky); in __bigfloat_to_decimal()
416 pbd->bexponent -= powten; in __bigfloat_to_decimal()
419 __big_decimal_to_string(pbd, sticky, pm, pd, ps); in __bigfloat_to_decimal()
423 if (pbd != &d) in __bigfloat_to_decimal()
424 (void) free((void *)pbd); in __bigfloat_to_decimal()
H A Ddecimal_bin.c147 _big_float d, b, *pbd, *pbb; in __decimal_to_unpacked() local
202 pbd = &d; in __decimal_to_unpacked()
224 __big_float_times_power(&d, 2, powtwo, sigdigits, &pbd); in __decimal_to_unpacked()
231 __big_decimal_to_big_binary(pbd, sigbits + 2, &pbb, &sticky); in __decimal_to_unpacked()
273 if (pbd != &d) in __decimal_to_unpacked()
274 (void) free((void *)pbd); in __decimal_to_unpacked()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub785 pbd)