Home
last modified time | relevance | path

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

12345678910>>...14

/dports/graphics/povray37/povray-3.7.0.10/source/backend/pattern/
H A Dwarps.cpp107 WARP *Warp=TPat->Warps; in Warp_EPoint()
285 const WARP *Warp=TPat->Warps; in Warp_Normal()
318 const WARP *Warp = NULL; in UnWarp_Normal()
783 WARP *Create_Warp (int Warp_Type) in Create_Warp()
785 WARP *New; in Create_Warp()
887 New = reinterpret_cast<WARP *>(POV_MALLOC(sizeof(WARP),"cubic warp")); in Create_Warp()
921 void Destroy_Warps (WARP *Warps) in Destroy_Warps()
923 WARP *Temp1 = Warps; in Destroy_Warps()
924 WARP *Temp2; in Destroy_Warps()
956 WARP *Copy_Warps (const WARP *Old) in Copy_Warps()
[all …]
H A Dwarps.h142 WARP *Create_Warp (int Warp_Type);
143 void Destroy_Warps (WARP *Warps);
144 WARP *Copy_Warps (const WARP *Old);
/dports/graphics/povray36/povray-3.6.1/source/
H A Dwarps.cpp97 WARP *Warp=TPat->Warps; in Warp_EPoint()
307 WARP *Warp = NULL; in UnWarp_Normal()
705 WARP *New; in Create_Warp()
730 New = (WARP *)TNew; in Create_Warp()
744 New = (WARP *)RNew; in Create_Warp()
780 New = (WARP *)SNew; in Create_Warp()
787 New = (WARP *)PNew; in Create_Warp()
838 WARP *Temp1 = Warps; in Destroy_Warps()
839 WARP *Temp2; in Destroy_Warps()
871 WARP *Copy_Warps (WARP *Old) in Copy_Warps()
[all …]
H A Dwarps.h145 WARP *Create_Warp (int Warp_Type);
146 void Destroy_Warps (WARP *Warps);
147 WARP *Copy_Warps (WARP *Old);
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dwarps.cpp109 WARP *Warp=TPat->Warps; in Warp_EPoint()
324 WARP *Warp = NULL; in UnWarp_Normal()
722 WARP *New; in Create_Warp()
751 New = (WARP *)TNew; in Create_Warp()
765 New = (WARP *)RNew; in Create_Warp()
811 New = (WARP *)SNew; in Create_Warp()
818 New = (WARP *)PNew; in Create_Warp()
869 WARP *Temp1 = Warps; in Destroy_Warps()
870 WARP *Temp2; in Destroy_Warps()
909 WARP *Copy_Warps (WARP *Old) in Copy_Warps()
[all …]
H A Dwarps.h166 WARP *Create_Warp (int Warp_Type);
167 void Destroy_Warps (WARP *Warps);
168 WARP *Copy_Warps (WARP *Old);
/dports/devel/swig/swig-4.0.2/Examples/csharp/enum/
H A Drunme.cs15 Console.WriteLine(" Foo::" + Foo.speed.WARP + " = " + (int)Foo.speed.WARP); in Main()
21 example.enum_test(color.BLUE, Foo.speed.WARP); in Main()
28 f.enum_test(Foo.speed.WARP); in Main()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/d2/
H A Drunme.d15 writefln(" Foo.%s = %s", Foo.speed.WARP, cast(int)Foo.speed.WARP); in main()
20 example.enum_test(color.BLUE, Foo.speed.WARP); in main()
26 f.enum_test(Foo.speed.WARP); in main()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/d1/
H A Drunme.d15 Stdout.formatln(" Foo.{} = {}", Foo.speed.WARP, cast(int)Foo.speed.WARP); in main()
20 example.enum_test(color.BLUE, Foo.speed.WARP); in main()
26 f.enum_test(Foo.speed.WARP); in main()
/dports/devel/swig/swig-4.0.2/Examples/java/enum/
H A Drunme.java22 System.out.println(" Foo::" + Foo.speed.WARP + " = " + Foo.speed.WARP.swigValue()); in main()
28 example.enum_test(color.BLUE, Foo.speed.WARP); in main()
35 f.enum_test(Foo.speed.WARP); in main()
/dports/devel/swig/swig-4.0.2/Examples/php/enum/
H A Drunme.php15 print " Foo::WARP =" . Foo::WARP;
21 enum_test(BLUE, Foo::WARP);
29 $f->enum_test(Foo::WARP);
/dports/devel/swig/swig-4.0.2/Examples/python/enum/
H A Drunme.py15 print " Foo_WARP =", example.Foo.WARP
21 example.enum_test(example.BLUE, example.Foo.WARP)
29 f.enum_test(example.Foo.WARP)
/dports/devel/libcwd/libcwd-1.0.6/testsuite/libcwd.tst/
H A Ddc.re7 WARP : Custom channel Test\.
14 WARP : Disabled
21 WARP : Enabled
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll5 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
6 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
7 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/SimpleLoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll5 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
6 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
7 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll5 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
6 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
7 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/SimpleLoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll5 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
6 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
7 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/SimpleLoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/SimpleLoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/SimpleLoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopUnswitch/
H A D2006-06-13-SingleEntryPHI.ll6 …%struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN…
7 %struct.TURB = type { i16, %struct.WARP*, [3 x double], i32, float, float }
8 %struct.WARP = type { i16, %struct.WARP* }

12345678910>>...14