Home
last modified time | relevance | path

Searched defs:TypeTraits (Results 1 – 25 of 111) sorted by relevance

12345

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/
H A Dtype_traits.hpp62 template <typename T> struct TypeTraits struct
70 enum { isConst = type_traits_detail::UnConst<T>::value };
71 enum { isVolatile = type_traits_detail::UnVolatile<T>::value };
73 enum { isReference = type_traits_detail::ReferenceTraits<UnqualifiedType>::value };
76 enum { isUnsignedInt = type_traits_detail::IsUnsignedIntegral<UnqualifiedType>::value };
77 enum { isSignedInt = type_traits_detail::IsSignedIntergral<UnqualifiedType>::value };
78 enum { isIntegral = type_traits_detail::IsIntegral<UnqualifiedType>::value };
79 enum { isFloat = type_traits_detail::IsFloat<UnqualifiedType>::value };
80 enum { isArith = isIntegral || isFloat };
81 enum { isVec = type_traits_detail::IsVec<UnqualifiedType>::value };
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.hpp110 struct TypeTraits<TYPE_XLIB> struct
112 typedef pt::XlibDisplayPtr NativeDisplayType;
113 typedef pt::XlibWindow NativeWindowType;
122 struct TypeTraits<TYPE_XCB> struct
124 typedef pt::XcbConnectionPtr NativeDisplayType;
125 typedef pt::XcbWindow NativeWindowType;
134 struct TypeTraits<TYPE_WAYLAND> struct
148 struct TypeTraits<TYPE_ANDROID> struct
158 struct TypeTraits<TYPE_WIN32> struct
170 struct TypeTraits<TYPE_MACOS> struct
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dadd_weighted.cpp52 template <> struct TypeTraits< u8> { typedef u16 wide; typedef u8 unsign; type… argument
53 template <> struct TypeTraits< s8> { typedef s16 wide; typedef u8 unsign; type… argument
54 template <> struct TypeTraits<u16> { typedef u32 wide; typedef u8 narrow; typedef u16 unsign; type… argument
55 template <> struct TypeTraits<s16> { typedef s32 wide; typedef s8 narrow; typedef u16 unsign; type… struct
56 template <> struct TypeTraits<u32> { typedef u64 wide; typedef u16 narrow; typedef u32 unsign; type… argument
57 template <> struct TypeTraits<s32> { typedef s64 wide; typedef s16 narrow; typedef u32 unsign; type… argument
58 template <> struct TypeTraits<f32> { typedef f64 wide; type… struct
/dports/devel/entt/entt-3.8.1/test/entt/core/
H A Dtype_traits.cpp20 TEST(TypeTraits, SizeOf) { in TEST() argument
27 TEST(TypeTraits, UnpackAsType) { in TEST() argument
35 TEST(TypeTraits, UnpackAsValue) { in TEST() argument
48 TEST(TypeTraits, Choice) { in TEST() argument
53 TEST(TypeTraits, TypeList) { in TEST() argument
81 TEST(TypeTraits, ValueList) { in TEST() argument
124 TEST(TypeTraits, IsComplete) { in TEST() argument
129 TEST(TypeTraits, IsIterator) { in TEST() argument
149 TEST(TypeTraits, ConstnessAs) { in TEST() argument
156 TEST(TypeTraits, MemberClass) { in TEST() argument
[all …]
/dports/devel/corrade/corrade-2020.06/src/Corrade/Utility/Test/
H A DTweakableParserTest.cpp56 template<> struct TypeTraits<int> { struct
57 static const char* name() { return "int"; } in name()
58 static const char* suffix() { return ""; } in suffix()
60 template<> struct TypeTraits<unsigned int> { struct
64 template<> struct TypeTraits<long> { struct
68 template<> struct TypeTraits<unsigned long> { struct
72 template<> struct TypeTraits<long long> { struct
80 template<> struct TypeTraits<float> { struct
84 template<> struct TypeTraits<double> { struct
86 static const char* suffix() { return ""; } in suffix()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/util/
H A Dtype_traits.hpp128 template <typename T> struct TypeTraits struct
136 enum { is_const = type_traits_detail::UnConst<T>::value };
137 enum { is_volatile = type_traits_detail::UnVolatile<T>::value };
139 enum { is_reference = type_traits_detail::ReferenceTraits<unqualified_type>::value };
142 enum { is_unsigned_int = type_traits_detail::IsUnsignedIntegral<unqualified_type>::value };
143 enum { is_signed_int = type_traits_detail::IsSignedIntergral<unqualified_type>::value };
144 enum { is_integral = type_traits_detail::IsIntegral<unqualified_type>::value };
145 enum { is_float = type_traits_detail::IsFloat<unqualified_type>::value };
146 enum { is_scalar = is_integral || is_float };
147 enum { is_vec = type_traits_detail::IsVec<unqualified_type>::value };
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dcontainerhandle_shared.h107 struct TypeTraits struct
128 struct TypeTraits<T*> argument
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_type_traits.cpp46 TEST (TypeTraits, HasCustomAllocatorTrait) in TEST() argument
74 TEST (TypeTraits, HasXY) in TEST() argument
82 TEST (TypeTraits, HasXYZ) in TEST() argument
90 TEST (TypeTraits, HasNormal) in TEST() argument
98 TEST (TypeTraits, HasCurvature) in TEST() argument
106 TEST (TypeTraits, HasIntensity) in TEST() argument
114 TEST (TypeTraits, HasColor) in TEST() argument
124 TEST (TypeTraits, HasLabel) in TEST() argument
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1helper.h39 struct TypeTraits struct
47 struct TypeTraits<UINT32> argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1helper.h15 template<typename T> struct TypeTraits { struct
21 template<> struct TypeTraits<UINT32> { argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1helper.h15 template<typename T> struct TypeTraits { struct
21 template<> struct TypeTraits<UINT32> { argument
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/LuaBridge/detail/
H A DTypeTraits.h68 struct TypeTraits struct
79 typedef char yes[1]; // sizeof (yes) == 1
80 typedef char no [2]; // sizeof (no) == 2
106 struct isConst
/dports/databases/tiledb/TileDB-2.5.2/tiledb/common/interval/
H A Dinterval.h261 struct TypeTraits { struct
282 [[maybe_unused]] static const bool has_unordered_elements;
289 [[maybe_unused]] static const bool has_infinite_elements;
/dports/math/spectra/spectra-1.0.0/include/Spectra/Util/
H A DTypeTraits.h37 struct TypeTraits struct
51 struct TypeTraits<float> argument
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dtype-traits.h39 struct TypeTraits struct
43 struct NullType {};
49 struct UnConst
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp16 template<typename T> struct TypeTraits {}; struct
19 struct TypeTraits<int4> { struct
24 unsigned TypeTraits<int4>::MysteryNumber = 3U; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp16 template<typename T> struct TypeTraits {}; struct
19 struct TypeTraits<int4> { struct
24 unsigned TypeTraits<int4>::MysteryNumber = 3U; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp16 template<typename T> struct TypeTraits {}; struct
19 struct TypeTraits<int4> { struct
24 unsigned TypeTraits<int4>::MysteryNumber = 3U; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp16 template<typename T> struct TypeTraits {}; struct
19 struct TypeTraits<int4> { struct
24 unsigned TypeTraits<int4>::MysteryNumber = 3U; argument
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dtypetraits.h56 struct TypeTraits : public TypeTraitsBase<T> struct
66 struct TypeTraits<const T> : public TypeTraitsBase<T> argument
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/test/
H A Dtype_traits_test.cpp27 TEST(TypeTraits, IsCallable) { in TEST() argument
92 TEST(TypeTraits, IsTemplateInstantiation) { in TEST() argument
109 TEST(TypeTraits, IsRange) { in TEST() argument
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/test/
H A Dtype_traits_test.cpp27 TEST(TypeTraits, IsCallable) { in TEST() argument
92 TEST(TypeTraits, IsTemplateInstantiation) { in TEST() argument
109 TEST(TypeTraits, IsRange) { in TEST() argument
/dports/audio/musicpd/mpd-0.23.6/src/lib/dbus/
H A DTypes.hxx49 struct TypeTraits { struct
53 struct TypeTraits<const char *> : BasicTypeTraits<DBUS_TYPE_STRING> { struct
62 struct TypeTraits<dbus_uint32_t> : BasicTypeTraits<DBUS_TYPE_UINT32> { struct
66 struct TypeTraits<dbus_uint64_t> : BasicTypeTraits<DBUS_TYPE_UINT64> { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.h26 struct TypeTraits { struct
31 struct TypeTraits<storage::FileSystemURL> { argument
/dports/math/vtk8/VTK-8.2.0/Domains/Chemistry/
H A DvtkBlueObeliskData.cxx277 struct TypeTraits struct
279 static const char* Suffix() { return ""; } in Suffix()
280 static void PrepStream(std::ostream &out) in PrepStream()
287 struct TypeTraits<float> struct
290 static const char* Suffix() { return "f"; } in Suffix()
292 static void PrepStream(std::ostream &out) { out << std::scientific; } in PrepStream()

12345