Home
last modified time | relevance | path

Searched refs:w_type (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp872 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
875 typedef typename V_TypeTraits<_Tp>::w_type w_type; in v_dotprod() typedef
876 v_reg<w_type, n/2> c; in v_dotprod()
878 c.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1]; in v_dotprod()
895 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
896 …_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, const v_reg<typename V_TypeTraits<_Tp>::w_type, n / 2>& c) in v_dotprod() argument
898 typedef typename V_TypeTraits<_Tp>::w_type w_type; in v_dotprod() typedef
899 v_reg<w_type, n/2> s; in v_dotprod()
901 s.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1] + c.s[i]; in v_dotprod()
925 … v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c, in v_mul_expand() argument
[all …]
H A Dintrin.hpp85 typedef w_type_ w_type; \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp872 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
875 typedef typename V_TypeTraits<_Tp>::w_type w_type; in v_dotprod() typedef
876 v_reg<w_type, n/2> c; in v_dotprod()
878 c.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1]; in v_dotprod()
895 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
896 …_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, const v_reg<typename V_TypeTraits<_Tp>::w_type, n / 2>& c) in v_dotprod() argument
898 typedef typename V_TypeTraits<_Tp>::w_type w_type; in v_dotprod() typedef
899 v_reg<w_type, n/2> s; in v_dotprod()
901 s.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1] + c.s[i]; in v_dotprod()
925 … v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c, in v_mul_expand() argument
[all …]
H A Dintrin.hpp85 typedef w_type_ w_type; \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp872 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
875 typedef typename V_TypeTraits<_Tp>::w_type w_type; in v_dotprod() typedef
876 v_reg<w_type, n/2> c; in v_dotprod()
878 c.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1]; in v_dotprod()
895 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
896 …_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, const v_reg<typename V_TypeTraits<_Tp>::w_type, n / 2>& c) in v_dotprod() argument
898 typedef typename V_TypeTraits<_Tp>::w_type w_type; in v_dotprod() typedef
899 v_reg<w_type, n/2> s; in v_dotprod()
901 s.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1] + c.s[i]; in v_dotprod()
925 … v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c, in v_mul_expand() argument
[all …]
H A Dintrin.hpp85 typedef w_type_ w_type; \
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c1161 short w_type; member
1200 int warntype = warn->w_type; in print_warning()
1247 warn->w_type = warntype; in prepare_warning()
1262 if (warn[i].w_type == QUOTA_NL_NOWARN) in flush_warnings()
1268 warn[i].w_sb->s_dev, warn[i].w_type); in flush_warnings()
1684 warn[cnt].w_type = QUOTA_NL_NOWARN; in __dquot_alloc_space()
1745 warn[cnt].w_type = QUOTA_NL_NOWARN; in dquot_alloc_inode()
1888 warn[cnt].w_type = QUOTA_NL_NOWARN; in __dquot_free_space()
1935 warn[cnt].w_type = QUOTA_NL_NOWARN; in dquot_free_inode()
1987 warn_to[cnt].w_type = QUOTA_NL_NOWARN; in __dquot_transfer()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Daops.c726 ocfs2_write_type_t w_type; member
859 wc->w_type = type; in ocfs2_alloc_write_ctxt()
1071 wc->w_type == OCFS2_WRITE_MMAP) { in ocfs2_grab_pages_for_write()
1091 wc->w_type == OCFS2_WRITE_DIRECT) { in ocfs2_grab_pages_for_write()
1350 if (wc->w_type != OCFS2_WRITE_DIRECT) in ocfs2_unwritten_check()
2032 if (wc->w_type != OCFS2_WRITE_DIRECT) { in ocfs2_write_end_nolock()