* ScaleResult: * * Entry: * res - Array of uint32_ts with value, least-significant first. * hi_res - Index of last non-zero value in res. * scale - Scale factor for this value, range 0 - 2 * DEC_SCALE_MAX * * Purpose: * See if we need to scale the result to fit it in 96 bits. * Perform needed scaling. Adjust scale factor accordingly. * * Exit: * res updated in place, always 3 uint32
source not stored for this graph (policy: none)
no test coverage detected