Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c65 pbf->blength = j; in __multiply_base_two()
87 pbf->blength = j; in __multiply_base_ten()
109 pbf->blength = j; in __multiply_base_ten_by_two()
245 *pnewbf = pbf; in __big_float_times_power()
254 if (n <= 16 && pbf->blength + 2 < pbf->bsize) { in __big_float_times_power()
304 if (n <= 4 && pbf->blength + 1 < pbf->bsize) { in __big_float_times_power()
355 *pnewbf = pbf; in __big_float_times_power()
367 pbf = *pnewbf; in __big_float_times_power()
487 (pbf->bsignificand[j + 1] | pbf->bsignificand[j]) in __big_float_times_power()
500 if (pbf->bsignificand[pbf->blength - 1] == 0) in __big_float_times_power()
[all …]
H A Ddouble_decim.c341 _big_float *pbf, *pbd, d; in __bigfloat_to_decimal() local
355 pbf = bf; in __bigfloat_to_decimal()
376 __big_float_times_power(bf, 10, powten, sigbits, &pbf); in __bigfloat_to_decimal()
404 sigbits, &pbf); in __bigfloat_to_decimal()
413 __big_binary_to_big_decimal(pbf, sigdigits, &pbd, &sticky); in __bigfloat_to_decimal()
421 if (pbf != bf) in __bigfloat_to_decimal()
422 (void) free((void *)pbf); in __bigfloat_to_decimal()
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h324 extern void __big_float_times_power(_big_float *pbf, int mult, int n,
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c388 struct ath_buf **pbf, struct ath_desc **pds, int nbuf, uint_t dmabflags) in ath_buflist_setup() argument
391 struct ath_buf *bf = *pbf; in ath_buflist_setup()
409 *pbf = bf; in ath_buflist_setup()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c351 struct ath_buf **pbf, in arn_buflist_setup() argument
358 struct ath_buf *bf = *pbf; in arn_buflist_setup()
376 *pbf = bf; in arn_buflist_setup()