Searched refs:exp (Results 276 - 300 of 3491) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Darray-slices.exp24 load_lib fortran.exp
26 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-objfile-script.exp19 load_lib gdb-guile.exp
23 if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-create-rtti.exp16 load_lib mi-support.exp
27 if [build_executable $testfile.exp $testfile $srcfile $opts] {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dsingle-step.exp20 load_lib perftest.exp
28 set expfile $testfile.exp
30 # make check-perf RUNTESTFLAGS='single-step.exp SINGLE_STEP_COUNT=300'
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dext-attach.exp20 load_lib gdbserver-support.exp
21 load_lib trace-support.exp
H A Dserver-run.exp20 load_lib gdbserver-support.exp
28 if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dallocated.exp21 load_lib fortran.exp
23 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
H A Dpointer-to-pointer.exp21 load_lib fortran.exp
23 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-objfile-script.exp19 load_lib gdb-guile.exp
23 if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dtemplate-breakpoints.exp22 load_lib perftest.exp
30 set expfile $testfile.exp
32 # make check-perf RUNTESTFLAGS='template-breakpoints.exp EXPANSION_DEPTH=40'
H A Dsingle-step.exp20 load_lib perftest.exp
28 set expfile $testfile.exp
30 # make check-perf RUNTESTFLAGS='single-step.exp SINGLE_STEP_COUNT=300'
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dvalgrind-infcall-2.exp35 load_lib valgrind.exp
43 if {[build_executable $testfile.exp $testfile $srcfile {debug}] == -1} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dclang-debug-names-2.exp16 load_lib dwarf.exp
31 source $srcdir/$subdir/clang-debug-names.exp.tcl
H A Dno-gnu-debuglink.exp18 load_lib dwarf.exp
38 if { [build_executable $testfile.exp $testfile [list $srcfile $asm_file]] } {
H A Dnostaticblock.exp15 load_lib dwarf.exp
38 if { [build_executable ${testfile}.exp ${testfile} \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dserver-run.exp20 load_lib gdbserver-support.exp
28 if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.rust/
H A Dpp.exp18 load_lib gdb-python.exp
19 load_lib rust-support.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-corefile.exp18 load_lib mi-support.exp
27 if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
/netbsd-current/external/mit/isl/dist/
H A Disl_reordering.h30 __isl_give isl_reordering *isl_reordering_copy(__isl_keep isl_reordering *exp);
31 __isl_null isl_reordering *isl_reordering_free(__isl_take isl_reordering *exp);
33 __isl_take isl_reordering *exp, __isl_take isl_space *space);
34 __isl_give isl_reordering *isl_reordering_extend(__isl_take isl_reordering *exp,
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddiv_2ui.c39 mpfr_exp_t exp = MPFR_GET_EXP (x); local
42 MPFR_SETRAW (inexact, y, x, exp, rnd_mode);
43 /* Warning! exp may have increased by 1 due to rounding. Thus the
47 diffexp = (mpfr_uexp_t) exp - (mpfr_uexp_t) (__gmpfr_emin - 1);
48 if (MPFR_UNLIKELY (n >= diffexp)) /* exp - n <= emin - 1 */
57 /* Now, n < diffexp, i.e. n <= exp - emin, which a difference of
60 * an overflow (if exp had been increased by 1 due to rounding)
65 MPFR_SET_EXP (y, exp - (mpfr_exp_t) n);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Deval.c44 #include "c-exp.h"
53 parse_and_eval_address (const char *exp)
55 expression_up expr = parse_expression (exp);
63 parse_and_eval_long (const char *exp)
65 expression_up expr = parse_expression (exp);
71 parse_and_eval (const char *exp)
73 expression_up expr = parse_expression (exp);
115 evaluate_expression (struct expression *exp, struct type *expect_type)
117 return exp->evaluate (expect_type, EVAL_NORMAL);
124 evaluate_type (struct expression *exp)
52 parse_and_eval_address(const char *exp) argument
62 parse_and_eval_long(const char *exp) argument
70 parse_and_eval(const char *exp) argument
113 evaluate_expression(struct expression *exp, struct type *expect_type) argument
122 evaluate_type(struct expression *exp) argument
150 fetch_subexp_value(struct expression *exp, expr::operation *op, struct value **valp, struct value **resultp, std::vector<value_ref_ptr> *val_chain, bool preserve_errors) argument
527 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
578 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
608 evaluate_subexp_do_call(expression *exp, enum noside noside, value *callee, gdb::array_view<value *> argvec, const char *function_name, type *default_return_type) argument
682 evaluate_funcall(struct type *expect_type, struct expression *exp, enum noside noside, const char *function_name, const std::vector<operation_up> &args) argument
707 evaluate_funcall(struct type *expect_type, struct expression *exp, enum noside noside, const std::vector<operation_up> &args) argument
735 evaluate_funcall(struct type *expect_type, struct expression *exp, enum noside noside, const std::vector<operation_up> &args) argument
809 evaluate_funcall(struct type *expect_type, struct expression *exp, enum noside noside, const std::vector<operation_up> &args) argument
871 evaluate_funcall(struct type *expect_type, struct expression *exp, enum noside noside, const std::vector<operation_up> &args) argument
1027 complete(struct expression *exp, completion_tracker &tracker, const char *prefix) argument
1077 eval_op_scope(struct type *expect_type, struct expression *exp, enum noside noside, struct type *type, const char *string) argument
1091 eval_op_var_entry_value(struct type *expect_type, struct expression *exp, enum noside noside, symbol *sym) argument
1109 eval_op_var_msym_value(struct type *expect_type, struct expression *exp, enum noside noside, bool outermost_p, bound_minimal_symbol msymbol) argument
1126 eval_op_func_static_var(struct type *expect_type, struct expression *exp, enum noside noside, value *func, const char *var) argument
1141 eval_op_register(struct type *expect_type, struct expression *exp, enum noside noside, const char *name) argument
1172 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
1187 eval_op_objc_selector(struct type *expect_type, struct expression *exp, enum noside noside, const char *sel) argument
1199 eval_op_ternop(struct type *expect_type, struct expression *exp, enum noside noside, struct value *array, struct value *low, struct value *upper) argument
1211 eval_op_structop_struct(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1, const char *string) argument
1225 eval_op_structop_ptr(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1, const char *string) argument
1281 eval_op_member(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1, struct value *arg2) argument
1321 eval_op_add(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1, struct value *arg2) argument
1343 eval_op_sub(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1, struct value *arg2) argument
1369 eval_op_binary(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1414 eval_op_subscript(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1448 eval_op_equal(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1469 eval_op_notequal(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1490 eval_op_less(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1511 eval_op_gtr(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1532 eval_op_geq(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1553 eval_op_leq(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1574 eval_op_repeat(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1594 eval_op_plus(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1610 eval_op_neg(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1626 eval_op_complement(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1642 eval_op_lognot(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1659 eval_op_ind(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1) argument
1709 eval_op_alignof(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1) argument
1725 eval_op_memval(struct type *expect_type, struct expression *exp, enum noside noside, struct value *arg1, struct type *type) argument
1738 eval_op_preinc(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1769 eval_op_predec(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1800 eval_op_postinc(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1834 eval_op_postdec(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1) argument
1868 eval_op_type(struct type *expect_type, struct expression *exp, enum noside noside, struct type *type) argument
1880 eval_binop_assign_modify(struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, struct value *arg1, struct value *arg2) argument
1916 eval_op_objc_msgcall(struct type *expect_type, struct expression *exp, enum noside noside, CORE_ADDR selector, value *target, gdb::array_view<value *> args) argument
2185 eval_multi_subscript(struct type *expect_type, struct expression *exp, enum noside noside, value *arg1, gdb::array_view<value *> args) argument
2224 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2257 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2271 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2300 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2330 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2356 evaluate_struct_tuple(struct value *struct_val, struct expression *exp, enum noside noside, int nargs) argument
2418 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2551 evaluate(struct type *expect_type, struct expression *exp, enum noside noside) argument
2572 evaluate_subexp_for_address_base(struct expression *exp, enum noside noside, value *x) argument
2596 evaluate_for_cast(struct type *expect_type, struct expression *exp, enum noside noside) argument
2605 evaluate_for_address(struct expression *exp, enum noside noside) argument
2612 evaluate_for_address(struct expression *exp, enum noside noside) argument
2624 evaluate_for_address(struct expression *exp, enum noside noside) argument
2640 evaluate_for_address(struct expression *exp, enum noside noside) argument
2655 evaluate_for_address(struct expression *exp, enum noside noside) argument
2663 evaluate_for_address(struct expression *exp, enum noside noside) argument
2674 evaluate_for_address(struct expression *exp, enum noside noside) argument
2701 evaluate_with_coercion(struct expression *exp, enum noside noside) argument
2722 evaluate_subexp_for_sizeof_base(struct expression *exp, struct type *type) argument
2740 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2747 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2764 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2797 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2815 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2822 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2831 evaluate_for_sizeof(struct expression *exp, enum noside noside) argument
2854 evaluate_for_cast(struct type *to_type, struct expression *exp, enum noside noside) argument
2877 evaluate_for_cast(struct type *to_type, struct expression *exp, enum noside noside) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.c56 #include "plural-exp.h"
72 struct expression *exp; member in union:__anon524
230 "start", "exp", 0
1012 if (yyvsp[0].exp == NULL)
1014 ((struct parse_args *) arg)->res = yyvsp[0].exp;
1020 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp);
1026 yyval.exp
1320 FREE_EXPRESSION(struct expression *exp) argument
1348 const char *exp = *pexp; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dplural.c56 #include "plural-exp.h"
72 struct expression *exp; member in union:__anon793
230 "start", "exp", 0
1012 if (yyvsp[0].exp == NULL)
1014 ((struct parse_args *) arg)->res = yyvsp[0].exp;
1020 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp);
1026 yyval.exp
1320 FREE_EXPRESSION(struct expression *exp) argument
1348 const char *exp = *pexp; local
[all...]
/netbsd-current/lib/libm/src/
H A Dw_exp.c19 * wrapper exp(x)
27 __weak_alias(exp, _exp)
35 exp(double x) /* wrapper exp */ function
45 return __kernel_standard(x,x,6); /* exp overflow */
47 return __kernel_standard(x,x,7); /* exp underflow */
/netbsd-current/tests/libexec/ld.elf_so/
H A Dt_thread_local_dtor.sh38 cat >exp <<EOF
47 diff -Nru exp out \

Completed in 340 milliseconds

<<11121314151617181920>>