Searched refs:program (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/haiku-buildtools/cloog/source/
H A Dprogram.c5 ** program.c **
73 void cloog_program_print_structure(file, program, level)
75 CloogProgram * program ;
93 fprintf(file, "Language: %c\n",program->language) ;
103 fprintf(file,"Scattering dimension number: %d\n",program->nb_scattdims) ;
113 if (program->scaldims != NULL)
115 for (i=0;i<program->nb_scattdims;i++)
116 fprintf(file," %d:%d ",i,program->scaldims[i]) ;
128 cloog_names_print_structure(file,program->names,level+1) ;
136 cloog_domain_print_structure(file, program
165 cloog_program_dump_cloog(FILE * foo, CloogProgram * program, CloogScatteringList *scattering) argument
261 cloog_program_print(FILE * file, CloogProgram * program) argument
305 print_iterator_declarations(FILE *file, CloogProgram *program, CloogOptions *options) argument
320 print_callable_preamble(FILE *file, CloogProgram *program, CloogOptions *options) argument
357 print_callable_postamble(FILE *file, CloogProgram *program) argument
375 cloog_program_osl_pprint(FILE * file, CloogProgram * program, CloogOptions * options) argument
567 cloog_program_free(CloogProgram * program) argument
750 { CloogProgram * program ; local
898 cloog_program_block(CloogProgram *program, CloogScatteringList *scattering, CloogOptions *options) argument
1014 cloog_program_extract_scalars(CloogProgram *program, CloogScatteringList *scattering, CloogOptions *options) argument
1113 cloog_program_scatter(CloogProgram *program, CloogScatteringList *scattering, CloogOptions *options) argument
[all...]
H A Dcloog.c44 { CloogProgram * program ; local
54 /* Reading the program informations. */
55 program = cloog_program_read(input,options) ;
59 program = cloog_program_generate(program,options) ;
61 cloog_program_print(stdout,program) ;
62 cloog_program_pprint(output,program,options) ;
63 cloog_program_free(program) ;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dreduction-2.f953 program reduction
8 end program reduction
H A Dcache-1.f954 program test
H A Dseveral-directives.f953 program test
H A Ddeclare-1.f954 program test
17 end program test
H A Dhost_data-tree.f954 program test
10 end program test
H A Dprivate-3.f955 program test
23 end program test
H A Dprivate-2.f955 program test
39 end program test
H A Dbranch.f953 program test
53 end program test
H A Dprivate-1.f956 program test
33 end program test
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconfigure137 --program-transform-name) # CYGNUS LOCAL
145 --program-prefix) # CYGNUS LOCAL
152 --program-suffix) # CYGNUS LOCAL
216 -program-transform-name | --program-transform-name \
217 | --program-transform-nam | --program-transform-na \
218 | --program-transform-n | --program-transform- | --program
[all...]
/haiku-buildtools/cloog/include/cloog/
H A Dprogram.h5 ** program.h **
52 * this structure contains all the informations of a program generated or to be
56 { /* Basic program description fields. */
57 char language ; /**< The language of the program. */
59 CloogDomain * context ; /**< The context of the program. */
60 CloogLoop * loop ; /**< The loops of the program. */
105 void cloog_program_block(CloogProgram *program,
107 void cloog_program_extract_scalars(CloogProgram *program,
109 void cloog_program_scatter(CloogProgram *program,
H A Dcloog.h58 #include <cloog/program.h>
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomp-goto-1.c40 insn_t *program; member in struct:__anon1790
75 insn_t *program = env->program; local
77 program[i].f1.offset = op_map[program[i].f1.offset] - base_addr;
122 insn_t program[2 + 1]; variable
147 program[i] = insn;
151 program[2] = insn;
153 env.pc = program;
154 env.program
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dcomp-goto-1.c42 insn_t *program; member in struct:__anon1422
77 insn_t *program = env->program; local
79 program[i].f1.offset = op_map[program[i].f1.offset] - base_addr;
124 insn_t program[2 + 1]; variable
149 program[i] = insn;
153 program[2] = insn;
155 env.pc = program;
156 env.program
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dpexecute.c1 /* Utilities to execute a program in a subprocess (possibly linked by pipes
69 /* pexecute: execute a program.
73 THIS_PNAME is name of the calling program (i.e. argv[0]).
122 the code behaves like it does. pexecute runs the program, tucks the
134 pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
135 const char *program;
153 rc = (flags & PEXECUTE_SEARCH ? spawnvp : spawnv) (1, program, argv);
159 scmd = (char *) xmalloc (strlen (program) + strlen (temp_base) + 6 + el);
160 rf = scmd + strlen(program) + 2 + el;
161 sprintf (scmd, "%s%s @%s.gp", program,
[all...]
/haiku-buildtools/jam/
H A Dregexp.h18 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
26 * The first byte of the regexp internal "program" is actually this magic
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug449.go12 // This program generates a lot of equality tests and hopes to
14 // NOTE: this program assumes comparing instance of T and T's
39 program = strings.Replace(program, "$DECLS", decls.String(), 1)
40 program = strings.Replace(program, "$CALLS", calls.String(), 1)
41 fmt.Print(program)
44 var program = `package main var
H A Dbug447.go49 program = strings.Replace(program, "$NAMES", names.String(), 1)
50 program = strings.Replace(program, "$FUNCS", funcs.String(), 1)
51 fmt.Print(program)
71 var program = var
/haiku-buildtools/binutils/gas/testsuite/gas/nios2/
H A Dmovia.s1 # Test program for movia reg, immed32 macro
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-linkonce/
H A Dx.s1 ;# Main file, x.s, with the program (_start) referring to two
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dx.s1 ;# Main file, x.s, with the program (_start) referring to two
/haiku-buildtools/cloog/test/
H A Dgenerate_test.c8 * which is also generated by this program.
17 CloogProgram *program; local
19 program = cloog_program_read(stdin, options);
21 domain = cloog_domain_copy(program->context);
23 cloog_program_free(program);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dmisc17.C11 FwtErrorManager(ostream& err, const char *program);

Completed in 361 milliseconds

1234567891011>>