_FP_W_TYPE_SIZE 59 arch/powerpc/math-emu/udivmodti4.c n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm)); _FP_W_TYPE_SIZE 95 arch/powerpc/math-emu/udivmodti4.c b = _FP_W_TYPE_SIZE - bm; _FP_W_TYPE_SIZE 163 arch/powerpc/math-emu/udivmodti4.c b = _FP_W_TYPE_SIZE - bm; _FP_W_TYPE_SIZE 359 arch/sh/math-emu/math.c FRn ^= (1 << (_FP_W_TYPE_SIZE - 1)); _FP_W_TYPE_SIZE 365 arch/sh/math-emu/math.c FRn &= ~(1 << (_FP_W_TYPE_SIZE - 1)); _FP_W_TYPE_SIZE 28 include/math-emu/double.h #if _FP_W_TYPE_SIZE < 32 _FP_W_TYPE_SIZE 32 include/math-emu/double.h #if _FP_W_TYPE_SIZE < 64 _FP_W_TYPE_SIZE 33 include/math-emu/double.h #define _FP_FRACTBITS_D (2 * _FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 35 include/math-emu/double.h #define _FP_FRACTBITS_D _FP_W_TYPE_SIZE _FP_W_TYPE_SIZE 47 include/math-emu/double.h ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-2) % _FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 49 include/math-emu/double.h ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-1) % _FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 51 include/math-emu/double.h ((_FP_W_TYPE)1 << _FP_WFRACBITS_D % _FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 53 include/math-emu/double.h #if _FP_W_TYPE_SIZE < 64 _FP_W_TYPE_SIZE 62 include/math-emu/double.h unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 63 include/math-emu/double.h unsigned frac0 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 65 include/math-emu/double.h unsigned frac0 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 66 include/math-emu/double.h unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 50 include/math-emu/op-1.h ? X & 1 : (X << (_FP_W_TYPE_SIZE - (N))) != 0))) _FP_W_TYPE_SIZE 156 include/math-emu/op-1.h _xh = X##_f >> (_FP_W_TYPE_SIZE/2); \ _FP_W_TYPE_SIZE 157 include/math-emu/op-1.h _xl = X##_f & (((_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE/2)) - 1); \ _FP_W_TYPE_SIZE 158 include/math-emu/op-1.h _yh = Y##_f >> (_FP_W_TYPE_SIZE/2); \ _FP_W_TYPE_SIZE 159 include/math-emu/op-1.h _yl = Y##_f & (((_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE/2)) - 1); \ _FP_W_TYPE_SIZE 169 include/math-emu/op-1.h _z_f1 += (_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE/2); \ _FP_W_TYPE_SIZE 170 include/math-emu/op-1.h _a_f1 = _a_f0 >> (_FP_W_TYPE_SIZE/2); \ _FP_W_TYPE_SIZE 171 include/math-emu/op-1.h _a_f0 = _a_f0 << (_FP_W_TYPE_SIZE/2); \ _FP_W_TYPE_SIZE 220 include/math-emu/op-1.h _nl = X##_f << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 35 include/math-emu/op-2.h (void) (((N) < _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 43 include/math-emu/op-2.h (_FP_W_TYPE_SIZE - (N)); \ _FP_W_TYPE_SIZE 49 include/math-emu/op-2.h X##_f1 = X##_f0 << ((N) - _FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 55 include/math-emu/op-2.h (void) (((N) < _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 57 include/math-emu/op-2.h X##_f0 = X##_f0 >> (N) | X##_f1 << (_FP_W_TYPE_SIZE - (N)); \ _FP_W_TYPE_SIZE 61 include/math-emu/op-2.h X##_f0 = X##_f1 >> ((N) - _FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 68 include/math-emu/op-2.h (void) (((N) < _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 70 include/math-emu/op-2.h X##_f0 = (X##_f1 << (_FP_W_TYPE_SIZE - (N)) | X##_f0 >> (N) \ _FP_W_TYPE_SIZE 73 include/math-emu/op-2.h : (X##_f0 << (_FP_W_TYPE_SIZE - (N))) != 0)); \ _FP_W_TYPE_SIZE 77 include/math-emu/op-2.h X##_f0 = (X##_f1 >> ((N) - _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 78 include/math-emu/op-2.h | ((((N) == _FP_W_TYPE_SIZE \ _FP_W_TYPE_SIZE 80 include/math-emu/op-2.h : (X##_f1 << (2*_FP_W_TYPE_SIZE - (N)))) \ _FP_W_TYPE_SIZE 104 include/math-emu/op-2.h R += _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 136 include/math-emu/op-2.h R += _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 429 include/math-emu/op-2.h _n_f1 = X##_f1 << (_FP_W_TYPE_SIZE - 1) | X##_f0 >> 1; \ _FP_W_TYPE_SIZE 430 include/math-emu/op-2.h _n_f0 = X##_f0 << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 499 include/math-emu/op-2.h _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE) | \ _FP_W_TYPE_SIZE 500 include/math-emu/op-2.h X##_f1 >> (_FP_W_TYPE_SIZE - \ _FP_W_TYPE_SIZE 501 include/math-emu/op-2.h (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE))); \ _FP_W_TYPE_SIZE 502 include/math-emu/op-2.h _x[2] = X##_f1 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 506 include/math-emu/op-2.h _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE) | \ _FP_W_TYPE_SIZE 507 include/math-emu/op-2.h X##_f1 >> (_FP_W_TYPE_SIZE - \ _FP_W_TYPE_SIZE 508 include/math-emu/op-2.h (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE))); \ _FP_W_TYPE_SIZE 509 include/math-emu/op-2.h _x[2] = X##_f1 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 538 include/math-emu/op-2.h q = (_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 570 include/math-emu/op-2.h (void) (((rsize) <= _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 574 include/math-emu/op-2.h (r) <<= _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 581 include/math-emu/op-2.h X##_f1 = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 40 include/math-emu/op-4.h _skip = (N) / _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 41 include/math-emu/op-4.h _up = (N) % _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 42 include/math-emu/op-4.h _down = _FP_W_TYPE_SIZE - _up; \ _FP_W_TYPE_SIZE 61 include/math-emu/op-4.h _skip = (N) / _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 62 include/math-emu/op-4.h _down = (N) % _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 63 include/math-emu/op-4.h _up = _FP_W_TYPE_SIZE - _down; \ _FP_W_TYPE_SIZE 88 include/math-emu/op-4.h _skip = (N) / _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 89 include/math-emu/op-4.h _down = (N) % _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 90 include/math-emu/op-4.h _up = _FP_W_TYPE_SIZE - _down; \ _FP_W_TYPE_SIZE 169 include/math-emu/op-4.h R += _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 174 include/math-emu/op-4.h R += _FP_W_TYPE_SIZE*2; \ _FP_W_TYPE_SIZE 179 include/math-emu/op-4.h R += _FP_W_TYPE_SIZE*3; \ _FP_W_TYPE_SIZE 362 include/math-emu/op-4.h _n_f[3] = X##_f[0] << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 443 include/math-emu/op-4.h q = (_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 460 include/math-emu/op-4.h q = (_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 480 include/math-emu/op-4.h q = (_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE - 1); \ _FP_W_TYPE_SIZE 642 include/math-emu/op-4.h if (rsize <= _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 644 include/math-emu/op-4.h else if (rsize <= 2*_FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 647 include/math-emu/op-4.h r <<= _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 655 include/math-emu/op-4.h r <<= _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 657 include/math-emu/op-4.h r <<= _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 659 include/math-emu/op-4.h r <<= _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 672 include/math-emu/op-4.h X##_f[1] = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 673 include/math-emu/op-4.h X##_f[2] = (rsize <= 2*_FP_W_TYPE_SIZE ? 0 : r >> 2*_FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 674 include/math-emu/op-4.h X##_f[3] = (rsize <= 3*_FP_W_TYPE_SIZE ? 0 : r >> 3*_FP_W_TYPE_SIZE); \ _FP_W_TYPE_SIZE 37 include/math-emu/op-8.h _skip = (N) / _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 38 include/math-emu/op-8.h _up = (N) % _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 39 include/math-emu/op-8.h _down = _FP_W_TYPE_SIZE - _up; \ _FP_W_TYPE_SIZE 57 include/math-emu/op-8.h _skip = (N) / _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 58 include/math-emu/op-8.h _down = (N) % _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 59 include/math-emu/op-8.h _up = _FP_W_TYPE_SIZE - _down; \ _FP_W_TYPE_SIZE 84 include/math-emu/op-8.h _skip = (N) / _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 85 include/math-emu/op-8.h _down = (N) % _FP_W_TYPE_SIZE; \ _FP_W_TYPE_SIZE 86 include/math-emu/op-8.h _up = _FP_W_TYPE_SIZE - _down; \ _FP_W_TYPE_SIZE 700 include/math-emu/op-common.h if (_FP_W_TYPE_SIZE*wc < rsize) \ _FP_W_TYPE_SIZE 803 include/math-emu/op-common.h (void) (((rsize) <= _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 806 include/math-emu/op-common.h __FP_CLZ_2(X##_e, (_FP_W_TYPE)(ur_ >> _FP_W_TYPE_SIZE), \ _FP_W_TYPE_SIZE 809 include/math-emu/op-common.h if (rsize < _FP_W_TYPE_SIZE) \ _FP_W_TYPE_SIZE 810 include/math-emu/op-common.h X##_e -= (_FP_W_TYPE_SIZE - rsize); \ _FP_W_TYPE_SIZE 841 include/math-emu/op-common.h #if _FP_W_TYPE_SIZE < 64 _FP_W_TYPE_SIZE 846 include/math-emu/op-common.h r = _FP_W_TYPE_SIZE - 1; \ _FP_W_TYPE_SIZE 861 include/math-emu/op-common.h r = _FP_W_TYPE_SIZE - 1; \ _FP_W_TYPE_SIZE 28 include/math-emu/quad.h #if _FP_W_TYPE_SIZE < 32 _FP_W_TYPE_SIZE 32 include/math-emu/quad.h #if _FP_W_TYPE_SIZE < 64 _FP_W_TYPE_SIZE 33 include/math-emu/quad.h #define _FP_FRACTBITS_Q (4*_FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 35 include/math-emu/quad.h #define _FP_FRACTBITS_Q (2*_FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 47 include/math-emu/quad.h ((_FP_W_TYPE)1 << (_FP_FRACBITS_Q-2) % _FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 49 include/math-emu/quad.h ((_FP_W_TYPE)1 << (_FP_FRACBITS_Q-1) % _FP_W_TYPE_SIZE) _FP_W_TYPE_SIZE 51 include/math-emu/quad.h ((_FP_W_TYPE)1 << (_FP_WFRACBITS_Q % _FP_W_TYPE_SIZE)) _FP_W_TYPE_SIZE 53 include/math-emu/quad.h #if _FP_W_TYPE_SIZE < 64 _FP_W_TYPE_SIZE 63 include/math-emu/quad.h unsigned long frac3 : _FP_FRACBITS_Q - (_FP_IMPLBIT_Q != 0)-(_FP_W_TYPE_SIZE * 3); _FP_W_TYPE_SIZE 64 include/math-emu/quad.h unsigned long frac2 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 65 include/math-emu/quad.h unsigned long frac1 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 66 include/math-emu/quad.h unsigned long frac0 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 68 include/math-emu/quad.h unsigned long frac0 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 69 include/math-emu/quad.h unsigned long frac1 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 70 include/math-emu/quad.h unsigned long frac2 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 71 include/math-emu/quad.h unsigned long frac3 : _FP_FRACBITS_Q - (_FP_IMPLBIT_Q != 0)-(_FP_W_TYPE_SIZE * 3); _FP_W_TYPE_SIZE 141 include/math-emu/quad.h unsigned long frac1 : _FP_FRACBITS_Q-(_FP_IMPLBIT_Q != 0)-_FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 142 include/math-emu/quad.h unsigned long frac0 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 144 include/math-emu/quad.h unsigned long frac0 : _FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 145 include/math-emu/quad.h unsigned long frac1 : _FP_FRACBITS_Q-(_FP_IMPLBIT_Q != 0)-_FP_W_TYPE_SIZE; _FP_W_TYPE_SIZE 28 include/math-emu/single.h #if _FP_W_TYPE_SIZE < 32 _FP_W_TYPE_SIZE 33 include/math-emu/single.h #define _FP_FRACXBITS_S (_FP_W_TYPE_SIZE - _FP_FRACBITS_S) _FP_W_TYPE_SIZE 35 include/math-emu/single.h #define _FP_WFRACXBITS_S (_FP_W_TYPE_SIZE - _FP_WFRACBITS_S) _FP_W_TYPE_SIZE 191 include/math-emu/soft-fp.h #define W_TYPE_SIZE _FP_W_TYPE_SIZE _FP_W_TYPE_SIZE 197 include/math-emu/soft-fp.h #if _FP_W_TYPE_SIZE == 32 _FP_W_TYPE_SIZE 199 include/math-emu/soft-fp.h #elif _FP_W_TYPE_SIZE == 64