Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
HDop-common.h33 _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \
43 switch (X##_e) \
48 X##_e -= _FP_EXPBIAS_##fs; \
62 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \
95 X##_e = _FP_EXPMAX_##fs; \
100 X##_e = _FP_EXPMAX_##fs - 1; \
111 if (X##_e == _FP_EXPMAX_##fs \
129 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1)
141 X##_e++; \
142 if (X##_e == _FP_EXPMAX_##fs) \
[all …]
HDextended.h94 X##_e = _flo.bits.exp; \
106 X##_e = _flo->bits.exp; \
114 if (X##_e) X##_f[1] |= _FP_IMPLBIT_E; \
118 _flo.bits.exp = X##_e; \
131 if (X##_e) X##_f[1] |= _FP_IMPLBIT_E; \
135 _flo->bits.exp = X##_e; \
287 X##_e = _flo.bits.exp; \
298 X##_e = _flo->bits.exp; \
306 if (X##_e) X##_f0 |= _FP_IMPLBIT_E; \
309 _flo.bits.exp = X##_e; \
[all …]
HDop-1.h93 X##_e = _flo.bits.exp; \
103 X##_e = _flo->bits.exp; \
116 _flo.bits.exp = X##_e; \
128 _flo->bits.exp = X##_e; \
206 ? R##_e--, _FP_WFRACBITS_##fs \
227 R##_e--; \
246 R##_e--; \
HDop-2.h210 X##_e = _flo.bits.exp; \
221 X##_e = _flo->bits.exp; \
236 _flo.bits.exp = X##_e; \
249 _flo->bits.exp = X##_e; \
458 R##_e--; \
522 R##_e++; \
HDop-4.h201 X##_e = _flo.bits.exp; \
214 X##_e = _flo->bits.exp; \
225 _flo.bits.exp = X##_e; \
239 _flo->bits.exp = X##_e; \
252 _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \
376 R##_e--; \
/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
HDop-common.h38 _FP_I_TYPE X##_e __attribute__ ((unused)) _FP_ZERO_INIT; \
57 switch (X##_e) \
62 X##_e -= _FP_EXPBIAS_##fs; \
84 X##_e -= (_FP_EXPBIAS_##fs - 1 \
118 && X##_e == 0 \
136 X##_e = _FP_EXPMAX_##fs; \
141 X##_e = _FP_EXPMAX_##fs - 1; \
154 if (X##_e == _FP_EXPMAX_##fs \
212 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1)
221 = X##_e == 0 && !_FP_FRAC_ZEROP_##wc (X); \
[all …]
HDextended.h108 X##_e = FP_UNPACK_RAW_E_flo.bits.exp; \
124 X##_e = FP_UNPACK_RAW_EP_flo->bits.exp; \
134 if (X##_e) \
140 FP_PACK_RAW_E_flo.bits.exp = X##_e; \
155 if (X##_e) \
161 FP_PACK_RAW_EP_flo->bits.exp = X##_e; \
339 X##_e = FP_UNPACK_RAW_E_flo.bits.exp; \
353 X##_e = FP_UNPACK_RAW_EP_flo->bits.exp; \
363 if (X##_e) \
368 FP_PACK_RAW_E_flo.bits.exp = X##_e; \
[all …]
HDop-1.h103 X##_e = _FP_UNPACK_RAW_1_flo.bits.exp; \
115 X##_e = _FP_UNPACK_RAW_1_P_flo->bits.exp; \
128 _FP_PACK_RAW_1_flo.bits.exp = X##_e; \
142 _FP_PACK_RAW_1_P_flo->bits.exp = X##_e; \
259 ? R##_e--, _FP_WFRACBITS_##fs \
286 R##_e--; \
313 R##_e--; \
HDop-2.h221 X##_e = _FP_UNPACK_RAW_2_flo.bits.exp; \
234 X##_e = _FP_UNPACK_RAW_2_P_flo->bits.exp; \
249 _FP_PACK_RAW_2_flo.bits.exp = X##_e; \
264 _FP_PACK_RAW_2_P_flo->bits.exp = X##_e; \
555 R##_e--; \
HDop-4.h246 X##_e = _FP_UNPACK_RAW_4_flo.bits.exp; \
261 X##_e = _FP_UNPACK_RAW_4_P_flo->bits.exp; \
274 _FP_PACK_RAW_4_flo.bits.exp = X##_e; \
290 _FP_PACK_RAW_4_P_flo->bits.exp = X##_e; \
502 R##_e--; \
/dragonfly/contrib/elftoolchain/libelf/
HD_libelf.h202 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
203 Elf_Arhdr *_libelf_ar_gethdr(Elf *_e);
204 Elf *_libelf_ar_open(Elf *_e, int _reporterror);
208 long _libelf_checksum(Elf *_e, int _elfclass);
209 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
216 void *_libelf_getphdr(Elf *_e, int _elfclass);
218 void _libelf_init_elf(Elf *_e, Elf_Kind _kind);
223 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
226 Elf *_libelf_release_elf(Elf *_e);
228 int _libelf_setphnum(Elf *_e, void *_eh, int _elfclass, size_t _phnum);
[all …]
/dragonfly/contrib/bmake/mk/
HDsys.dependfile.mk44 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}
45 .if !empty(_e)
46 .MAKE.DEPENDFILE := ${_e:[1]}
53 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@}
55 .if !empty(_e)
/dragonfly/contrib/elftoolchain/common/
HD_elftc.h217 struct type *_p, *_q, *_e; \
230 _e = STAILQ_FIRST((head)); \
231 if (_e == NULL) \
235 STAILQ_INSERT_TAIL(&_la, _e, field); \
242 _e = _q; \
248 _e = _p; \
253 _e = _p; \
258 _e = _q; \
264 STAILQ_INSERT_TAIL(&_lb, _e, field); \
/dragonfly/gnu/usr.bin/binutils234/block2/ld/
HDMakefile67 EMXFR+= extern ld_emulation_xfer_type ld_${_e}_emulation;
68 EMLST+= &ld_${_e}_emulation,
/dragonfly/gnu/usr.bin/binutils227/block2/ld/
HDMakefile67 EMXFR+= extern ld_emulation_xfer_type ld_${_e}_emulation;
68 EMLST+= &ld_${_e}_emulation,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dconcept_check.h52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dconcept_check.h51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
/dragonfly/sys/netproto/802_11/wlan_ccmp/
HDieee80211_crypto_ccmp.c410 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
417 rijndael_encrypt(&ctx->cc_aes, _b0, _e); \
418 xor_block(_pos, _e, _len); \
/dragonfly/contrib/libarchive/libarchive/
HDarchive_entry.c213 #define copy_digest(_e2, _e, _t) \ in archive_entry_clone() argument
214 memcpy(_e2->digest._t, _e->digest._t, sizeof(_e2->digest._t)) in archive_entry_clone()
1458 #define copy_digest(_e, _t, _d)\ in archive_entry_set_digest() argument
1459 memcpy(_e->digest._t, _d, sizeof(_e->digest._t)) in archive_entry_set_digest()
/dragonfly/contrib/mpfr/src/
HDmpfr.h856 mpfr_exp_t _e; \
867 _e = _t == MPFR_REGULAR_KIND ? (e) : \
872 _x->_mpfr_exp = _e; \
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDconfig.h11 #define ARGMATCH_DIE_DECL void usage (int _e)
/dragonfly/contrib/zstd/lib/dictBuilder/
HDdivsufsort.c108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
112 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\
121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
126 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\