Home
last modified time | relevance | path

Searched refs:_cast_macro2_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxarithm.cpp1219 _cast_macro2_, _cvt_macro_ ) \ argument
1238 dst[i] = _cast_macro2_(t0); \
1239 dst[i+1] = _cast_macro2_(t1); \
1244 dst[i+2] = _cast_macro2_(t0); \
1245 dst[i+3] = _cast_macro2_(t1); \
1251 dst[i] = _cast_macro2_(t0); \
1267 dst[i] = _cast_macro2_(t0); \
1268 dst[i+1] = _cast_macro2_(t1); \
1275 dst[i+2] = _cast_macro2_(t0); \
1276 dst[i+3] = _cast_macro2_(t1); \
[all …]
Dcxmatmul.cpp1264 _cast_macro1_, _cast_macro2_ ) \ argument
1273 dst[k] = _cast_macro2_(t0); \
1281 _cast_macro1_, _cast_macro2_ ) \ argument
1288 dst[i] = _cast_macro2_(t0); \
1293 _cast_macro1_, _cast_macro2_ ) \ argument
1304 dst[i] = _cast_macro2_(t0); \
1305 dst[i+1] = _cast_macro2_(t1); \
1318 dst[k] = _cast_macro2_(t0); \
1324 _cast_macro1_, _cast_macro2_ ) \ argument
1333 dst[i] = _cast_macro2_(t0); \
[all …]