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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c245 _multiply_base_two(pb, multiplier, (long unsigned) carry);
261 _multiply_base_two(pb, multiplier, (long unsigned) carry);
H A Dbase_conversion.h263 extern void _multiply_base_two(_big_float *, _BIG_FLOAT_DIGIT,
H A D_times_power.c250 _multiply_base_two(pbf, (_BIG_FLOAT_DIGIT) ((table[i])[tablepower[i]]), (unsigned long) 0);
267 _multiply_base_two(pbf, multiplier, (unsigned long) 0);
H A D_sprintf_sup.c192 _multiply_base_two(_big_float *pbf, _BIG_FLOAT_DIGIT multiplier, function

Completed in 194 milliseconds