Searched refs:post_shift (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c55 char post_shift; member in struct:base_table_t
164 quo = (x + ((value - x) >> 1)) >> (brec->post_shift - 1);
175 quo = x >> brec->post_shift;
301 quo = (x + ((ti - x) >> 1)) >> (brec->post_shift - 1);
313 quo = x >> brec->post_shift;
H A D_itoa.c56 char post_shift; member in struct:base_table_t
245 quo = (x + ((value - x) >> 1)) >> (brec->post_shift - 1);
256 quo = x >> brec->post_shift;
382 quo = (x + ((ti - x) >> 1)) >> (brec->post_shift - 1);
394 quo = x >> brec->post_shift;

Completed in 35 milliseconds