Home | History | Annotate | Download | only in src

Lines Matching full:flavor

275 #define ICV_DEF_SQR_MAGNITUDE_FUNC(flavor, arrtype, magtype)\
277 icvSqrMagnitude_##flavor(const arrtype* x, const arrtype* y,\
1658 #define ICV_DEF_IPOW_OP( flavor, arrtype, worktype, cast_macro ) \
1660 icvIPow_##flavor( const arrtype* src, arrtype* dst, int len, int power ) \