Searched refs:cmpUlpsInt_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 1729 cmpUlpsInt_(const _Tp* src1, const _Tp* src2, size_t total, int imaxdiff, in cmpUlpsInt_() function 1748 template<> double cmpUlpsInt_<int>(const int* src1, const int* src2, in cmpUlpsInt_() function 1833 …realmaxdiff = cmpUlpsInt_((const uchar*)sptr1, (const uchar*)sptr2, total, imaxDiff, startidx, idx… in cmpUlps() 1836 …realmaxdiff = cmpUlpsInt_((const schar*)sptr1, (const schar*)sptr2, total, imaxDiff, startidx, idx… in cmpUlps() 1839 …realmaxdiff = cmpUlpsInt_((const ushort*)sptr1, (const ushort*)sptr2, total, imaxDiff, startidx, i… in cmpUlps() 1842 …realmaxdiff = cmpUlpsInt_((const short*)sptr1, (const short*)sptr2, total, imaxDiff, startidx, idx… in cmpUlps() 1845 … realmaxdiff = cmpUlpsInt_((const int*)sptr1, (const int*)sptr2, total, imaxDiff, startidx, idx); in cmpUlps() 1999 … realmaxdiff = cmpUlpsInt_((const uchar*)sptr1, (const uchar*)sptr2, total, ilevel, startidx, idx); in cmpEps() 2002 … realmaxdiff = cmpUlpsInt_((const schar*)sptr1, (const schar*)sptr2, total, ilevel, startidx, idx); in cmpEps() 2005 …realmaxdiff = cmpUlpsInt_((const ushort*)sptr1, (const ushort*)sptr2, total, ilevel, startidx, idx… in cmpEps() [all …]
|