Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A D__flt_decim.c266 int i, is, esum, eround, hd; in __fast_double_to_decimal() local
287 &eround); in __fast_double_to_decimal()
288 esum = eround; in __fast_double_to_decimal()
295 dds = __arint_set_n(&dds, esum, &eround); in __fast_double_to_decimal()
296 if (eround == 2) { in __fast_double_to_decimal()
306 eround++; in __fast_double_to_decimal()
351 dds = __mul_set(dds, __tbl_tens[i], &eround); in __fast_double_to_decimal()
352 esum = eround; in __fast_double_to_decimal()
364 dds = __div_set(dds, __tbl_tens[-i], &eround); in __fast_double_to_decimal()
365 esum = eround; in __fast_double_to_decimal()
[all …]