Searched refs:rsize (Results 1 – 10 of 10) sorted by relevance
| /include/math-emu/ |
| A D | op-common.h | 683 _FP_FRAC_ASSEMBLE_##wc(r, X, rsize); \ 689 r <<= rsize - 1; \ 702 if (_FP_W_TYPE_SIZE*wc < rsize) \ 704 _FP_FRAC_ASSEMBLE_##wc(r, X, rsize); \ 719 _FP_FRAC_ASSEMBLE_##wc(r, X, rsize); \ 740 _FP_FRAC_ASSEMBLE_##wc(r, X, rsize); \ 784 r <<= rsize - 1; \ 806 (void) (((rsize) <= _FP_W_TYPE_SIZE) \ 812 if (rsize < _FP_W_TYPE_SIZE) \ 813 X##_e -= (_FP_W_TYPE_SIZE - rsize); \ [all …]
|
| A D | op-4.h | 640 #define _FP_FRAC_ASSEMBLE_4(r, X, rsize) \ argument 642 if (rsize <= _FP_W_TYPE_SIZE) \ 644 else if (rsize <= 2*_FP_W_TYPE_SIZE) \ 669 #define _FP_FRAC_DISASSEMBLE_4(X, r, rsize) \ argument 672 X##_f[1] = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \ 673 X##_f[2] = (rsize <= 2*_FP_W_TYPE_SIZE ? 0 : r >> 2*_FP_W_TYPE_SIZE); \ 674 X##_f[3] = (rsize <= 3*_FP_W_TYPE_SIZE ? 0 : r >> 3*_FP_W_TYPE_SIZE); \
|
| A D | op-1.h | 280 #define _FP_FRAC_ASSEMBLE_1(r, X, rsize) (r = X##_f) argument 281 #define _FP_FRAC_DISASSEMBLE_1(X, r, rsize) (X##_f = r) argument
|
| A D | op-2.h | 569 #define _FP_FRAC_ASSEMBLE_2(r, X, rsize) \ argument 570 (void) (((rsize) <= _FP_W_TYPE_SIZE) \ 578 #define _FP_FRAC_DISASSEMBLE_2(X, r, rsize) \ argument 581 X##_f1 = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \
|
| /include/uapi/linux/ |
| A D | nfs4_mount.h | 30 int rsize; /* 1 */ member
|
| A D | nfs_mount.h | 32 int rsize; /* 1 */ member
|
| /include/linux/mfd/ |
| A D | macsmc.h | 193 void *rbuf, size_t rsize);
|
| /include/linux/ |
| A D | nfs_fs_sb.h | 177 unsigned int rsize; /* read size */ member
|
| A D | netfs.h | 259 unsigned int rsize; /* Maximum read size (0 for none) */ member
|
| A D | hid.h | 615 unsigned int rsize; member
|
Completed in 28 milliseconds