Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Imath/
DImathVec.h150 bool equalWithAbsError (const Vec2<T> &v, T e) const;
362 bool equalWithAbsError (const Vec3<T> &v, T e) const;
548 bool equalWithAbsError (const Vec4<T> &v, T e) const;
981 Vec2<T>::equalWithAbsError (const Vec2<T> &v, T e) const in equalWithAbsError() function
984 if (!Imath::equalWithAbsError ((*this)[i], v[i], e)) in equalWithAbsError()
1444 Vec3<T>::equalWithAbsError (const Vec3<T> &v, T e) const in equalWithAbsError() function
1447 if (!Imath::equalWithAbsError ((*this)[i], v[i], e)) in equalWithAbsError()
1865 Vec4<T>::equalWithAbsError (const Vec4<T> &v, T e) const in equalWithAbsError() function
1868 if (!Imath::equalWithAbsError ((*this)[i], v[i], e)) in equalWithAbsError()
DImathShear.h147 bool equalWithAbsError (const Shear6<T> &h, T e) const;
461 Shear6<T>::equalWithAbsError (const Shear6<T> &h, T e) const in equalWithAbsError() function
464 if (!Imath::equalWithAbsError ((*this)[i], h[i], e)) in equalWithAbsError()
DImathMath.h191 equalWithAbsError (T x1, T x2, T e)
DImathMatrix.h169 bool equalWithAbsError (const Matrix33<T> &v, T e) const;
539 bool equalWithAbsError (const Matrix44<T> &v, T e) const;
1117 Matrix33<T>::equalWithAbsError (const Matrix33<T> &m, T e) const
1121 if (!Imath::equalWithAbsError ((*this)[i][j], m[i][j], e))
2241 Matrix44<T>::equalWithAbsError (const Matrix44<T> &m, T e) const
2245 if (!Imath::equalWithAbsError ((*this)[i][j], m[i][j], e))
/external/opencv3/3rdparty/openexr/
DChangeLog.openexr382 * Methods equalWithAbsError() and equalWithRelError() are now