Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c342 int sticky, powten, sigbits, sigdigits, i; in __bigfloat_to_decimal() local
378 sigdigits = DECIMAL_STRING_LENGTH + 1; in __bigfloat_to_decimal()
407 sigdigits = pm->ndigits + 2; in __bigfloat_to_decimal()
413 __big_binary_to_big_decimal(pbf, sigdigits, &pbd, &sticky); in __bigfloat_to_decimal()
H A Ddecimal_bin.c150 int sticky, powtwo, sigdigits; in __decimal_to_unpacked() local
223 sigdigits = i + 1 + (((powtwo * 19729) + 65535) >> 16); in __decimal_to_unpacked()
224 __big_float_times_power(&d, 2, powtwo, sigdigits, &pbd); in __decimal_to_unpacked()