Home
last modified time | relevance | path

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

123

/dports/graphics/tachyon/tachyon/scenes/
H A Dspace.dat40 file tpoly/galclass.tpoly
47 file tpoly/deathstr.tpoly
54 file tpoly/destroyr.tpoly
61 file tpoly/t_i_e.tpoly
69 file tpoly/x_wing.tpoly
76 file tpoly/intercep.tpoly
83 file tpoly/r_falke.tpoly
H A Dtpolytest.dat23 FILE tpoly/destroyr.tpoly
/dports/graphics/agg/agg-2.5/examples/
H A Dgamma_ctrl.cpp132 ras.add_path(tpoly, 0); in on_draw()
137 ras.add_path(tpoly, 0); in on_draw()
144 ras.add_path(tpoly, 0); in on_draw()
149 ras.add_path(tpoly, 0); in on_draw()
156 ras.add_path(tpoly, 0); in on_draw()
161 ras.add_path(tpoly, 0); in on_draw()
168 ras.add_path(tpoly, 0); in on_draw()
173 ras.add_path(tpoly, 0); in on_draw()
178 ras.add_path(tpoly, 0); in on_draw()
183 ras.add_path(tpoly, 0); in on_draw()
[all …]
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dtpoly.cpp44 REQUIRE_THROWS_MATCHES(tpoly(par[10], par[9]), std::invalid_argument,
48 tpoly(par[11], par[11]), std::invalid_argument,
52 REQUIRE_THROWS_MATCHES(tpoly("x"_var, par[11]), std::invalid_argument,
54 REQUIRE_THROWS_MATCHES(tpoly(par[11], "x"_var), std::invalid_argument,
64 auto ex = tpoly(par[10], par[20]) + x;
80 REQUIRE(ex == tpoly(par[10], par[20]) + x);
H A Dtaylor_tpoly.cpp111 REQUIRE(has_time(1. + tpoly(par[0], par[1])));
112 REQUIRE(has_time(hy::time + tpoly(par[0], par[1])));
116 REQUIRE(!detail::is_tpoly(1. + tpoly(par[0], par[1])));
117 REQUIRE(detail::is_tpoly(tpoly(par[0], par[1])));
124 auto eq = 6. * hy::time * cos(tpoly(par[0], par[3]))
125 - tpoly(par[3], par[6]) * sin(tpoly(par[0], par[3])) * tpoly(par[6], par[8]);
144 …taylor_add_jet<double>(s, "jet", {tpoly(par[0], par[1]), x + y + tpoly(par[0], par[3]) + tpoly(par…
153 oss << tpoly(par[3], par[6]);
170 … taylor_add_jet<fp_t>(s, "jet", {tpoly(par[0], par[1]), x + y}, 1, 1, high_accuracy, compact_mode); in __anond606d6850402()
192 … taylor_add_jet<fp_t>(s, "jet", {tpoly(par[0], par[2]), x + y}, 1, 1, high_accuracy, compact_mode); in __anond606d6850402()
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dgamma_ctrl.dpr182 tpoly : conv_transform;
227 ras.add_path(@tpoly ,0 );
233 ras.add_path(@tpoly ,0 );
242 ras.add_path(@tpoly ,0 );
248 ras.add_path(@tpoly ,0 );
257 ras.add_path(@tpoly ,0 );
263 ras.add_path(@tpoly ,0 );
272 ras.add_path(@tpoly ,0 );
278 ras.add_path(@tpoly ,0 );
284 ras.add_path(@tpoly ,0 );
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dgamma_ctrl.dpr182 tpoly : conv_transform;
227 ras.add_path(@tpoly ,0 );
233 ras.add_path(@tpoly ,0 );
242 ras.add_path(@tpoly ,0 );
248 ras.add_path(@tpoly ,0 );
257 ras.add_path(@tpoly ,0 );
263 ras.add_path(@tpoly ,0 );
272 ras.add_path(@tpoly ,0 );
278 ras.add_path(@tpoly ,0 );
284 ras.add_path(@tpoly ,0 );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dgamma_ctrl.dpr182 tpoly : conv_transform;
227 ras.add_path(@tpoly ,0 );
233 ras.add_path(@tpoly ,0 );
242 ras.add_path(@tpoly ,0 );
248 ras.add_path(@tpoly ,0 );
257 ras.add_path(@tpoly ,0 );
263 ras.add_path(@tpoly ,0 );
272 ras.add_path(@tpoly ,0 );
278 ras.add_path(@tpoly ,0 );
284 ras.add_path(@tpoly ,0 );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dgamma_ctrl.dpr182 tpoly : conv_transform;
227 ras.add_path(@tpoly ,0 );
233 ras.add_path(@tpoly ,0 );
242 ras.add_path(@tpoly ,0 );
248 ras.add_path(@tpoly ,0 );
257 ras.add_path(@tpoly ,0 );
263 ras.add_path(@tpoly ,0 );
272 ras.add_path(@tpoly ,0 );
278 ras.add_path(@tpoly ,0 );
284 ras.add_path(@tpoly ,0 );
[all …]
/dports/graphics/grx/grx249/test/bgi/
H A Dmakefile.wat30 .\tpoly.obj : .\test\tpoly.c .AUTODEPEND
74 $(GRX_BIN_SUBDIR)\tpoly.exe : .\tpoly.obj $(GRXLIB) .AUTODEPEND
75 @%write tpoly.lk1 FIL tpoly.obj
76 @%append tpoly.lk1 LIBR $(GRXLIB)
77 $(LINK) name $(GRX_BIN_SUBDIR)\tpoly $(LINK_OPTS) @.tpolylk1
/dports/math/vtk6/VTK-6.2.0/Common/Transforms/Testing/Tcl/
H A Dcylindrical.tcl22 vtkTransformPolyDataFilter tpoly
23 tpoly SetInputConnection [plane GetOutputPort]
24 tpoly SetTransform transform
27 tpoly2 SetInputConnection [tpoly GetOutputPort]
H A Dspherical.tcl22 vtkTransformPolyDataFilter tpoly
23 tpoly SetInputConnection [plane GetOutputPort]
24 tpoly SetTransform transform
28 tpoly2 SetInputConnection [tpoly GetOutputPort]
/dports/math/vtk6/VTK-6.2.0/Common/Transforms/Testing/Python/
H A Dspherical.py25 tpoly = vtk.vtkTransformPolyDataFilter() variable
26 tpoly.SetInputConnection(plane.GetOutputPort())
27 tpoly.SetTransform(transform)
31 tpoly2.SetInputConnection(tpoly.GetOutputPort())
H A Dcylindrical.py22 tpoly = vtk.vtkTransformPolyDataFilter() variable
23 tpoly.SetInputConnection(plane.GetOutputPort())
24 tpoly.SetTransform(transform)
26 tpoly2.SetInputConnection(tpoly.GetOutputPort())
/dports/math/vtk8/VTK-8.2.0/Common/Transforms/Testing/Python/
H A Dcylindrical.py21 tpoly = vtk.vtkTransformPolyDataFilter() variable
22 tpoly.SetInputConnection(plane.GetOutputPort())
23 tpoly.SetTransform(transform)
25 tpoly2.SetInputConnection(tpoly.GetOutputPort())
H A Dspherical.py24 tpoly = vtk.vtkTransformPolyDataFilter() variable
25 tpoly.SetInputConnection(plane.GetOutputPort())
26 tpoly.SetTransform(transform)
30 tpoly2.SetInputConnection(tpoly.GetOutputPort())
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/Testing/Python/
H A Dspherical.py24 tpoly = vtk.vtkTransformPolyDataFilter() variable
25 tpoly.SetInputConnection(plane.GetOutputPort())
26 tpoly.SetTransform(transform)
30 tpoly2.SetInputConnection(tpoly.GetOutputPort())
H A Dcylindrical.py21 tpoly = vtk.vtkTransformPolyDataFilter() variable
22 tpoly.SetInputConnection(plane.GetOutputPort())
23 tpoly.SetTransform(transform)
25 tpoly2.SetInputConnection(tpoly.GetOutputPort())
/dports/graphics/gmt/gmt-6.3.0/test/gmtspatial/
H A Dbtruncate.sh6 cat << EOF > tpoly.xy
13 gmt spatial tpoly.xy -C -R0/10/0/10 > clipped.txt
16 gmt psxy -R -J tpoly.xy -W1p -O -K >> $ps
H A Datruncate.sh6 cat << EOF > tpoly.xy
13 gmt spatial tpoly.xy -C -R0/100/-3100/-3000 > clipped.txt
16 gmt psxy -R -J tpoly.xy -W1p -O -K >> $ps
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DCameraAndSliderWidgets.tcl28 vtkTransformPolyDataFilter tpoly
29 tpoly SetInputConnection [plane GetOutputPort]
30 tpoly SetTransform transform
47 mapper SetInputConnection [tpoly GetOutputPort]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_08_addons/
H A Dtest_804_importer.py185 tpoly = target.modelspace()[0]
186 assert len(tpoly.vertices) == 4
187 assert tpoly.seqend is not None
188 assert tpoly.seqend.dxf.layer == tpoly.dxf.layer
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/poly1305-0.7.1/tests/
H A Dlib.rs55 let mut tpoly = Poly1305::new(total_key.as_ref().into()); in donna_self_test2() localVariable
63 tpoly.update(&tag.into_bytes()); in donna_self_test2()
66 assert_eq!(&total_mac[..], tpoly.finalize().into_bytes().as_slice()); in donna_self_test2()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/poly1305-0.6.2/tests/
H A Dlib.rs55 let mut tpoly = Poly1305::new(total_key.as_ref().into()); in donna_self_test2() localVariable
63 tpoly.update(&tag.into_bytes()); in donna_self_test2()
66 assert_eq!(&total_mac[..], tpoly.finalize().into_bytes().as_slice()); in donna_self_test2()
/dports/graphics/grx/grx249/test/
H A Dmakefile.wat102 .\tpoly.obj : .\test\tpoly.c .AUTODEPEND
146 $(GRX_BIN_SUBDIR)\tpoly.exe : .\tpoly.obj $(GRXLIB) .AUTODEPEND
147 @%write tpoly.lk1 FIL tpoly.obj
148 @%append tpoly.lk1 LIBR $(GRXLIB)
149 $(LINK) name $(GRX_BIN_SUBDIR)\tpoly $(LINK_OPTS) @.tpolylk1

123