Lines Matching refs:extra_bits
1282 u16 extra_bits[INTERNAL_FPF_PRECISION]; in MultiplyInternalFPF() local
1359 extra_bits[i] = 0; in MultiplyInternalFPF()
1392 ShiftMantRight1(&carry, extra_bits); in MultiplyInternalFPF()
1405 ShiftMantLeft1(&carry, extra_bits); in MultiplyInternalFPF()
1413 if (IsMantissaZero(extra_bits)) in MultiplyInternalFPF()
1444 u16 extra_bits[INTERNAL_FPF_PRECISION]; in DivideInternalFPF() local
1539 extra_bits[i] = 0; in DivideInternalFPF()
1546 ShiftMantLeft1(&carry, extra_bits); in DivideInternalFPF()
1554 if (y->mantissa[j] > extra_bits[j]) in DivideInternalFPF()
1559 if (y->mantissa[j] < extra_bits[j]) in DivideInternalFPF()
1568 &extra_bits[j], in DivideInternalFPF()
1569 extra_bits[j], in DivideInternalFPF()