Home
last modified time | relevance | path

Searched refs:_right_shift_base_two (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dbase_conversion.h276 extern void _right_shift_base_two(_big_float *, short unsigned,
H A Ddouble_decim.c134 _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()
H A D_sprintf_sup.c146 _right_shift_base_two(_big_float *pbf, short unsigned multiplier, in _right_shift_base_two() function