bits_needed 125 maint/gnulib/lib/fma.c unsigned int bits_needed = MANT_BIT - (NLIMBS1 - 1) * GMP_LIMB_BITS; bits_needed 139 maint/gnulib/lib/fma.c if (bits_needed < chunk_bits) bits_needed 142 maint/gnulib/lib/fma.c accu |= d >> (chunk_bits - bits_needed); bits_needed 148 maint/gnulib/lib/fma.c accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed)); bits_needed 149 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS - (chunk_bits - bits_needed); bits_needed 154 maint/gnulib/lib/fma.c accu |= d << (bits_needed - chunk_bits); bits_needed 155 maint/gnulib/lib/fma.c bits_needed -= chunk_bits; bits_needed 156 maint/gnulib/lib/fma.c if (bits_needed == 0) bits_needed 163 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS; bits_needed 177 maint/gnulib/lib/fma.c if (bits_needed < chunk_bits) bits_needed 180 maint/gnulib/lib/fma.c accu |= d >> (chunk_bits - bits_needed); bits_needed 186 maint/gnulib/lib/fma.c accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed)); bits_needed 187 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS - (chunk_bits - bits_needed); bits_needed 192 maint/gnulib/lib/fma.c accu |= d << (bits_needed - chunk_bits); bits_needed 193 maint/gnulib/lib/fma.c bits_needed -= chunk_bits; bits_needed 194 maint/gnulib/lib/fma.c if (bits_needed == 0) bits_needed 201 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS; bits_needed 215 maint/gnulib/lib/fma.c if (bits_needed < chunk_bits) bits_needed 218 maint/gnulib/lib/fma.c accu |= d >> (chunk_bits - bits_needed); bits_needed 224 maint/gnulib/lib/fma.c accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed)); bits_needed 225 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS - (chunk_bits - bits_needed); bits_needed 230 maint/gnulib/lib/fma.c accu |= d << (bits_needed - chunk_bits); bits_needed 231 maint/gnulib/lib/fma.c bits_needed -= chunk_bits; bits_needed 232 maint/gnulib/lib/fma.c if (bits_needed == 0) bits_needed 239 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS; bits_needed 253 maint/gnulib/lib/fma.c if (bits_needed < chunk_bits) bits_needed 256 maint/gnulib/lib/fma.c accu |= d >> (chunk_bits - bits_needed); bits_needed 262 maint/gnulib/lib/fma.c accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed)); bits_needed 263 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS - (chunk_bits - bits_needed); bits_needed 268 maint/gnulib/lib/fma.c accu |= d << (bits_needed - chunk_bits); bits_needed 269 maint/gnulib/lib/fma.c bits_needed -= chunk_bits; bits_needed 270 maint/gnulib/lib/fma.c if (bits_needed == 0) bits_needed 277 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS; bits_needed 295 maint/gnulib/lib/fma.c if (bits_needed < chunk_bits) bits_needed 298 maint/gnulib/lib/fma.c accu |= d >> (chunk_bits - bits_needed); bits_needed 304 maint/gnulib/lib/fma.c accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed)); bits_needed 305 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS - (chunk_bits - bits_needed); bits_needed 310 maint/gnulib/lib/fma.c accu |= d << (bits_needed - chunk_bits); bits_needed 311 maint/gnulib/lib/fma.c bits_needed -= chunk_bits; bits_needed 312 maint/gnulib/lib/fma.c if (bits_needed == 0) bits_needed 319 maint/gnulib/lib/fma.c bits_needed = GMP_LIMB_BITS;