Searched refs:equalWithRelError (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathVec.h | 151 bool equalWithRelError (const Vec2<T> &v, T e) const; 363 bool equalWithRelError (const Vec3<T> &v, T e) const; 549 bool equalWithRelError (const Vec4<T> &v, T e) const; 992 Vec2<T>::equalWithRelError (const Vec2<T> &v, T e) const in equalWithRelError() function 995 if (!Imath::equalWithRelError ((*this)[i], v[i], e)) in equalWithRelError() 1455 Vec3<T>::equalWithRelError (const Vec3<T> &v, T e) const in equalWithRelError() function 1458 if (!Imath::equalWithRelError ((*this)[i], v[i], e)) in equalWithRelError() 1876 Vec4<T>::equalWithRelError (const Vec4<T> &v, T e) const in equalWithRelError() function 1879 if (!Imath::equalWithRelError ((*this)[i], v[i], e)) in equalWithRelError()
|
D | ImathShear.h | 148 bool equalWithRelError (const Shear6<T> &h, T e) const; 472 Shear6<T>::equalWithRelError (const Shear6<T> &h, T e) const in equalWithRelError() function 475 if (!Imath::equalWithRelError ((*this)[i], h[i], e)) in equalWithRelError()
|
D | ImathMath.h | 199 equalWithRelError (T x1, T x2, T e)
|
D | ImathMatrix.h | 170 bool equalWithRelError (const Matrix33<T> &v, T e) const; 540 bool equalWithRelError (const Matrix44<T> &v, T e) const; 1129 Matrix33<T>::equalWithRelError (const Matrix33<T> &m, T e) const 1133 if (!Imath::equalWithRelError ((*this)[i][j], m[i][j], e)) 2253 Matrix44<T>::equalWithRelError (const Matrix44<T> &m, T e) const 2257 if (!Imath::equalWithRelError ((*this)[i][j], m[i][j], e))
|
/external/opencv3/3rdparty/openexr/ |
D | ChangeLog.openexr | 382 * Methods equalWithAbsError() and equalWithRelError() are now
|