Searched refs:_multiply_base_two (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | _base_sup.c | 245 _multiply_base_two(pb, multiplier, (long unsigned) carry); in _big_decimal_to_big_binary() 261 _multiply_base_two(pb, multiplier, (long unsigned) carry); in _big_decimal_to_big_binary()
|
H A D | _times_power.c | 250 _multiply_base_two(pbf, (_BIG_FLOAT_DIGIT) ((table[i])[tablepower[i]]), (unsigned long) 0); in _big_float_times_power() 267 _multiply_base_two(pbf, multiplier, (unsigned long) 0); in _big_float_times_power()
|
H A D | base_conversion.h | 263 extern void _multiply_base_two(_big_float *, _BIG_FLOAT_DIGIT,
|
H A D | _sprintf_sup.c | 192 _multiply_base_two(_big_float *pbf, _BIG_FLOAT_DIGIT multiplier, in _multiply_base_two() function
|