_FP_WFRACBITS_ 193 include/math-emu/op-1.h ? R##_e--, _FP_WFRACBITS_##fs \ _FP_WFRACBITS_ 194 include/math-emu/op-1.h : _FP_WFRACBITS_##fs - 1); \ _FP_WFRACBITS_ 234 include/math-emu/op-1.h _nl = X##_f << _FP_WFRACBITS_##fs; \ _FP_WFRACBITS_ 239 include/math-emu/op-1.h _nl = X##_f << (_FP_WFRACBITS_##fs - 1); \ _FP_WFRACBITS_ 291 include/math-emu/op-1.h if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \ _FP_WFRACBITS_ 294 include/math-emu/op-1.h _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \ _FP_WFRACBITS_ 295 include/math-emu/op-1.h _FP_WFRACBITS_##sfs); \ _FP_WFRACBITS_ 297 include/math-emu/op-1.h _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \ _FP_WFRACBITS_ 300 include/math-emu/op-1.h D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \ _FP_WFRACBITS_ 499 include/math-emu/op-2.h _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE) | \ _FP_WFRACBITS_ 501 include/math-emu/op-2.h (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE))); \ _FP_WFRACBITS_ 502 include/math-emu/op-2.h _x[2] = X##_f1 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE); \ _FP_WFRACBITS_ 506 include/math-emu/op-2.h _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE) | \ _FP_WFRACBITS_ 508 include/math-emu/op-2.h (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE))); \ _FP_WFRACBITS_ 509 include/math-emu/op-2.h _x[2] = X##_f1 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE); \ _FP_WFRACBITS_ 591 include/math-emu/op-2.h _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ _FP_WFRACBITS_ 592 include/math-emu/op-2.h _FP_WFRACBITS_##sfs); \ _FP_WFRACBITS_ 594 include/math-emu/op-2.h _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ _FP_WFRACBITS_ 602 include/math-emu/op-2.h _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ _FP_WFRACBITS_ 618 include/math-emu/op-4.h _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ _FP_WFRACBITS_ 619 include/math-emu/op-4.h _FP_WFRACBITS_##sfs); \ _FP_WFRACBITS_ 621 include/math-emu/op-4.h _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ _FP_WFRACBITS_ 628 include/math-emu/op-4.h _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ _FP_WFRACBITS_ 629 include/math-emu/op-4.h _FP_WFRACBITS_##sfs); \ _FP_WFRACBITS_ 631 include/math-emu/op-4.h _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ _FP_WFRACBITS_ 681 include/math-emu/op-4.h _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ _FP_WFRACBITS_ 689 include/math-emu/op-4.h _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ _FP_WFRACBITS_ 139 include/math-emu/op-common.h if (X##_e <= _FP_WFRACBITS_##fs) \ _FP_WFRACBITS_ 141 include/math-emu/op-common.h _FP_FRAC_SRS_##wc(X, X##_e, _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 241 include/math-emu/op-common.h if (diff <= _FP_WFRACBITS_##fs) \ _FP_WFRACBITS_ 242 include/math-emu/op-common.h _FP_FRAC_SRS_##wc(X, diff, _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 251 include/math-emu/op-common.h if (diff <= _FP_WFRACBITS_##fs) \ _FP_WFRACBITS_ 252 include/math-emu/op-common.h _FP_FRAC_SRS_##wc(Y, diff, _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 267 include/math-emu/op-common.h _FP_FRAC_SRS_##wc(R, 1, _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 407 include/math-emu/op-common.h _FP_FRAC_SRS_##wc(R, 1, _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 676 include/math-emu/op-common.h || X##_e >= rsize - 1 + _FP_WFRACBITS_##fs) \ _FP_WFRACBITS_ 680 include/math-emu/op-common.h _FP_FRAC_SLL_##wc(X, (X##_e - _FP_WFRACBITS_##fs + 1)); \ _FP_WFRACBITS_ 703 include/math-emu/op-common.h r <<= X##_e - _FP_WFRACBITS_##fs; \ _FP_WFRACBITS_ 707 include/math-emu/op-common.h if (X##_e >= _FP_WFRACBITS_##fs) \ _FP_WFRACBITS_ 708 include/math-emu/op-common.h _FP_FRAC_SLL_##wc(X, (X##_e - _FP_WFRACBITS_##fs + 1)); \ _FP_WFRACBITS_ 709 include/math-emu/op-common.h else if (X##_e < _FP_WFRACBITS_##fs - 1) \ _FP_WFRACBITS_ 711 include/math-emu/op-common.h _FP_FRAC_SRS_##wc(X, (_FP_WFRACBITS_##fs - X##_e - 2), \ _FP_WFRACBITS_ 712 include/math-emu/op-common.h _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 734 include/math-emu/op-common.h if (X##_e < rsize - 1 + _FP_WFRACBITS_##fs) \ _FP_WFRACBITS_ 736 include/math-emu/op-common.h if (X##_e >= _FP_WFRACBITS_##fs - 1) \ _FP_WFRACBITS_ 739 include/math-emu/op-common.h r <<= X##_e - _FP_WFRACBITS_##fs + 1; \ _FP_WFRACBITS_ 756 include/math-emu/op-common.h _FP_WFRACBITS_##fs); \ _FP_WFRACBITS_ 813 include/math-emu/op-common.h if (_FP_FRACBITS_##fs < rsize && _FP_WFRACBITS_##fs <= X##_e) \ _FP_WFRACBITS_ 814 include/math-emu/op-common.h __FP_FRAC_SRS_1(ur_, (X##_e - _FP_WFRACBITS_##fs + 1), rsize);\ _FP_WFRACBITS_ 816 include/math-emu/op-common.h if ((_FP_WFRACBITS_##fs - X##_e - 1) > 0) \ _FP_WFRACBITS_ 817 include/math-emu/op-common.h _FP_FRAC_SLL_##wc(X, (_FP_WFRACBITS_##fs - X##_e - 1)); \