HomeSort by relevance Sort by last modified time
    Searched refs:equalWithRelError (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 180 // equalWithRelError (x1, x2, e)
199 equalWithRelError (T x1, T x2, T e)
ImathVec.h 142 // equalWithRelError (v, e)
151 bool equalWithRelError (const Vec2<T> &v, T e) const;
354 // equalWithRelError (v, e)
363 bool equalWithRelError (const Vec3<T> &v, T e) const;
540 // equalWithRelError (v, e)
549 bool equalWithRelError (const Vec4<T> &v, T e) const;
992 Vec2<T>::equalWithRelError (const Vec2<T> &v, T e) const
995 if (!Imath::equalWithRelError ((*this)[i], v[i], e))
1455 Vec3<T>::equalWithRelError (const Vec3<T> &v, T e) const
1458 if (!Imath::equalWithRelError ((*this)[i], v[i], e)
    [all...]
ImathShear.h 139 // equalWithRelError (h, e)
148 bool equalWithRelError (const Shear6<T> &h, T e) const;
472 Shear6<T>::equalWithRelError (const Shear6<T> &h, T e) const
475 if (!Imath::equalWithRelError ((*this)[i], h[i], e))
ImathMatrix.h 161 // equalWithRelError (m, e)
170 bool equalWithRelError (const Matrix33<T> &v, T e) const;
531 // equalWithRelError (m, e)
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))
    [all...]

Completed in 2455 milliseconds