Home
last modified time | relevance | path

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

/dports/graphics/povray36/povray-3.6.1/source/
H A Dbezier.h59 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
111 void Precompute_Patch_Values (BICUBIC_PATCH *Shape);
112 BICUBIC_PATCH *Create_Bicubic_Patch (void);
113 void Compute_Bicubic_Patch_BBox (BICUBIC_PATCH *Patch);
114 void beztype2_compute_normals (BICUBIC_PATCH *, VECTOR [4][4], DBL , VECTOR);
116 int intersect_bicubic_patch_nsk (RAY *, BICUBIC_PATCH *, ISTACK *);
H A Dbezier.cpp1746 switch (((BICUBIC_PATCH *)Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
1756 …cnt = bezier_tree_walker(Ray, (BICUBIC_PATCH *)Object, ((BICUBIC_PATCH *)Object)->Node_Tree, Depth… in All_Bicubic_Patch_Intersections()
1874 BICUBIC_PATCH *Patch = (BICUBIC_PATCH *) Object; in Translate_Bicubic_Patch()
1953 BICUBIC_PATCH *Patch = (BICUBIC_PATCH *) Object; in Scale_Bicubic_Patch()
2000 BICUBIC_PATCH *Patch = (BICUBIC_PATCH *) Object; in Transform_Bicubic_Patch()
2075 BICUBIC_PATCH *Create_Bicubic_Patch() in Create_Bicubic_Patch()
2077 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
2079 New = (BICUBIC_PATCH *)POV_MALLOC(sizeof (BICUBIC_PATCH), "bicubic patch"); in Create_Bicubic_Patch()
2144 BICUBIC_PATCH *New; in Copy_Bicubic_Patch()
2217 BICUBIC_PATCH *Patch; in Destroy_Bicubic_Patch()
[all …]
H A Dparse.cpp561 BICUBIC_PATCH *Object; in Parse_Bicubic_Patch()
566 if ( (Object = (BICUBIC_PATCH *)Parse_Object_Id()) != NULL) in Parse_Bicubic_Patch()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dbezier.h64 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
119 void Precompute_Patch_Values (BICUBIC_PATCH *Shape);
120 BICUBIC_PATCH *Create_Bicubic_Patch (void);
121 void Compute_Bicubic_Patch_BBox (BICUBIC_PATCH *Patch);
122 void beztype2_compute_normals (BICUBIC_PATCH *, VECTOR [4][4], DBL , VECTOR);
124 int intersect_bicubic_patch_nsk (RAY *, BICUBIC_PATCH *, ISTACK *);
H A Dbezier.cpp1757 switch (((BICUBIC_PATCH *)Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
1767 …cnt = bezier_tree_walker(Ray, (BICUBIC_PATCH *)Object, ((BICUBIC_PATCH *)Object)->Node_Tree, Depth… in All_Bicubic_Patch_Intersections()
1885 BICUBIC_PATCH *Patch = (BICUBIC_PATCH *) Object; in Translate_Bicubic_Patch()
1964 BICUBIC_PATCH *Patch = (BICUBIC_PATCH *) Object; in Scale_Bicubic_Patch()
2011 BICUBIC_PATCH *Patch = (BICUBIC_PATCH *) Object; in Transform_Bicubic_Patch()
2086 BICUBIC_PATCH *Create_Bicubic_Patch() in Create_Bicubic_Patch()
2088 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
2090 New = (BICUBIC_PATCH *)POV_MALLOC(sizeof (BICUBIC_PATCH), "bicubic patch"); in Create_Bicubic_Patch()
2155 BICUBIC_PATCH *New; in Copy_Bicubic_Patch()
2228 BICUBIC_PATCH *Patch; in Destroy_Bicubic_Patch()
[all …]
H A Dparse.cpp653 BICUBIC_PATCH *Object; in Parse_Bicubic_Patch()
658 if ( (Object = (BICUBIC_PATCH *)Parse_Object_Id()) != NULL) in Parse_Bicubic_Patch()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp46 typedef struct Bicubic_Patch_Struct BICUBIC_PATCH; typedef
126 static BICUBIC_PATCH *Copy_Bicubic_Patch (OBJECT * Object);
164 static int intersect_subpatch (BICUBIC_PATCH * Shape, RAY * ray, in intersect_subpatch()
174 static int bezier_tree_walker (RAY * Ray, BICUBIC_PATCH * Shape, in bezier_tree_walker()
196 switch (((BICUBIC_PATCH *) Object)->Patch_Type) in All_Bicubic_Patch_Intersections()
200 bezier_tree_walker (Ray, (BICUBIC_PATCH *) Object, in All_Bicubic_Patch_Intersections()
201 ((BICUBIC_PATCH *) Object)->Node_Tree, in All_Bicubic_Patch_Intersections()
205 BICUBIC_PATCH *Create_Bicubic_Patch () in Create_Bicubic_Patch()
207 BICUBIC_PATCH *New; in Create_Bicubic_Patch()
209 (BICUBIC_PATCH *) pov_malloc ((sizeof (BICUBIC_PATCH)), "bezier.cpp", in Create_Bicubic_Patch()