Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
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… argument
56 template <> struct TypeTraits<u32> { typedef u64 wide; typedef u16 narrow; typedef u32 unsign; type… struct
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… argument