Searched refs:extra_bits (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 120 int extra_base; /* base index for extra_bits */ 251 static_l_desc.extra_bits = extra_lbits; 253 static_d_desc.extra_bits = extra_dbits; 254 static_bl_desc.extra_bits = extra_blbits; 495 const intf *extra = desc->stat_desc->extra_bits;
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 3093 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local 3156 round(x/2**extra_bits) * 2**(extra_bits+shift). 3158 For float representability, we need x/2**extra_bits < 3159 2**DBL_MANT_DIG and extra_bits + shift >= DBL_MIN_EXP - 3162 extra_bits >= MAX(x_bits, DBL_MIN_EXP - shift) - DBL_MANT_DIG 3168 With the original choices for shift above, extra_bits will always 3310 extra_bits = MAX(x_bits, DBL_MIN_EXP - shift) - DBL_MANT_DIG; 3311 assert(extra_bits == 2 || extra_bits [all...] |
Completed in 866 milliseconds