Searched refs:_right_shift_base_two (Results 1 – 3 of 3) sorted by relevance
276 extern void _right_shift_base_two(_big_float *, short unsigned,
134 _right_shift_base_two(&b, (short unsigned) -e, &stickyshift); in binary_to_decimal_integer()300 _right_shift_base_two(pb, (short unsigned) -pb->bexponent, &stickyshift); in binary_to_decimal_fraction()
146 _right_shift_base_two(_big_float *pbf, short unsigned multiplier, in _right_shift_base_two() function