Home
last modified time | relevance | path

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.c245 _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.c250 _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 Dbase_conversion.h263 extern void _multiply_base_two(_big_float *, _BIG_FLOAT_DIGIT,
H A D_sprintf_sup.c192 _multiply_base_two(_big_float *pbf, _BIG_FLOAT_DIGIT multiplier, in _multiply_base_two() function