Function rustc_apfloat::ieee::sig::each_chunk
source · Expand description
For every consecutive chunk of bits
bits from limbs
,
going from most significant to the least significant bits,
call f
to transform those bits and store the result back.