_down 39 include/math-emu/op-4.h _FP_I_TYPE _up, _down, _skip, _i; \ _down 42 include/math-emu/op-4.h _down = _FP_W_TYPE_SIZE - _up; \ _down 50 include/math-emu/op-4.h | X##_f[_i-_skip-1] >> _down; \ _down 60 include/math-emu/op-4.h _FP_I_TYPE _up, _down, _skip, _i; \ _down 62 include/math-emu/op-4.h _down = (N) % _FP_W_TYPE_SIZE; \ _down 63 include/math-emu/op-4.h _up = _FP_W_TYPE_SIZE - _down; \ _down 64 include/math-emu/op-4.h if (!_down) \ _down 70 include/math-emu/op-4.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _down 72 include/math-emu/op-4.h X##_f[_i++] = X##_f[3] >> _down; \ _down 86 include/math-emu/op-4.h _FP_I_TYPE _up, _down, _skip, _i; \ _down 89 include/math-emu/op-4.h _down = (N) % _FP_W_TYPE_SIZE; \ _down 90 include/math-emu/op-4.h _up = _FP_W_TYPE_SIZE - _down; \ _down 95 include/math-emu/op-4.h if (!_down) \ _down 101 include/math-emu/op-4.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _down 103 include/math-emu/op-4.h X##_f[_i++] = X##_f[3] >> _down; \ _down 36 include/math-emu/op-8.h _FP_I_TYPE _up, _down, _skip, _i; \ _down 39 include/math-emu/op-8.h _down = _FP_W_TYPE_SIZE - _up; \ _down 47 include/math-emu/op-8.h | X##_f[_i-_skip-1] >> _down; \ _down 56 include/math-emu/op-8.h _FP_I_TYPE _up, _down, _skip, _i; \ _down 58 include/math-emu/op-8.h _down = (N) % _FP_W_TYPE_SIZE; \ _down 59 include/math-emu/op-8.h _up = _FP_W_TYPE_SIZE - _down; \ _down 60 include/math-emu/op-8.h if (!_down) \ _down 66 include/math-emu/op-8.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _down 68 include/math-emu/op-8.h X##_f[_i++] = X##_f[7] >> _down; \ _down 82 include/math-emu/op-8.h _FP_I_TYPE _up, _down, _skip, _i; \ _down 85 include/math-emu/op-8.h _down = (N) % _FP_W_TYPE_SIZE; \ _down 86 include/math-emu/op-8.h _up = _FP_W_TYPE_SIZE - _down; \ _down 91 include/math-emu/op-8.h if (!_down) \ _down 97 include/math-emu/op-8.h X##_f[_i] = X##_f[_i+_skip] >> _down \ _down 99 include/math-emu/op-8.h X##_f[_i++] = X##_f[7] >> _down; \