Home
last modified time | relevance | path

Searched refs:VEC (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd/src/external/lgpl3/gmp/dist/mpz/
Doddfac_1.c49 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ argument
51 (VEC)[(I)++] = (PR); \
55 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
58 (VEC)[(I)++] = (PR); \
140 #define SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \
153 FACTOR_LIST_STORE(__q, PR, MAX_PR, VEC, I); \
157 #define SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \ argument
161 FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I); \
170 #define SH_SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \ argument
175 FACTOR_LIST_STORE(__prime, PR, MAX_PR, VEC, I); \
Dbin_uiui.c479 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ argument
481 (VEC)[(I)++] = (PR); \
485 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
488 (VEC)[(I)++] = (PR); \
549 #define COUNT_A_PRIME(P, N, K, PR, MAX_PR, VEC, I) \ argument
554 FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I); \
564 #define SH_COUNT_A_PRIME(P, N, K, PR, MAX_PR, VEC, I) \ argument
569 FACTOR_LIST_STORE (__prime, PR, MAX_PR, VEC, I); \
D2fac_ui.c35 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
38 (VEC)[(I)++] = (PR); \
Dfac_ui.c36 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
39 (VEC)[(I)++] = (PR); \
Dmfac_uiui.c39 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
42 (VEC)[(I)++] = (PR); \
Dprimorial_ui.c42 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
45 (VEC)[(I)++] = (PR); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.h1537 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument
1538 sparc_defer_case_vector ((LAB),(VEC), 0)
1540 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) \ argument
1541 sparc_defer_case_vector ((LAB),(VEC), 1)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.md4458 (define_mode_iterator VEC [V8QI V4HI V2SI])
4462 [(set (match_operand:VEC 0 "nonimmediate_operand")
4463 (match_operand:VEC 1 "general_operand"))]
4471 [(set (match_operand:VEC 0 "register_operand")
4472 (match_operand:VEC 1 "non_zero_const_operand"))]
4484 [(set (match_operand:VEC 0 "nonimmediate_operand")
4485 (match_operand:VEC 1 "general_operand"))]
4493 [(set (match_operand:VEC 0 "nonimmediate_operand" "=r,r,r,m,*f,*f,m,r,*f")
4494 (match_operand:VEC 1 "input_operand" "rW,i,m,rW,*fW,m,*f,*f,r"))]
4520 [(set (match_operand:VEC 0 "register_operand" "=r")
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20051456 Make CONSTRUCTOR use VEC to store initializers.
1459 VEC in CONSTRUCTOR_ELTS.
1464 (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
1471 with VEC in CONSTRUCTOR_ELTS.
1473 (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
1476 * init.c (build_zero_init, build_vec_init): Update to cope with VEC
1479 * parser.c (cp_parser_postfix_expression): Use a VEC for the
1481 (cp_parser_initializer_list): Build a VEC of initializers.
1482 * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
1488 * tree.c (stabilize_init): Update to cope with VEC in
[all …]
DChangeLog-20101715 * parser.c (cp_default_arg_entry): Declare. Declare a VEC of it.
1716 (cp_unparsed_functions_entry): Declare. Declare a VEC of it.
1718 Change type to a VEC.
1734 * name-lookup.h (cp_label_binding): Declare. Declare a VEC type
2051 * parser.c (cp_parser_omp_for_loop): Use a VEC for for_block.
2055 * repo.c (pending_repo): Change type to a VEC.
2068 (incomplete_vars): Adjust comment. Change type to a VEC.
2075 to a VEC.
2249 classes fields to VEC.
2329 to a VEC.
[all …]
DChangeLog-20041058 * parser.c (cp_token_position): New typedef. Define VEC thereof.
1061 VEC(cp_token_position).
1850 * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
1852 * rtti.c (unemitted_tinfo_decls): Make a VEC(tree).
2095 VEC(tree).
2100 * class.c (check_methods): CLASSTYPE_INLINE_FRIENDS is a VEC(tree).
2104 CLASSTYPE_PURE_VIRTUALS is a VEC(tree).
3200 (struct lang_type_class): Make vcall_indices a VEC(tree_pair_s).
3558 has_abstract_assign_ref. Make methods a VEC(tree) *.
4223 (deferred_access_stack): Make a VEC(deferred_access),
DChangeLog-2011927 (set_up_extended_ref_temp): Use it. Change cleanup parm to VEC.
931 (check_initializer): Change cleanup parm to VEC. Handle references
935 (cp_finish_decl): Change cleanup to VEC.
3367 * pt.c (deduction_tsubst_fntype): Use a VEC initially.
4401 (struct cp_lexer): Change field buffer to be a VEC of cp_token.
4422 tokens into the new VEC buffer.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-int.h788 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
789 for (minmax_set_iter_init (&(ITER), (VEC), (MIN), (MAX)); \
DChangeLog-200510 VEC(int,heap).
12 eliminate_phi): Use the VEC API on STACK.
574 may_aliases field to VEC(tree, gc) *.
579 Work with VEC(tree, gc) * instead of varray.
4175 * config/rs6000/predicates.md (vrsave_operation): SET_SRC is a VEC.
6203 build_vuses): Change to VEC type.
6211 (init_ssa_operands, fini_ssa_operands): Use VEC routines.
6224 with direct VEC manipulations.
10892 method vector to "VEC(tree,gc)*" and use vector accessor
11108 Make CONSTRUCTOR use VEC to store initializers.
[all …]
DChangeLog-2006261 (insn_addresses_): Change the type to VEC(int,heap)*.
264 INSN_ADDRESSES_NEW): Use VEC instead of VARRAY.
524 type of to_remove to VEC(edge), remove n_to_remove argument.
526 Change type of to_remove to VEC(edge), remove n_to_remove argument.
530 Change type of to_remove to VEC(edge), remove n_to_remove argument.
1882 * tree-data-ref.h: Do not declare VEC(loop_p).
1890 * cfgloop.h: Declare VEC(loop_p).
8230 to VEC (loop_p, heap) pointer.
8786 (struct loop_work and related VEC declarations): Delete.
10286 (output_used_types): Free the VEC.
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dvms-alpha.c394 #define VEC_COUNT(VEC) ((VEC).nbr_el) argument
398 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N]) argument
400 #define VEC_INIT(VEC) \ argument
402 (VEC).max_el = 0; \
403 (VEC).nbr_el = 0; \
404 (VEC).els = NULL; \
413 #define VEC_APPEND(VEC, TYPE) \ argument
414 ((TYPE *) vector_grow1 (&VEC, sizeof (TYPE)))
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dvms-alpha.c394 #define VEC_COUNT(VEC) ((VEC).nbr_el) argument
398 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N]) argument
400 #define VEC_INIT(VEC) \ argument
402 (VEC).max_el = 0; \
403 (VEC).nbr_el = 0; \
404 (VEC).els = NULL; \
413 #define VEC_APPEND(VEC, TYPE) \ argument
414 ((TYPE *) vector_grow1 (&VEC, sizeof (TYPE)))
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20172026 (dtrace_probe_arg_s): Delete type and VEC.
2034 (dtrace_process_dof_probe): Use 'std::vector' instead of VEC.
2093 (stap_probe_arg_s): Delete type and VEC.
2190 instead of 'probe_ops'. Use 'std::vector' instead of VEC,
2229 (info_probe_column_s): Delete type and VEC.
2330 * varobj.c (install_dynamic_child): Change VEC parameters to
2779 * tui/tui-win.c (window_name_completer): Replace VEC with
7806 (DEF_VEC_O (bound_probe_s)): Remove VEC.
10854 completion_tracker instead of a VEC.
11051 prototype and work with completion_tracker instead of VEC.
[all …]
DChangeLog-20124980 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4986 `VEC (probe_p) *'.
4989 `VEC (probe_p) *'.
5305 * parser-defs.h (type_ptr): New typedef. Define a VEC.
6092 value to "VEC (char_ptr) *". Adjust implementation accordingly.
6155 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6156 * breakpoint.c (catch_syscall_completer): Return a VEC.
6158 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6164 (location_completer): Return a VEC.
6166 to a VEC.
[all …]
DChangeLog-20162698 VEC (CORE_ADDR) *. Return NULL instead of 0. Don't call
2704 VEC (CORE_ADDR) *. Return NULL instead of 0.
2710 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
2712 VEC (CORE_ADDR) *.
2716 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
2728 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
2730 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
3510 (cmdarg_s): Remove typedef. Don't define VEC.
3511 (captured_main_1): Use vector, not VEC. Remove cleanups.
4794 (s390_stopped_by_watchpoint): Now access the watch_areas VEC via
[all …]
DChangeLog-20181921 * symtab.h: (symtab_ptr): Remove typedef. Don't define a VEC.
4625 * linespec.c (symbolp): Remove typedef and VEC definitions.
7233 VEC.
7380 VEC.
8715 declare VEC. Add constructor.
8776 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
9412 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
9426 declare VEC.
9439 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
9445 declare VEC.
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Doptions.texi380 a @code{VEC(cl_deferred_option,heap)} that stores the option for later
382 to be cast to @code{VEC(cl_deferred_option,heap)} before use.)
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
DChangeLog2430 build_function_call () with the VEC equivalent. Construct parameter
2752 (objc_build_struct): Use a VEC rather than building a TREE_LIST.
2825 * objc-act.c (objc_build_constructor): Take a VEC instead of a tree.
2827 (objc_build_string_object): Build a VEC argument for
3464 Make CONSTRUCTOR use VEC to store initializers.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dvect.md23 (define_mode_iterator VEC [V8QI V4HI V2SI V2SF])
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmips-opc.c189 case 'X': REG (5, 6, VEC); in decode_mips_operand()
190 case 'Y': REG (5, 11, VEC); in decode_mips_operand()
191 case 'Z': REG (5, 16, VEC); in decode_mips_operand()

1234