| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| D | dfsqrt.S | 11 #define EXP r28 macro 81 EXP = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32) define 286 EXP = add(EXP,#-DF_BIAS) // subtract bias --> signed exp define 297 EXP = asr(EXP,#1) // divide signed exp by 2 define 317 EXP = add(EXP,#-63) define 324 EXP = add(EXP,ADJ) // add back bias define 375 EXP = add(clb(A),#-DF_EXPBITS) // how much to normalize? define 379 EXP = sub(#1,EXP) // Form exponent define 395 EXP = convert_df2sf(A) // if sNaN, get invalid define
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-tree.h | 79 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP) argument 83 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) argument 86 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP) argument 90 #define C_DECL_DECLARED_BUILTIN(EXP) \ argument 95 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \ argument 101 #define C_DECL_REGISTER(EXP) DECL_LANG_FLAG_4 (EXP) argument 107 #define C_DECL_USED(EXP) DECL_LANG_FLAG_5 (FUNCTION_DECL_CHECK (EXP)) argument 111 #define C_DECL_UNJUMPABLE_STMT_EXPR(EXP) \ argument 117 #define C_DECL_UNDEFINABLE_STMT_EXPR(EXP) \ argument 123 #define C_DECL_UNJUMPABLE_VM(EXP) \ argument [all …]
|
| D | real.h | 60 #define SET_REAL_EXP(REAL, EXP) \ argument
|
| D | genpreds.c | 258 #define NO_MODE_TEST(EXP) RTX_FLAG (EXP, volatil) argument
|
| D | tree.h | 911 #define STRIP_NOPS(EXP) \ argument 922 #define STRIP_SIGN_NOPS(EXP) \ argument 935 #define STRIP_TYPE_NOPS(EXP) \ argument 947 #define STRIP_USELESS_TYPE_CONVERSION(EXP) \ argument 2557 #define DECL_FILE_SCOPE_P(EXP) \ argument 4121 #define CONTAINS_PLACEHOLDER_P(EXP) \ argument 4140 #define SUBSTITUTE_IN_EXPR(EXP, F, R) \ argument 4151 #define SUBSTITUTE_PLACEHOLDER_IN_EXPR(EXP, OBJ) \ argument
|
| D | genattrtab.c | 236 #define SIMPLIFY_TEST_EXP(EXP,INSN_CODE,INSN_INDEX) \ argument
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-arc.h | 59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 63 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
|
| D | tc-cr16.h | 62 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
|
| D | tc-i386.h | 199 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) x86_cons (EXP, NBYTES) argument 203 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_cons_fix_new(FRAG, OFF, LEN, EXP) argument
|
| D | tc-sparc.h | 156 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) sparc_cons (EXP, NBYTES) argument
|
| D | tc-alpha.h | 76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \ argument
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 176 #define SAMETYPE(EXP, TYPE) \ argument 183 #define RUN_TEST(EXP, TYPE) (EXP, SAMETYPE(EXP, TYPE)) argument
|
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | fixdfdi.h | 321 #define EXP(fp) (((fp.l) >> 23) & 0xFF) macro 389 #define EXP(fp) (((fp.l) >> 23) & 0xFF) macro
|
| D | s390.h | 193 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) argument
|
| /freebsd-12-stable/crypto/openssl/crypto/poly1305/ |
| D | poly1305_ieee754.c | 67 #define EXP(p) ((1023ULL+(p))<<52) macro
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | read.c | 3677 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_bitfield_cons (EXP, NBYTES) argument 3682 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_repeat_cons (EXP, NBYTES) argument 3689 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) expression (EXP) argument
|
| /freebsd-12-stable/usr.bin/tip/tip/ |
| D | tip.h | 184 #define EXP 01 /* experimental, mark it with a `*' on help */ macro
|
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex.h | 193 #define EXP(sp) ((EX_PRIVATE *)((sp)->ex_private)) macro
|
| /freebsd-12-stable/contrib/gcc/config/ |
| D | darwin.h | 577 #define ASM_DECLARE_CONSTANT_NAME(FILE, NAME, EXP, SIZE) \ argument
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 227 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ argument
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ieee.c | 2714 #define EXP copy_expression () macro
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 682 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ argument
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.h | 1139 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIDefines.h | 50 EXP = 1 << 21, enumerator
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.h | 684 #define CONSTANT_ALIGNMENT(EXP, ALIGN) ix86_constant_alignment ((EXP), (ALIGN)) argument
|