Lines Matching defs:fix
186 unsigned long fix, rem, first, dummy;
201 to fix the result, after that we have nearly the correct result
207 fix = 0x80000000;
209 dummy = (dummy >> 1) | fix;
210 fp_div64(fix, dummy, fix, 0, dummy);
211 fix--;
217 fp_mul64(*mantp, dummy, first, fix);
218 *mantp += fix;
222 fp_mul64(*mantp, dummy, first, fix);