Home
last modified time | relevance | path

Searched refs:saymem (Results 1 – 14 of 14) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dcomponent3d.c152 aPoly = (poly *)saymem("component.c",1,sizeof(poly)); in makeTriangle()
157 aPoly->indexPtr = (int *)saymem("component.c",3,sizeof(int)); in makeTriangle()
230 aPoly = (poly *)saymem("component.c",1,sizeof(poly)); in triangulate()
235 aPoly->indexPtr = (int *)saymem("component.c",1,intSize); in triangulate()
243 aPoly = (poly *)saymem("component.c",1,sizeof(poly)); in triangulate()
249 (int *)saymem("component.c",2,sizeof(int)); in triangulate()
257 aPoly = (poly *)saymem("component.c",1,sizeof(poly)); in triangulate()
263 (int *)saymem("component.c",2,sizeof(int)); in triangulate()
294 (viewTriple *)saymem("component.c",viewData.numOfPoints, in readComponentsFromViewman()
309 (LLPoint *)saymem("component.c, i",viewData.lllp.numOfComponents, in readComponentsFromViewman()
[all …]
H A Dcontour3d.c.out212 segment_list = saymem("contour.c: segment_list",
253 tmp_segment_list = saymem("contour.c: segment_list, append",
301 segment_list = saymem("contour.c: segment_list",
597 seg = (segment_struct *)saymem("contour.c: segment",1,sizeof(segment_struct));
616 vt = (viewTriple *)saymem("contour.c: viewTriple",1,sizeof(viewTriple));
H A Dsurface3d.c204 prev = retval = aPoly = (poly *)saymem("surface.c",1,sizeof(poly)); in copyPolygons()
205 aPoly->indexPtr = (int *)saymem("surface.c", in copyPolygons()
236 prev->next = aPoly = (poly *)saymem("surface.c",1,sizeof(poly)); in copyPolygons()
237 aPoly->indexPtr = (int *)saymem("surface.c", in copyPolygons()
H A Dmain3d.c519 if (!(viewData.title = (char *)saymem("main.c",i,sizeof(char)))) { in main()
H A Dtestcol.c394 if (!(viewport = (viewPoints *)saymem("viewport3D.c", in main()
H A DsmoothShade3d.c987 s = (polyList *)saymem("smoothShade.c",1,sizeof(polyList)); in drawPhong()
H A Dviewport3d.c519 if (!(viewport = (viewPoints *)saymem("viewport3D.c", in makeViewport()
H A Dcontrol3d.c883 if (!(control = (controlPanelStruct *)saymem("control.c",1, in makeControlPanel()
H A Dprocess3d.c880 if (!(event = (XEvent *)saymem("process.c",1,sizeof(XEvent)))) { in processEvents()
/dports/math/fricas/fricas-1.3.7/src/lib/
H A Dspadcolors.c227 …hiya = (unsigned long *) saymem("spadcolors30.c", totalHuesConst * (*total_Shades) + 2, sizeof(uns… in makeColors()
296 …*colorIndex = (unsigned long *) saymem("while allocating the colormap for FriCAS ", 2, sizeof(unsi… in makeColors()
331 pIndex = (unsigned long *) saymem("makePermVector", Colorcells, sizeof(unsigned long)); in makePermVector()
/dports/math/fricas/fricas-1.3.7/src/include/
H A Dspadcolors.h52 #define saymem(a, b, c) saymemWithLine(a, b, c, 0) macro
H A Dview.h37 #define saymem(a, b, c) saymemWithLine(a, b, c, __LINE__) macro
/dports/math/fricas/fricas-1.3.7/src/graph/include/
H A Dview.h37 #define saymem(a, b, c) saymemWithLine(a, b, c, __LINE__) macro
/dports/math/fricas/fricas-1.3.7/src/graph/
H A DMakenotes.tex93 saymem, check, etc. moved to util.c for library archive