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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c98 const struct base_table_t *brec = &_itoa_base_table[base - 2]; local
157 mp_limb_t base_multiplier = brec->base_multiplier;
158 if (brec->flag)
164 quo = (x + ((value - x) >> 1)) >> (brec->post_shift - 1);
175 quo = x >> brec->post_shift;
190 int big_normalization_steps = brec->big.normalization_steps;
192 = brec->big.base << big_normalization_steps;
194 if ((mp_limb_t) (value >> 32) >= brec->big.base)
211 brec->big.base_ninv);
215 brec
[all...]
H A D_itoa.c178 const struct base_table_t *brec = &_itoa_base_table[base - 2]; local
238 mp_limb_t base_multiplier = brec->base_multiplier;
239 if (brec->flag)
245 quo = (x + ((value - x) >> 1)) >> (brec->post_shift - 1);
256 quo = x >> brec->post_shift;
271 int big_normalization_steps = brec->big.normalization_steps;
273 = brec->big.base << big_normalization_steps;
275 if ((mp_limb_t) (value >> 32) >= brec->big.base)
292 brec->big.base_ninv);
296 brec
[all...]

Completed in 23 milliseconds