Home
last modified time | relevance | path

Searched refs:equalWithRelError (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathVec.h151 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()
DImathShear.h148 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()
DImathMath.h199 equalWithRelError (T x1, T x2, T e)
DImathMatrix.h170 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/
DChangeLog.openexr382 * Methods equalWithAbsError() and equalWithRelError() are now