Home
last modified time | relevance | path

Searched refs:paramVertex (Results 1 – 2 of 2) sorted by relevance

/dports/math/polylib/polylib-5.22.5/source/kernel/
H A Dpolyparam.c834 Param_Vertices *paramVertex;
846 paramVertex=(Param_Vertices *)malloc(sizeof(Param_Vertices));
847 paramVertex->Vertex=vertex;
850 paramVertex->Domain=Matrix_Alloc(1,2);
851 value_set_si(paramVertex->Domain->p[0][0],1);
852 value_set_si(paramVertex->Domain->p[0][1],1);
853 paramVertex->Facets = NULL;
854 paramVertex->next=result->V;
855 result->V=paramVertex;
/dports/math/barvinok/barvinok-0.41.5/polylib/source/kernel/
H A Dpolyparam.c834 Param_Vertices *paramVertex; in GenParamPolyhedron() local
846 paramVertex=(Param_Vertices *)malloc(sizeof(Param_Vertices)); in GenParamPolyhedron()
847 paramVertex->Vertex=vertex; in GenParamPolyhedron()
850 paramVertex->Domain=Matrix_Alloc(1,2); in GenParamPolyhedron()
851 value_set_si(paramVertex->Domain->p[0][0],1); in GenParamPolyhedron()
852 value_set_si(paramVertex->Domain->p[0][1],1); in GenParamPolyhedron()
853 paramVertex->Facets = NULL; in GenParamPolyhedron()
854 paramVertex->next=result->V; in GenParamPolyhedron()
855 result->V=paramVertex; in GenParamPolyhedron()