| /linux/include/math-emu/ |
| H A D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 38 switch (X##_e) \ 43 X##_e -= _FP_EXPBIAS_##fs; \ 57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \ 94 X##_e += _FP_EXPBIAS_##fs; \ 95 if (X##_e > 0) \ 101 X##_e++; \ 104 if (X##_e >= _FP_EXPMAX_##fs) \ 122 X##_e = _FP_EXPMAX_##fs; \ 128 X##_e = _FP_EXPMAX_##fs - 1; \ [all …]
|
| H A D | op-1.h | 80 X##_e = _flo.bits.exp; \ 90 X##_e = _flo->bits.exp; \ 103 _flo.bits.exp = X##_e; \ 115 _flo->bits.exp = X##_e; \ 193 ? R##_e--, _FP_WFRACBITS_##fs \ 214 R##_e--; \ 233 R##_e--; \
|
| H A D | op-2.h | 186 X##_e = _flo.bits.exp; \ 197 X##_e = _flo->bits.exp; \ 212 _flo.bits.exp = X##_e; \ 225 _flo->bits.exp = X##_e; \ 434 R##_e--; \ 498 R##_e++; \
|
| H A D | op-4.h | 191 X##_e = _flo.bits.exp; \ 204 X##_e = _flo->bits.exp; \ 215 _flo.bits.exp = X##_e; \ 229 _flo->bits.exp = X##_e; \ 242 _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \ 366 R##_e--; \
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 51 #define _e r8 macro 316 ldm RSTATE, {_a-_e}; 327 _R( _a, _b, _c, _d, _e, F1, 0, 330 _R( _e, _a, _b, _c, _d, F1, 1, 333 _R( _d, _e, _a, _b, _c, F1, 2, 336 _R( _c, _d, _e, _a, _b, F1, 3, 342 _R( _b, _c, _d, _e, _a, F1, 4, 345 _R( _a, _b, _c, _d, _e, F1, 5, 348 _R( _e, _a, _b, _c, _d, F1, 6, 351 _R( _d, _e, _a, _b, _c, F1, 7, [all …]
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 90 trace_buf->data[4] = (u64)(unsigned long)_e; \
|
| /linux/rust/syn/ |
| H A D | macros.rs | 126 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant(_e) => _e.to_tokens($tokens),)
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 150 struct afs_error *_e) in afs_do_probe_vlserver() argument 188 afs_prioritise_error(_e, call->error, call->abort_code); in afs_do_probe_vlserver() 192 afs_prioritise_error(_e, PTR_ERR(call), 0); in afs_do_probe_vlserver()
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ath5k.h | 932 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument 933 if (_e >= _s) \
|