Searched refs:sigbits (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | double_decim.c | 342 int sticky, powten, sigbits, sigdigits, i; in __bigfloat_to_decimal() local 372 sigbits = bf->bexponent + (bf->blength << 4) + in __bigfloat_to_decimal() 374 if (sigbits < 1) in __bigfloat_to_decimal() 375 sigbits = 1; in __bigfloat_to_decimal() 376 __big_float_times_power(bf, 10, powten, sigbits, &pbf); in __bigfloat_to_decimal() 401 sigbits = i + 16 + in __bigfloat_to_decimal() 404 sigbits, &pbf); in __bigfloat_to_decimal()
|
H A D | decimal_bin.c | 147 __decimal_to_unpacked(unpacked *px, decimal_record *pd, int sigbits) in __decimal_to_unpacked() argument 211 if (i <= 0 || ((i * 217705) >> 16) < sigbits + 2) { in __decimal_to_unpacked() 216 powtwo = sigbits + 2; in __decimal_to_unpacked() 233 __big_decimal_to_big_binary(pbd, sigbits + 2, &pbb, &sticky); in __decimal_to_unpacked()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 455 sl_field_t sigbits; member
|
H A D | corenote.c | 631 fdesc = layout->sigbits; in dump_sigset()
|
/titanic_41/usr/src/cmd/format/ |
H A D | misc.c | 269 sigmask.sigbits[0] = (ulong_t)0xffffffff;
|