Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 25 of 3433) sorted by relevance

12345678910>>...138

/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.Windows/
H A DVector.cs37 public struct Vector : IFormattable struct
39 public Vector (double x, double y) in Vector() method
45 public bool Equals (Vector value) in Equals()
127 public void Negate () in Negate()
133 public void Normalize () in Normalize()
194 public double Length {
198 public double LengthSquared {
202 public double X {
207 public double Y {
280 double _x;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/
H A DVector.cs44 private Register register;
52 public static int Count
80 private struct VectorSizeHelper
149 public unsafe Vector(T value) in Vector() method
360 public unsafe Vector(T[] values) : this(values, 0) { } in Vector() method
366 public unsafe Vector(T[] values, int index) in Vector() argument
614 internal unsafe Vector(void* dataPointer) : this(dataPointer, 0) { } in Vector() argument
619 internal unsafe Vector(void* dataPointer, int offset) in Vector() argument
749 private Vector(ref Register existingRegister) in Vector() method
4894 private static T GetOneValue() in GetOneValue()
[all …]
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DVector.h30 struct Vector { struct
35 Vector() : x(0.0), y(0.0), z(0.0), w(0.0) in Vector() argument
45Vector(const double arg_x, const double arg_y, const double arg_z) : x(arg_x), y(arg_y), z(arg_z),… in Vector() argument
56 Vector(const double arg_x, const double arg_y, const double arg_z, const double arg_w) in Vector() function
65 Vector(const Vector &v) in Vector() function
76 virtual ~Vector() in ~Vector() argument
117 double Dot(const Vector &vec) const in Dot() argument
147 inline std::ostream &operator<<(std::ostream &strm, const Vector &v) argument
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DVector.h30 struct Vector { struct
35 Vector() : x(0.0), y(0.0), z(0.0), w(0.0) in Vector() function
45Vector(const double arg_x, const double arg_y, const double arg_z) : x(arg_x), y(arg_y), z(arg_z),… in Vector() function
56 Vector(const double arg_x, const double arg_y, const double arg_z, const double arg_w) in Vector() function
65 Vector(const Vector &v) in Vector() argument
76 virtual ~Vector() in ~Vector() argument
117 double Dot(const Vector &vec) const in Dot() argument
147 inline std::ostream &operator<<(std::ostream &strm, const Vector &v) argument
/dports/emulators/xbraitenberg/xbraitenberg-0.9/
H A Dvectori.cc7 template class Vector<int>; variable
8 template class Vector<unsigned long>; variable
9 template class Vector<double>; variable
12 template class Vector<Sensor *>; variable
14 template class Vector<Actuator *>; variable
16 template class Vector<Logic *>; variable
18 template class Vector<Body *>; variable
22 template class Vector<Grafix *>; variable
23 template class Vector<GC>; variable
26 template class Vector<Point>; variable
[all …]
/dports/math/ascent/Ascent-0.7.0/include/ascent/
H A DVector.h22 struct Vector : asc::ParamVT<value_t> struct
24 Vector(std::vector<value_t>& c) : asc::ParamVT<value_t>(c, N) {} in Vector() argument
25 Vector(Vector&& other) : asc::ParamVT<value_t>(std::move(other)) {} in Vector() argument
26 Vector(const value_t& other) : asc::ParamVT<value_t>(other) {} in Vector() function
31 Vector(C& c, std::initializer_list<value_t>&& list) : asc::ParamVT<value_t>(c, list) {} in Vector() argument
33 Vector(const size_t i0, const size_t n, value_t* data) : asc::ParamVT<value_t>(i0, n, data) {} in Vector() argument
42 Vector& operator=(const std::vector<value_t>& v) argument
44 for (size_t i = 0; i < n; ++i)
73 …inline auto operator-(const Vector<3>& lhs, const Vector<3>& rhs) -> std::vector<Vector<3>::value_… argument
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/tests/
H A Dtest.go28 type Vector struct { struct
29 X, Y, Z float64
33 func (v Vector) ApproxEqual(ov Vector) bool {
47 func (v Vector) Normalize() Vector {
55 func (v Vector) IsUnit() bool {
76 func (v Vector) Cross(ov Vector) Vector {
88 func (v Vector) Angle(ov Vector) s1.Angle {
104 func (v Vector) Ortho() Vector {
118 func (v Vector) LargestComponent() Axis {
134 func (v Vector) SmallestComponent() Axis {
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DVector.hh31 struct Vector { struct
32 typedef COORD_T coord_t;
34 coord_t x;
35 coord_t y;
37 Vector() {} in Vector() argument
39 Vector(const Vector<coord_t>& other): in Vector() function
43 Vector(coord_t x_, coord_t y_): in Vector() argument
47 bool operator<(const Vector& other) const { in operator <()
57 float magnitude(void) const { in magnitude()
64 Vector operator+=(Vector v) { x += v.x; y += v.y; return *this; } in operator +=()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/common/util/
H A DVector.cpp27 template class Vector<int>; variable
28 template class Vector<Uint8>; variable
29 template class Vector<Uint16>; variable
30 template class Vector<Uint32>; variable
31 template class Vector<Uint64>; variable
32 template class Vector<char*>; variable
33 template class Vector<const char*>; variable
34 template class Vector<Vector<Uint32> >; variable

12345678910>>...138