Searched refs:exp (Results 176 - 200 of 575) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dprintcmd.c113 struct expression *exp; member in struct:display
871 print_command_1 (char *exp, int inspect, int voidprint)
883 if (exp && *exp == '/')
885 exp++;
886 fmt = decode_format (&exp, last_format, 0);
897 if (exp && *exp)
900 expr = parse_expression (exp);
919 printf_unfiltered ("\031(gdb-makebuffer \"%s\" %d '(\"", exp, histinde
867 print_command_1(char *exp, int inspect, int voidprint) argument
940 print_command(char *exp, int from_tty) argument
947 inspect_command(char *exp, int from_tty) argument
956 call_command(char *exp, int from_tty) argument
962 output_command(char *exp, int from_tty) argument
996 set_command(char *exp, int from_tty) argument
1050 address_info(char *exp, int from_tty) argument
1270 x_command(char *exp, int from_tty) argument
1347 display_command(char *exp, int from_tty) argument
[all...]
H A Dtypeprint.c116 whatis_exp (char *exp, int show) argument
127 if (exp)
129 expr = parse_expression (exp);
172 if (exp)
177 whatis_command (char *exp, int from_tty) argument
182 whatis_exp (exp, -1);
188 ptype_eval (struct expression *exp) argument
190 if (exp->elts[0].opcode == OP_TYPE)
192 return (exp->elts[1].type);
H A Ddwarf2-frame.h69 unsigned char *exp; member in union:dwarf2_frame_state_reg::__anon1507
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c2358 decode_addr_const (tree exp, struct addr_const *value)
2360 tree target = TREE_OPERAND (exp, 0);
2449 const_hash_1 (const tree exp)
2454 enum tree_code code = TREE_CODE (exp);
2462 p = (char *) &TREE_INT_CST (exp);
2463 len = sizeof TREE_INT_CST (exp);
2467 return real_hash (TREE_REAL_CST_PTR (exp));
2470 p = TREE_STRING_POINTER (exp);
2471 len = TREE_STRING_LENGTH (exp);
2475 return (const_hash_1 (TREE_REALPART (exp)) *
2346 decode_addr_const(tree exp, struct addr_const *value) argument
2436 const_hash_1(const tree exp) argument
2683 copy_constant(tree exp) argument
2751 get_constant_alignment(tree exp) argument
2765 get_constant_section(tree exp) argument
2778 get_constant_size(tree exp) argument
2796 build_constant_desc(tree exp) argument
2860 output_constant_def(tree exp, int defer) argument
2891 tree exp = desc->value; local
2922 assemble_constant_contents(tree exp, const char *label, unsigned int align) argument
2945 tree exp = SYMBOL_REF_DECL (symbol); local
2976 lookup_constant_def(tree exp) argument
3448 tree exp = SYMBOL_REF_DECL (x); local
3571 compute_reloc_for_constant(tree exp) argument
3639 output_addressed_constants(tree exp) argument
3975 output_constant(tree exp, unsigned HOST_WIDE_INT size, unsigned int align) argument
4199 output_constructor(tree exp, unsigned HOST_WIDE_INT size, unsigned int align) argument
5843 default_binds_local_p(tree exp) argument
5849 default_binds_local_p_1(tree exp, int shlib) argument
[all...]
H A Dreal.c65 have guard digits or rounding, the computation of 10**exp can
483 int shift = 0, exp;
512 exp = REAL_EXP (r) - shift;
513 if (exp > MAX_EXP)
515 else if (exp < -MAX_EXP)
519 SET_REAL_EXP (r, exp);
533 int dexp, sign, exp;
599 exp = REAL_EXP (a);
639 if (++exp > MAX_EXP)
649 SET_REAL_EXP (r, exp);
481 int shift = 0, exp; local
530 int dexp, sign, exp; local
759 int exp = (REAL_EXP (a) - (2*SIGSZ-1-i)*(HOST_BITS_PER_LONG/2) local
807 int exp, sign = a->sign ^ b->sign; local
1130 real_ldexp(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *op0, int exp) argument
1331 int exp; local
1727 int i, j, exp = REAL_EXP (r); local
1799 int exp = 0; local
2136 times_pten(REAL_VALUE_TYPE *r, int exp) argument
2661 unsigned long image, sig, exp; local
2730 int exp = (image >> 23) & 0xff; local
2824 unsigned long image_lo, image_hi, sig_lo, sig_hi, exp; local
2920 int exp; local
3114 int exp = REAL_EXP (r); local
3217 int exp; local
3543 unsigned long image3, image2, image1, image0, exp; local
3676 int exp; local
3844 unsigned long sign, exp, sig, image; local
3881 int exp = (image >> 7) & 0xff; local
3955 int exp; local
4055 int exp; local
4173 unsigned long sign, exp, sig, image; local
4206 int exp; local
4228 unsigned long sign, exp, image_hi, image_lo; local
4278 int exp; local
4494 unsigned long image, exp, sig; local
4536 int exp, sf; local
4567 unsigned long exp, sig; local
4618 int exp, sf; local
4747 int iter, exp; local
[all...]
H A Dgensupport.h76 rtx exp; /* RTL test expression */ member in struct:pred_data
H A Dunwind-dw2.h50 const unsigned char *exp; member in union:__anon1396::frame_state_reg_info::__anon1397::__anon1398
H A Dtree-dfa.c861 get_ref_base_and_extent (tree exp, HOST_WIDE_INT *poffset, argument
871 gcc_assert (!SSA_VAR_P (exp));
874 if (TREE_CODE (exp) == COMPONENT_REF)
875 size_tree = DECL_SIZE (TREE_OPERAND (exp, 1));
876 else if (TREE_CODE (exp) == BIT_FIELD_REF)
877 size_tree = TREE_OPERAND (exp, 1);
880 enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
882 size_tree = TYPE_SIZE (TREE_TYPE (exp));
902 switch (TREE_CODE (exp))
906 TREE_OPERAND (exp,
[all...]
H A Dcse.c401 That expression is in the `exp' field.
404 alias analysis) version of the `exp' field.
438 The `mode' field is usually the same as GET_MODE (`exp'), but
439 if `exp' is a CONST_INT and has no machine mode then the `mode'
445 rtx exp; member in struct:table_elt
687 print_rtl (stderr, classp->exp);
692 print_rtl (stderr, elt->exp);
1244 if (REG_P (classp->exp)
1245 && GET_MODE (classp->exp) == GET_MODE (x))
1247 unsigned c_regno = REGNO (classp->exp);
1703 rtx exp = elt->exp; local
1764 rtx exp; member in struct:check_dependence_data
1956 rtx exp = p->exp; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dmri.c110 mri_base (etree_type *exp) argument
112 base = exp;
295 mri_public (const char *name, etree_type *exp) argument
297 lang_add_assignment (exp_assop ('=', name, exp));
301 mri_align (const char *name, etree_type *exp) argument
303 mri_add_to_list (&alignment, name, 0, 0, exp, 0);
307 mri_alignmod (const char *name, etree_type *exp) argument
309 mri_add_to_list (&subalignment, name, 0, 0, 0, exp);
313 mri_truncate (unsigned int exp) argument
315 symbol_truncate = exp;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S16 int exp, expdiff, j, k, hi, lo, cn;
23 exp = expa + 1;
27 exp = expb + 1;
41 exp = exp - k + cn;
43 if (mant == 0 || mant == -1) exp = 0x8001;
44 c = (mant & MANTMASK) | (((lint) exp) & EXP_MASK);
59 #define exp R8 define
74 if ( ce.new) exp = add(expa, #1)
75 if (!ce.new) exp
158 #define exp R8 define
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dnext_test.c46 #define test(exp, ans, ex) do { \
49 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
51 #define testf(exp, ans, ex) do { \
54 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
56 #define testl(exp, ans, ex) do { \
59 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
232 _testl(const char *exp, in argument
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_read.c49 EX_PRIVATE *exp; local
114 exp = EXP(sp);
115 if (exp->lastbcomm != NULL)
116 free(exp->lastbcomm);
117 if ((exp->lastbcomm =
299 EX_PRIVATE *exp; local
310 exp = EXP(sp);
329 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h53 } GTY ((desc ("%1.traditional"))) exp;
76 /* Indicate which field of 'exp' is in use. */
/freebsd-11-stable/lib/libc/riscv/
H A D_fpmath.h35 unsigned int exp :15; member in struct:IEEEl2bits::__anon6711
/freebsd-11-stable/lib/libc/gdtoa/
H A D_hldtoa.c93 *decpt = u.bits.exp - LDBL_ADJ;
103 *decpt = u.bits.exp - (514 + LDBL_ADJ);
135 u.bits.exp = offset;
138 *decpt += u.bits.exp - offset;
/freebsd-11-stable/contrib/less/
H A Dregexp.h28 extern regexp *regcomp _ANSI_ARGS_((char *exp));
/freebsd-11-stable/contrib/unbound/sldns/
H A Dkeyraw.c45 uint16_t exp; local
70 exp = ntohs(int16);
71 return (len - exp - 3)*8;
76 exp = keydata[0];
77 return (len-exp-1)*8;
269 uint16_t exp; local
281 exp = ntohs(int16);
284 exp = key[0];
289 if(len < (size_t)offset + exp + 1)
295 (void) BN_bin2bn(key+offset, (int)exp, exponen
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.c211 int exp = 0;
218 exp = EXPMAX;
223 exp = EXPMAX;
235 exp = EXPMAX;
240 exp = 0;
245 exp = 0;
255 exp = 0;
264 exp = 0;
290 exp += 1;
298 exp
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_cexp.c51 /* cexp(x + I 0) = exp(x) + I 0 */
53 return (CMPLX(exp(x), y));
75 * overflow in exp(x).
81 * - x < exp_ovfl and exp(x) won't overflow (common case)
82 * - x > cexp_ovfl, so exp(x) * s overflows for all s > 0
83 * - x = +-Inf (generated by exp())
86 exp_x = exp(x);
H A Ds_sincosl.c68 if (z.bits.exp == 0) {
77 if (z.bits.exp == 32767) {
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py75 def __predict_true(exp): return __builtin_expect((exp), 1)
77 def __predict_false(exp): return __builtin_expect((exp), 0)
79 def __predict_true(exp): return (exp)
81 def __predict_false(exp): return (exp)
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Doption-f_size_mismatch.t56 exp=`(
68 expect "${exp}" ${ZPOOL} status ${name0}
80 exp=`(
92 expect "${exp}" ${ZPOOL} status ${name0}
104 exp=`(
117 expect "${exp}" ${ZPOOL} status ${name0}
129 exp=`(
142 expect "${exp}" ${ZPOOL} status ${name0}
154 exp=`(
168 expect "${exp}"
[all...]
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.h45 #define GETC(op,exp) ((c = getc(inf)) op (int)exp)
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-64.c42 int32 exp; member in struct:__anon13644
151 ++zx.exp;
187 ++zx.exp;
225 ++zx.exp;
261 ++zx.exp;
284 ax.exp = 31;
287 --ax.exp;
305 shiftCount = 52 - ax.exp;
347 ax.exp = 63;
350 --ax.exp;
[all...]

Completed in 636 milliseconds

1234567891011>>