Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dsimd_utils.impl.hpp34 template<> inline Type2Vec128_Traits< uchar>::vec_type v_setall< uchar>(const uchar& a) { return v… in v_setall() function
35 template<> inline Type2Vec128_Traits< schar>::vec_type v_setall< schar>(const schar& a) { return v… in v_setall() function
36 template<> inline Type2Vec128_Traits<ushort>::vec_type v_setall<ushort>(const ushort& a) { return v… in v_setall() function
37 template<> inline Type2Vec128_Traits< short>::vec_type v_setall< short>(const short& a) { return v… in v_setall() function
38 template<> inline Type2Vec128_Traits< uint>::vec_type v_setall< uint>(const uint& a) { return v… in v_setall() function
39 template<> inline Type2Vec128_Traits< int>::vec_type v_setall< int>(const int& a) { return v… in v_setall() function
40 template<> inline Type2Vec128_Traits<uint64>::vec_type v_setall<uint64>(const uint64& a) { return v… in v_setall() function
41 template<> inline Type2Vec128_Traits< int64>::vec_type v_setall< int64>(const int64& a) { return v… in v_setall() function
42 template<> inline Type2Vec128_Traits< float>::vec_type v_setall< float>(const float& a) { return v… in v_setall() function
44 template<> inline Type2Vec128_Traits<double>::vec_type v_setall<double>(const double& a) { return v… in v_setall() function