Home
last modified time | relevance | path

Searched refs:VType (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/util/math/
H A Dvector2-inl.h45 Vector2<VType>::Vector2(const VType x, const VType y) { in Vector2()
72 void Vector2<VType>::Set(const VType x, const VType y) { in Set()
99 Vector2<VType>& Vector2<VType>::operator*=(const VType k) {
106 Vector2<VType>& Vector2<VType>::operator/=(const VType k) {
143 Vector2<VType> Vector2<VType>::operator*(const VType k) const {
148 Vector2<VType> Vector2<VType>::operator/(const VType k) const {
177 VType Vector2<VType>::x() const { in x()
187 VType Vector2<VType>::y() const { in y()
194 VType* Vector2<VType>::Data() { in Data()
324 Vector2<VType> Vector2<VType>::NaN() { in NaN()
[all …]
H A Dvector4-inl.h52 Vector4<VType>::Vector4(const VType x, const VType y, const VType z, in Vector4()
69 Vector4<VType>::Vector4(const Vector2<VType> &vb, const VType z, in Vector4()
86 Vector4<VType>::Vector4(const Vector3<VType> &vb, const VType w) { in Vector4()
153 void Vector4<VType>::Set(const VType x, const VType y, const VType z, in Set()
189 Vector4<VType>& Vector4<VType>::operator*=(const VType k) {
198 Vector4<VType>& Vector4<VType>::operator/=(const VType k) {
234 Vector4<VType> Vector4<VType>::operator*(const VType k) const {
239 Vector4<VType> Vector4<VType>::operator/(const VType k) const {
263 VType Vector4<VType>::x() const { in x()
273 VType Vector4<VType>::y() const { in y()
[all …]
H A Dvector3-inl.h52 Vector3<VType>::Vector3(const VType x, const VType y, const VType z) { in Vector3()
59 Vector3<VType>::Vector3(const Vector2<VType> &vb, VType z) { in Vector3()
129 void Vector3<VType>::Set(const VType x, const VType y, const VType z) { in Set()
160 Vector3<VType>& Vector3<VType>::operator*=(const VType k) {
168 Vector3<VType>& Vector3<VType>::operator/=(const VType k) {
201 Vector3<VType> Vector3<VType>::operator*(const VType k) const {
206 Vector3<VType> Vector3<VType>::operator/(const VType k) const {
237 VType Vector3<VType>::x() const { in x()
247 VType Vector3<VType>::y() const { in y()
257 VType Vector3<VType>::z() const { in z()
[all …]
H A Dvector4.h29 VType c_[4];
42 Vector4(const VType x, const VType y, const VType z, const VType w);
47 Vector4(const Vector2<VType> &vb, const VType z, const VType w);
49 Vector4(const Vector2<VType> &vb1, const Vector2<VType> &vb2);
52 Vector4(const Vector3<VType> &vb, const VType w);
72 void Set(const VType x, const VType y, const VType z, const VType w);
103 VType x() const;
112 VType* Data();
155 Vector4<VType> operator-(const Vector4<VType> &vb);
164 Vector4<VType> Max(const Vector4<VType> &v1, const Vector4<VType> &v2);
[all …]
H A Dvector3.h32 VType c_[3];
46 Vector3(const VType x, const VType y, const VType z);
49 explicit Vector3(const Vector2<VType> &vb, VType z);
73 void Set(const VType x, const VType y, const VType z);
107 VType x() const;
109 VType y() const;
111 VType z() const;
114 VType* Data();
165 Vector3<VType> operator-(const Vector3<VType> &vb);
174 Vector3<VType> Max(const Vector3<VType> &v1, const Vector3<VType> &v2);
[all …]
H A Dvector2.h30 template <typename VType>
33 VType c_[2];
43 typedef VType BaseType;
47 Vector2(const VType x, const VType y);
60 void Set(const VType x, const VType y);
95 void x(const VType &v);
96 VType x() const;
98 VType y() const;
102 VType* Data();
168 Vector2<VType> operator*(const ScalarType k, const Vector2<VType> v);
[all …]
H A Dmatrix3x3-inl.h36 VType m_[3][3];
49 Matrix3x3(const VType &m00, const VType &m01, const VType &m02, in Matrix3x3()
50 const VType &m10, const VType &m11, const VType &m12, in Matrix3x3()
51 const VType &m20, const VType &m21, const VType &m22) { in Matrix3x3()
96 Set(const VType &m00, const VType &m01, const VType &m02, in Set()
97 const VType &m10, const VType &m11, const VType &m12, in Set()
98 const VType &m20, const VType &m21, const VType &m22) { in Set()
402 return Self(v[0], VType(), VType(), in Diagonal()
403 VType(), v[1], VType(), in Diagonal()
404 VType(), VType(), v[2]); in Diagonal()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/benchmark/src/
H A Dstat.h23 template <typename VType>
25 template <typename VType>
27 template <typename VType>
44 explicit Stat1(const VType *begin, const VType *end) { in Stat1()
65 sum_squares_ = sum_ = VType(); in Clear()
112 VType Mean() const { in Mean()
119 VType Mean(VType *stddev) const { in Mean()
130 VType StdDev() const { in StdDev()
132 VType mean = Mean(); in StdDev()
217 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/benchmark/src/
H A Dstat.h23 template <typename VType>
25 template <typename VType>
27 template <typename VType>
44 explicit Stat1(const VType *begin, const VType *end) { in Stat1()
65 sum_squares_ = sum_ = VType(); in Clear()
112 VType Mean() const { in Mean()
119 VType Mean(VType *stddev) const { in Mean()
130 VType StdDev() const { in StdDev()
132 VType mean = Mean(); in StdDev()
217 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax()
[all …]
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/google/benchmark/src/
H A Dstat.h22 template <typename VType>
24 template <typename VType>
26 template <typename VType>
43 explicit Stat1(const VType *begin, const VType *end) {
111 VType Mean() const {
118 VType Mean(VType *stddev) const {
124 *stddev = VType();
134 VType StdDev() const {
135 VType stddev = VType();
220 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) {
[all …]
/dports/graphics/R-cran-s2/s2/src/s2/util/math/
H A Dmatrix3x3.h61 Matrix3x3(const VType &m00, const VType &m01, const VType &m02, in Matrix3x3()
62 const VType &m10, const VType &m11, const VType &m12, in Matrix3x3()
63 const VType &m20, const VType &m21, const VType &m22) { in Matrix3x3()
93 Set(const VType &m00, const VType &m01, const VType &m02, in Set()
94 const VType &m10, const VType &m11, const VType &m12, in Set()
95 const VType &m20, const VType &m21, const VType &m22) { in Set()
357 temp.Set(VType(1), VType(0), VType(0), // in Identity()
358 VType(0), VType(1), VType(0), // in Identity()
359 VType(0), VType(0), VType(1)); in Identity()
370 return Matrix3x3(v[0], VType(), VType(), in Diagonal()
[all …]
H A Dvector3_hash.h29 template <class VType>
30 struct GoodFastHash<Vector2<VType>> {
31 std::size_t operator()(const Vector2<VType>& v) const {
32 static_assert(std::is_pod<VType>::value, "POD expected");
34 std::hash<VType> h;
41 template <class VType>
42 struct GoodFastHash<Vector3<VType>> {
43 std::size_t operator()(const Vector3<VType>& v) const {
44 static_assert(std::is_pod<VType>::value, "POD expected");
46 std::hash<VType> h;
/dports/graphics/s2/s2geometry-0.9.0/src/s2/util/math/
H A Dmatrix3x3.h61 Matrix3x3(const VType &m00, const VType &m01, const VType &m02, in Matrix3x3()
62 const VType &m10, const VType &m11, const VType &m12, in Matrix3x3()
63 const VType &m20, const VType &m21, const VType &m22) { in Matrix3x3()
93 Set(const VType &m00, const VType &m01, const VType &m02, in Set()
94 const VType &m10, const VType &m11, const VType &m12, in Set()
95 const VType &m20, const VType &m21, const VType &m22) { in Set()
357 temp.Set(VType(1), VType(0), VType(0), // in Identity()
358 VType(0), VType(1), VType(0), // in Identity()
359 VType(0), VType(0), VType(1)); in Identity()
370 return Matrix3x3(v[0], VType(), VType(), in Diagonal()
[all …]
H A Dvector3_hash.h29 template <class VType>
30 struct GoodFastHash<Vector2<VType>> {
31 std::size_t operator()(const Vector2<VType>& v) const {
32 static_assert(std::is_pod<VType>::value, "POD expected");
34 std::hash<VType> h;
41 template <class VType>
42 struct GoodFastHash<Vector3<VType>> {
43 std::size_t operator()(const Vector3<VType>& v) const {
44 static_assert(std::is_pod<VType>::value, "POD expected");
46 std::hash<VType> h;
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/util/math/
H A Dmatrix3x3.h61 Matrix3x3(const VType &m00, const VType &m01, const VType &m02, in Matrix3x3()
62 const VType &m10, const VType &m11, const VType &m12, in Matrix3x3()
63 const VType &m20, const VType &m21, const VType &m22) { in Matrix3x3()
93 Set(const VType &m00, const VType &m01, const VType &m02, in Set()
94 const VType &m10, const VType &m11, const VType &m12, in Set()
95 const VType &m20, const VType &m21, const VType &m22) { in Set()
357 temp.Set(VType(1), VType(0), VType(0), // in Identity()
358 VType(0), VType(1), VType(0), // in Identity()
359 VType(0), VType(0), VType(1)); in Identity()
370 return Matrix3x3(v[0], VType(), VType(), in Diagonal()
[all …]
H A Dvector3_hash.h29 template <class VType>
30 struct GoodFastHash<Vector2<VType>> {
31 std::size_t operator()(const Vector2<VType>& v) const {
32 static_assert(std::is_pod<VType>::value, "POD expected");
34 std::hash<VType> h;
41 template <class VType>
42 struct GoodFastHash<Vector3<VType>> {
43 std::size_t operator()(const Vector3<VType>& v) const {
44 static_assert(std::is_pod<VType>::value, "POD expected");
46 std::hash<VType> h;
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dvtype.h48 class VType {
51 VType() { } in VType() function
52 virtual ~VType() =0;
124 const VType*type;
220 VType*clone() const;
269 const VType*etype_;
289 const VType*base_;
297 VType*clone() const { in clone()
316 VType*clone() const;
366 const VType*type_;
[all …]
H A Dexpression_elaborate.cc51 const VType*res = probe_type(ent,scope); in fit_type()
120 const VType*found_type = 0; in elaborate_lval_()
188 const VType*suffix_type = 0; in elaborate_lval_()
224 const VType*found_type = 0; in elaborate_lval()
288 const VType*dummy_type; in elaborate_rval()
368 const VType*ExpBinary::resolve_operand_types_(const VType*, const VType*) const in resolve_operand_types_() argument
579 const VType* ExpArithmetic::resolve_operand_types_(const VType*t1, const VType*t2) const in resolve_operand_types_()
722 const VType*types[2] = {NULL, NULL}; in fit_type()
942 const VType*type = probe_type(ent, scope); in probe_prefix_type_()
963 const VType*element_type = prefix_type; in probe_prefixed_type_()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/profiling/
H A Dvector.py39 v = VType(0, 0)
40 inc = VType(1, 2)
46 v = VType(0, 0)
47 dec = VType(1, 2)
53 v = VType(1, 2)
59 v = VType(10, 20)
65 v = VType()
66 inc = VType(1, 2, 3)
72 v = VType()
73 dec = VType(1, 2, 3)
[all …]
/dports/math/piranha/piranha-0.11/src/detail/
H A Dkm_commons.hpp50 template <typename VType, typename KaType, typename T>
51 inline VType km_unpack(const symbol_set &args, const T &value) in km_unpack()
53 if (unlikely(args.size() > VType::max_size)) { in km_unpack()
56 VType retval(static_cast<typename VType::size_type>(args.size()), 0); in km_unpack()
62 template <typename VType, typename KaType, typename T>
73 VType new_vector; in km_merge_args()
95 template <typename VType, typename KaType, typename T>
98 const VType tmp = km_unpack<VType, KaType>(args, value); in km_trim_identify()
106 template <typename VType, typename KaType, typename T>
110 const VType tmp = km_unpack<VType, KaType>(orig_args, value); in km_trim()
[all …]
/dports/math/py-piranha/piranha-0.11/src/detail/
H A Dkm_commons.hpp50 template <typename VType, typename KaType, typename T>
51 inline VType km_unpack(const symbol_set &args, const T &value) in km_unpack()
53 if (unlikely(args.size() > VType::max_size)) { in km_unpack()
56 VType retval(static_cast<typename VType::size_type>(args.size()), 0); in km_unpack()
62 template <typename VType, typename KaType, typename T>
73 VType new_vector; in km_merge_args()
95 template <typename VType, typename KaType, typename T>
98 const VType tmp = km_unpack<VType, KaType>(args, value); in km_trim_identify()
106 template <typename VType, typename KaType, typename T>
110 const VType tmp = km_unpack<VType, KaType>(orig_args, value); in km_trim()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/
H A Djaeger_thrift_span_test.go135 expected: []*j.Tag{{Key: "k", VType: j.TagType_BOOL, VBool: &someBool}},
150 {Key: "function", VType: j.TagType_STRING, VStr: getStringPtr("LogKV")},
164 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
165 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
179 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
180 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
224 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
356 assert.Equal(t, j.TagType_STRING, stringTag.VType)
359 assert.Equal(t, j.TagType_BINARY, bytesTag.VType)
411 assert.Equal(t, expected.VType, actual.VType, testName)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/
H A Djaeger_thrift_span_test.go135 expected: []*j.Tag{{Key: "k", VType: j.TagType_BOOL, VBool: &someBool}},
150 {Key: "function", VType: j.TagType_STRING, VStr: getStringPtr("LogKV")},
164 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
165 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
179 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
180 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
224 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
356 assert.Equal(t, j.TagType_STRING, stringTag.VType)
359 assert.Equal(t, j.TagType_BINARY, bytesTag.VType)
411 assert.Equal(t, expected.VType, actual.VType, testName)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/
H A Djaeger_thrift_span_test.go135 expected: []*j.Tag{{Key: "k", VType: j.TagType_BOOL, VBool: &someBool}},
150 {Key: "function", VType: j.TagType_STRING, VStr: getStringPtr("LogKV")},
164 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
165 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
179 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
180 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
224 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
356 assert.Equal(t, j.TagType_STRING, stringTag.VType)
359 assert.Equal(t, j.TagType_BINARY, bytesTag.VType)
411 assert.Equal(t, expected.VType, actual.VType, testName)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/
H A Djaeger_thrift_span_test.go135 expected: []*j.Tag{{Key: "k", VType: j.TagType_BOOL, VBool: &someBool}},
150 {Key: "function", VType: j.TagType_STRING, VStr: getStringPtr("LogKV")},
164 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
165 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
179 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
180 {Key: "payload", VType: j.TagType_STRING, VStr: getStringPtr("payload")},
224 {Key: "event", VType: j.TagType_STRING, VStr: &someString},
356 assert.Equal(t, j.TagType_STRING, stringTag.VType)
359 assert.Equal(t, j.TagType_BINARY, bytesTag.VType)
411 assert.Equal(t, expected.VType, actual.VType, testName)
[all …]

12345678910>>...31