Searched defs:v_reg (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_cpp.hpp | 51 template<typename _Tp, int n> struct v_reg struct 53 typedef _Tp lane_type; 54 typedef v_reg<typename V_TypeTraits<_Tp>::int_type, n> int_vec; 55 typedef v_reg<typename V_TypeTraits<_Tp>::abs_type, n> abs_vec; 56 enum { nlanes = n }; 58 explicit v_reg(const _Tp* ptr) { for( int i = 0; i < n; i++ ) s[i] = ptr[i]; } in v_reg() function 59 v_reg(_Tp s0, _Tp s1) { s[0] = s0; s[1] = s1; } in v_reg() argument 60 v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3) { s[0] = s0; s[1] = s1; s[2] = s2; s[3] = s3; } in v_reg() function 61 v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3, in v_reg() argument 67 v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3, in v_reg() function [all …]
|
/external/webp/src/dsp/ |
D | cost_mips_dsp_r2.c | 20 int v_reg, ctx_reg; in GetResidualCost() local
|
D | cost_mips32.c | 20 int v_reg, ctx_reg; in GetResidualCost() local
|
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 4785 UInt opc2, v_reg, r_idx, r_base; in emit_PPCInstr() local
|