OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CloogScattering
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
domain.h
48
struct
cloogscattering
;
49
typedef struct
cloogscattering
CloogScattering
;
66
* this structure reprensents a node of a linked list of
CloogScattering
structures.
69
CloogScattering
*scatt; /**< An element of the list. */
80
void cloog_scattering_print_constraints(FILE *,
CloogScattering
*);
82
void cloog_scattering_free(
CloogScattering
*);
116
CloogScattering
*cloog_domain_read_scattering(CloogDomain *domain, FILE *foo);
120
CloogScattering
* cloog_scattering_from_cloog_matrix(CloogState *state,
129
CloogScattering
*cloog_scattering_from_osl_relation(CloogState *
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h
48
struct
cloogscattering
;
49
typedef struct
cloogscattering
CloogScattering
;
66
* this structure reprensents a node of a linked list of
CloogScattering
structures.
69
CloogScattering
*scatt; /**< An element of the list. */
80
void cloog_scattering_print_constraints(FILE *,
CloogScattering
*);
82
void cloog_scattering_free(
CloogScattering
*);
116
CloogScattering
*cloog_domain_read_scattering(CloogDomain *domain, FILE *foo);
120
CloogScattering
* cloog_scattering_from_cloog_matrix(CloogState *state,
129
CloogScattering
*cloog_scattering_from_osl_relation(CloogState *
[
all
...]
Completed in 455 milliseconds