Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 7121) sorted by relevance

12345678910>>...285

/dports/math/glm/glm-0.9.9.8/glm/detail/
H A Dglm.cpp17 template struct vec<1, uint8, lowp>; variable
18 template struct vec<1, uint16, lowp>; variable
19 template struct vec<1, uint32, lowp>; variable
20 template struct vec<1, uint64, lowp>; variable
21 template struct vec<1, int8, lowp>; variable
22 template struct vec<1, int16, lowp>; variable
23 template struct vec<1, int32, lowp>; variable
24 template struct vec<1, int64, lowp>; variable
25 template struct vec<1, float32, lowp>; variable
43 template struct vec<1, int8, highp>; variable
[all …]
H A Dtype_vec4.hpp17 struct vec<4, T, Q> struct
21 typedef T value_type;
22 typedef vec<4, T, Q> type;
23 typedef vec<4, bool, Q> bool_type;
42 T x, y, z, w;
45 {
65 union { T x, r, s; };
66 union { T y, g, t; };
67 union { T z, b, p; };
68 union { T w, a, q; };
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/detail/
H A Dglm.cpp13 template struct vec<1, uint8, lowp>; variable
14 template struct vec<1, uint16, lowp>; variable
15 template struct vec<1, uint32, lowp>; variable
16 template struct vec<1, uint64, lowp>; variable
17 template struct vec<1, int8, lowp>; variable
18 template struct vec<1, int16, lowp>; variable
19 template struct vec<1, int32, lowp>; variable
20 template struct vec<1, int64, lowp>; variable
21 template struct vec<1, float32, lowp>; variable
39 template struct vec<1, int8, highp>; variable
[all …]
H A Dtype_vec4.hpp19 struct vec<4, T, Q> struct
23 typedef T value_type;
24 typedef vec<4, T, Q> type;
30 T x, y, z, w;
44 {
71 union { T x, r, s; };
72 union { T y, g, t; };
73 union { T z, b, p; };
74 union { T w, a, q; };
153 GLM_FUNC_DECL vec(detail::_swizzle<4, T, Q, E0, E1, E2, E3> const& that) in vec() argument
[all …]
/dports/devel/upp/upp/uppsrc/plugin/glm/detail/
H A Dglm.cpp15 template struct vec<1, uint8, lowp>; variable
16 template struct vec<1, uint16, lowp>; variable
17 template struct vec<1, uint32, lowp>; variable
18 template struct vec<1, uint64, lowp>; variable
19 template struct vec<1, int8, lowp>; variable
20 template struct vec<1, int16, lowp>; variable
21 template struct vec<1, int32, lowp>; variable
22 template struct vec<1, int64, lowp>; variable
23 template struct vec<1, float32, lowp>; variable
41 template struct vec<1, int8, highp>; variable
[all …]
H A Dtype_vec4.hpp17 struct vec<4, T, Q> struct
21 typedef T value_type;
22 typedef vec<4, T, Q> type;
23 typedef vec<4, bool, Q> bool_type;
42 T x, y, z, w;
45 {
65 union { T x, r, s; };
66 union { T y, g, t; };
67 union { T z, b, p; };
68 union { T w, a, q; };
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/detail/
H A Dglm.cpp17 template struct vec<1, uint8, lowp>; variable
18 template struct vec<1, uint16, lowp>; variable
19 template struct vec<1, uint32, lowp>; variable
20 template struct vec<1, uint64, lowp>; variable
21 template struct vec<1, int8, lowp>; variable
22 template struct vec<1, int16, lowp>; variable
23 template struct vec<1, int32, lowp>; variable
24 template struct vec<1, int64, lowp>; variable
25 template struct vec<1, float32, lowp>; variable
43 template struct vec<1, int8, highp>; variable
[all …]
H A Dtype_vec4.hpp17 struct vec<4, T, Q> struct
21 typedef T value_type;
22 typedef vec<4, T, Q> type;
23 typedef vec<4, bool, Q> bool_type;
42 T x, y, z, w;
45 {
65 union { T x, r, s; };
66 union { T y, g, t; };
67 union { T z, b, p; };
68 union { T w, a, q; };
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/detail/
H A Dglm.cpp12 template struct vec<1, uint8, lowp>; variable
13 template struct vec<1, uint16, lowp>; variable
14 template struct vec<1, uint32, lowp>; variable
15 template struct vec<1, uint64, lowp>; variable
16 template struct vec<1, int8, lowp>; variable
17 template struct vec<1, int16, lowp>; variable
18 template struct vec<1, int32, lowp>; variable
19 template struct vec<1, int64, lowp>; variable
20 template struct vec<1, float32, lowp>; variable
21 template struct vec<1, float64, lowp>; variable
[all …]
H A Dtype_vec4.hpp19 struct vec<4, T, P> struct
23 typedef T value_type;
24 typedef vec<4, T, P> type;
30 T x, y, z, w;
44 {
71 union { T x, r, s; };
72 union { T y, g, t; };
73 union { T z, b, p; };
74 union { T w, a, q; };
154 GLM_FUNC_DECL vec(detail::_swizzle<4, T, P, E0, E1, E2, E3> const & that) in vec() argument
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/compressedvector/
H A DProxyTest.cpp129 DVV vec( 3UL, 1UL ); in testAssignment() local
163 DVV vec( 3UL, 1UL ); in testAssignment() local
194 DMV vec( 3UL, 1UL ); in testAssignment() local
235 DVV vec( 3UL, 1UL ); in testAssignment() local
269 DVV vec( 3UL, 1UL ); in testAssignment() local
309 DVV vec( 3UL, 1UL ); in testAssignment() local
344 DVV vec( 3UL, 1UL ); in testAssignment() local
394 DVV vec( 3UL, 1UL ); in testAddAssign() local
900 DVV vec( 3UL, 1UL ); in testSubscript() local
941 DMV vec( 3UL, 1UL ); in testFunctionCall() local
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/sparsevector/
H A DGeneralTest.cpp121 blaze::CompressedVector<float,blaze::rowVector> vec; in testIsNan() local
201 blaze::CompressedVector<float,blaze::rowVector> vec; in testIsInf() local
281 blaze::CompressedVector<float,blaze::rowVector> vec; in testIsFinite() local
379 blaze::CompressedVector<int,blaze::rowVector> vec; in testIsUniform() local
494 blaze::CompressedVector<int,blaze::rowVector> vec; in testIsZero() local
813 blaze::CompressedVector<int,blaze::rowVector> vec; in testArgmin() local
929 blaze::CompressedVector<int,blaze::rowVector> vec; in testArgmax() local
1045 blaze::CompressedVector<int,blaze::rowVector> vec; in testL1Norm() local
1109 blaze::CompressedVector<int,blaze::rowVector> vec; in testL2Norm() local
1173 blaze::CompressedVector<int,blaze::rowVector> vec; in testL3Norm() local
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/densevector/
H A DUniformTest.cpp108 blaze::UniformVector<float,blaze::rowVector> vec; in testIsNan() local
166 blaze::UniformVector<float,blaze::rowVector> vec; in testIsInf() local
224 blaze::UniformVector<float,blaze::rowVector> vec; in testIsFinite() local
296 blaze::UniformVector<int,blaze::rowVector> vec; in testIsUniform() local
310 blaze::UniformVector<int,blaze::rowVector> vec( 1UL ); in testIsUniform() local
338 blaze::UniformVector<int,blaze::rowVector> vec{ 5UL }; in testIsUniform() local
382 blaze::UniformVector<int,blaze::rowVector> vec; in testIsZero() local
396 blaze::UniformVector<int,blaze::rowVector> vec( 1UL ); in testIsZero() local
500 blaze::UniformVector<double,blaze::rowVector> vec; in testMean() local
562 blaze::UniformVector<double,blaze::rowVector> vec; in testVar() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Duninit_vec.rs7 vec: Vec<u8>, field
12 let mut vec: Vec<u8> = Vec::with_capacity(1000); in main() localVariable
24 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
30 let mut vec: Vec<u8> = Default::default(); in main() localVariable
35 let mut vec: Vec<u8> = Vec::default(); in main() localVariable
42 let mut vec: Vec<u8> = Vec::with_capacity(1000); in main() localVariable
49 let mut vec: Vec<u8> = Vec::with_capacity(1000); in main() localVariable
69 let mut vec: Vec<u8> = Vec::with_capacity(1000); in main() localVariable
77 let mut vec: Vec<MaybeUninit<u8>> = Vec::with_capacity(1000); in main() localVariable
80 let mut vec: Vec<(MaybeUninit<u8>, MaybeUninit<bool>)> = Vec::with_capacity(1000); in main() localVariable
[all …]
H A Dsame_item_push.rs20 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
26 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
32 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
37 let mut vec = Vec::new(); in main() localVariable
42 let mut vec = Vec::new(); in main() localVariable
55 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
61 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
73 let mut vec: Vec<u8> = Vec::new(); in main() localVariable
134 let mut vec = Vec::new(); in main() localVariable
142 let mut vec = Vec::new(); in main() localVariable
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/vec/
H A Dvec_altivec.hpp41 struct vec<float>: struct
45 typedef float float_type;
122 vec(internal_vector_type const & arg): in vec() function
127 static const int size = 4;
137 vec(void) in vec() argument
140 vec(float f) in vec() argument
145 vec(vec const & rhs): in vec() function
152 void load(const float * data) in load()
183 void clear(void) in clear()
197 void set_vec (float value) in set_vec()
[all …]
H A Dvec_neon.hpp39 struct vec<float>: struct
42 typedef float float_type;
113 vec(float32x4_t const & arg): in vec() argument
118 static const int size = 4;
129 vec(void) in vec() argument
132 vec(float f) in vec() function
137 vec(double f) in vec() function
142 vec(vec const & rhs) in vec() function
176 void clear(void) in clear()
204 void set_vec (float value) in set_vec()
[all …]
H A Dvec_sse2.hpp46 struct vec<double>: struct
51 typedef double float_type;
99 vec(__m128d const & arg): in vec() argument
104 static const int size = 2;
115 vec(void) in vec() function
118 vec(double f) in vec() argument
123 vec(float f) in vec() argument
128 vec(vec const & rhs) in vec() function
136 void load(const double * data) in load()
166 void clear(void) in clear()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/vec/
H A Dvec_altivec.hpp43 struct vec<float>: struct
47 typedef float float_type;
124 vec(internal_vector_type const & arg): in vec() function
129 static const int size = 4;
139 vec(void) in vec() function
142 vec(float f) in vec() function
147 vec(vec const & rhs): in vec() function
154 void load(const float * data) in load()
185 void clear(void) in clear()
199 void set_vec (float value) in set_vec()
[all …]
H A Dvec_neon.hpp39 struct vec<float>: struct
42 typedef float float_type;
113 vec(float32x4_t const & arg): in vec() argument
118 static const int size = 4;
129 vec(void) in vec() function
132 vec(float f) in vec() argument
137 vec(double f) in vec() argument
142 vec(vec const & rhs) in vec() function
176 void clear(void) in clear()
204 void set_vec (float value) in set_vec()
[all …]
H A Dvec_sse2.hpp50 struct vec<double>: struct
55 typedef double float_type;
103 vec(__m128d const & arg): in vec() argument
108 static const int size = 2;
119 vec(void) in vec() argument
122 vec(double f) in vec() argument
127 vec(float f) in vec() function
132 vec(vec const & rhs) in vec() function
140 void load(const double * data) in load()
170 void clear(void) in clear()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dvector_n.cpp35 vector0<> vec; in main() local
43 type vec; in main() local
56 type vec(123); in main() local
62 vector1<short> const vec(999); in main() local
78 type vec; in main() local
90 type vec(123, 'x'); in main() local
104 type vec; in main() local
118 type vec(123, 'x', 123.456); in main() local
161 type vec; // compile check only in main() local
170 type vec; // compile check only in main() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dvector_n.cpp35 vector0<> vec; in main() local
43 type vec; in main() local
56 type vec(123); in main() local
62 vector1<short> const vec(999); in main() local
78 type vec; in main() local
90 type vec(123, 'x'); in main() local
104 type vec; in main() local
118 type vec(123, 'x', 123.456); in main() local
161 type vec; // compile check only in main() local
170 type vec; // compile check only in main() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Dvector_n.cpp35 vector0<> vec; in main() local
43 type vec; in main() local
56 type vec(123); in main() local
62 vector1<short> const vec(999); in main() local
78 type vec; in main() local
90 type vec(123, 'x'); in main() local
104 type vec; in main() local
118 type vec(123, 'x', 123.456); in main() local
161 type vec; // compile check only in main() local
170 type vec; // compile check only in main() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dvector_n.cpp35 vector0<> vec; in main() local
43 type vec; in main() local
56 type vec(123); in main() local
62 vector1<short> const vec(999); in main() local
78 type vec; in main() local
90 type vec(123, 'x'); in main() local
104 type vec; in main() local
118 type vec(123, 'x', 123.456); in main() local
161 type vec; // compile check only in main() local
170 type vec; // compile check only in main() local
[all …]

12345678910>>...285