Home
last modified time | relevance | path

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

123456

/dports/editors/textadept/cdk-5.0-20200923/examples/
H A Dmatrix_ex.c67 #define set_col(n, width, string) \ in main() macro
72 set_col (1, 7, "</B/5>Course"); in main()
73 set_col (2, 7, "</B/33>Lec 1"); in main()
74 set_col (3, 7, "</B/33>Lec 2"); in main()
75 set_col (4, 7, "</B/33>Lec 3"); in main()
76 set_col (5, 1, "</B/7>Flag"); in main()
/dports/devel/cdk/cdk-5.0-20161210/examples/
H A Dmatrix_ex.c67 #define set_col(n, width, string) \ in main() macro
72 set_col (1, 7, "</B/5>Course"); in main()
73 set_col (2, 7, "</B/33>Lec 1"); in main()
74 set_col (3, 7, "</B/33>Lec 2"); in main()
75 set_col (4, 7, "</B/33>Lec 3"); in main()
76 set_col (5, 1, "</B/7>Flag"); in main()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/utils/
H A DSk3D.cpp10 static void set_col(SkMatrix44* m, int col, const SkPoint3& v) { in set_col() function
34 set_col(dst, 0, s); in Sk3LookAt()
35 set_col(dst, 1, u); in Sk3LookAt()
36 set_col(dst, 2, -f); in Sk3LookAt()
37 set_col(dst, 3, eye); in Sk3LookAt()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/utils/
H A DSk3D.cpp10 static void set_col(SkMatrix44* m, int col, const SkPoint3& v) { in set_col() function
34 set_col(dst, 0, s); in Sk3LookAt()
35 set_col(dst, 1, u); in Sk3LookAt()
36 set_col(dst, 2, -f); in Sk3LookAt()
37 set_col(dst, 3, eye); in Sk3LookAt()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/utils/
H A DSk3D.cpp10 static void set_col(SkMatrix44* m, int col, const SkPoint3& v) { in set_col() function
34 set_col(dst, 0, s); in Sk3LookAt()
35 set_col(dst, 1, u); in Sk3LookAt()
36 set_col(dst, 2, -f); in Sk3LookAt()
37 set_col(dst, 3, eye); in Sk3LookAt()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/utils/
H A DSk3D.cpp10 static void set_col(SkMatrix44* m, int col, const SkPoint3& v) { in set_col() function
34 set_col(dst, 0, s); in Sk3LookAt()
35 set_col(dst, 1, u); in Sk3LookAt()
36 set_col(dst, 2, -f); in Sk3LookAt()
37 set_col(dst, 3, eye); in Sk3LookAt()
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_06_math/
H A Dtest_605_matrix44.py159 matrix.set_col(0, (2., 3., 4., 5.))
161 matrix.set_col(1, (6., 7., 8., 9.))
163 matrix.set_col(2, (10., 11., 12., 13.))
165 matrix.set_col(3, (14., 15., 16., 17.))
170 m44().set_col(-1, (0,))
172 m44().set_col(4, (0,))
H A Dtest_604_linalg.py78 X.set_col(0, [1, 1, 1])
79 X.set_col(1, [2, 2, 2])
84 X.set_col(-1, [3, 3, 3])
90 X.set_col(2, [1, 1, 1])
/dports/devel/bullet/bullet3-3.21/examples/TinyRenderer/
H A DTinyRenderer.cpp54 varying_uv.set_col(nthvert, uv); in vertex()
55 …varying_nrm.set_col(nthvert, proj<3>(m_invModelMat * embed<4>(m_model->normal(iface, nthvert), 0.f… in vertex()
61 varying_tri.set_col(nthvert, gl_Vertex); in vertex()
136 varying_uv.set_col(nthvert, uv); in vertex()
137 …varying_nrm.set_col(nthvert, proj<3>(m_invModelMat * embed<4>(m_model->normal(iface, nthvert), 0.f… in vertex()
143 varying_tri.set_col(nthvert, gl_Vertex); in vertex()
145 world_tri.set_col(nthvert, world_Vertex); in vertex()
147 varying_tri_light_view.set_col(nthvert, gl_VertexLightView); in vertex()
517 vtx.set_col(0, vertices[0]); in clipTriangleAgainstNearplane()
518 vtx.set_col(1, vertices[i]); in clipTriangleAgainstNearplane()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/TinyRenderer/
H A DTinyRenderer.cpp54 varying_uv.set_col(nthvert, uv); in vertex()
55 …varying_nrm.set_col(nthvert, proj<3>(m_invModelMat * embed<4>(m_model->normal(iface, nthvert), 0.f… in vertex()
61 varying_tri.set_col(nthvert, gl_Vertex); in vertex()
136 varying_uv.set_col(nthvert, uv); in vertex()
137 …varying_nrm.set_col(nthvert, proj<3>(m_invModelMat * embed<4>(m_model->normal(iface, nthvert), 0.f… in vertex()
143 varying_tri.set_col(nthvert, gl_Vertex); in vertex()
145 world_tri.set_col(nthvert, world_Vertex); in vertex()
147 varying_tri_light_view.set_col(nthvert, gl_VertexLightView); in vertex()
517 vtx.set_col(0, vertices[0]); in clipTriangleAgainstNearplane()
518 vtx.set_col(1, vertices[i]); in clipTriangleAgainstNearplane()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_09_cython_acceleration/
H A Dtest_903_acc_matrix44.py57 m.set_col(0, (2, 3, 4, 5))
63 m.set_col(1, (2,))
/dports/math/p5-Math-GSL/Math-GSL-0.43/t/
H A DMatrix.t590 $m->set_col(1, [4,5,6])
591 ->set_col(2, [9,8,7]);
614 $m->set_col(1, [4,5,6])
615 ->set_col(2, [9,8,7]);
633 $m->set_col(1, [4,5,6])
634 ->set_col(2, [9,8,7])
635 ->set_col(0, [1,2,3]);
648 $m->set_col(1, [4,5,6])
663 $m->set_col(1, [4,5,6])
664 ->set_col(2, [9,8,7])
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/lib/
H A Dgf2mat.cc130 void GF2Mat::set_col(int col, GF2Vec vec) in set_col() function in GF2Mat
141 set_col(i, get_col(j)); in swap_cols()
142 set_col(j, tmp); in swap_cols()
/dports/science/jdftx/jdftx-1.6.0/jdftx/aux/
H A DTestOperators.cpp439 gInfo1.R.set_col(0, vector3<>(0,5,5)); in testResample()
440 gInfo1.R.set_col(1, vector3<>(5,0,5)); in testResample()
441 gInfo1.R.set_col(2, vector3<>(9,9,0)); in testResample()
478 gInfo.R.set_col(0, vector3<>(0.0, 12.0, 12.0)); in main()
479 gInfo.R.set_col(1, vector3<>(12.0, 0.0, 12.0)); in main()
480 gInfo.R.set_col(2, vector3<>(12.0, 12.0, 0.0)); in main()
/dports/games/xrot/xrot/
H A Dtitle.c37 void set_col();
123 set_col(blink); in title()
212 set_col(blink); in alarm_title_receive()
218 void set_col(c) in set_col() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilebuf.cc218 rect.set_col(col_sy, col_ey); in add()
298 rect.set_col(col); in add()
314 rect.set_col(col); in add()
H A Dglwrapper.h88 inline void set_col(const VColour &vc) in set_col() function
94 inline void set_col(const VColour &s, const VColour &e) in set_col() function
/dports/emulators/x16-rom/x16-rom-r38/basic/
H A Dgraph.s123 set_col: label
152 jmp set_col
/dports/sysutils/graffer/graffer-1.1/
H A Dgraffer.c104 set_col(unsigned nr, double val) in set_col() function
209 set_col(cols[i].nr, value_query(cols[i].arg)); in main()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DPrimUtil.cpp82 xyzrgb.set_col (k, comp_xyz); in compute_rgb2xyz()
89 m.set_col (u, xyzrgb.get_col (u) * s [u]); in compute_rgb2xyz()
/dports/math/p5-Math-GSL/Math-GSL-0.43/pod/
H A DMatrixComplex.pod381 =head2 set_col()
386 $matrix->set_col(0, [8, 6, 2]);
390 $matrix->set_col(0, [8, 6, 2])
391 ->set_col(1, [2, 4, 1]);
396 sub set_col {
399 …die __PACKAGE__.'::set_col($x, $values) - $values must be a nonempty array reference' if $length =…
400 …die __PACKAGE__.'::set_col($x, $values) - $x must be a valid column number' if ($col < 0 || $col >…
401 …die __PACKAGE__.'::set_col($x, $values) - $values must contains the same number of elements as the…
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DGridInfo.cpp121 R.set_col(0, a * vector3<>(1., 0., 0.)); in setLatticeVectors()
122 R.set_col(1, b * vector3<>(cosGamma, sinGamma, 0)); in setLatticeVectors()
123 R.set_col(2, c * vector3<>(cosBeta, (cosAlpha-cosBeta*cosGamma)/sinGamma, 0.)); in setLatticeVectors()
/dports/math/abs/abs-src-0.908/X11/
H A Dcelldialog.h57 void set_col (Widget w, XtPointer pointer, XEvent * event, Boolean * ctd);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/include/gnuradio/fec/
H A Dgf2mat.h78 void set_col(int i, GF2Vec vec);
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/
H A Dmatrix.h527 void set_col(const elem_size_type new_col) in set_col() function
619 set_col(get_col() + 1);
634 set_col(get_col() - 1);
646 using matrix_iterator_type::set_col;
830 void set_col(const elem_size_type new_col) in set_col() function
926 set_col(get_col() + 1);
941 set_col(get_col() - 1);
953 using const_matrix_iterator_type::set_col;

123456