Home
last modified time | relevance | path

Searched refs:normalizeExc (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathVec.cpp148 Vec2<short>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function in Imath::Vec2
217 Vec2<int>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function in Imath::Vec2
286 Vec3<short>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function in Imath::Vec3
355 Vec3<int>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function in Imath::Vec3
424 Vec4<short>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function in Imath::Vec4
493 Vec4<int>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function in Imath::Vec4
DImathVec.h227 const Vec2 & normalizeExc () throw (Iex::MathExc);
439 const Vec3 & normalizeExc () throw (Iex::MathExc);
621 const Vec4 & normalizeExc () throw (Iex::MathExc);
713 Vec2<short>::normalizeExc () throw (Iex::MathExc);
737 Vec2<int>::normalizeExc () throw (Iex::MathExc);
761 Vec3<short>::normalizeExc () throw (Iex::MathExc);
785 Vec3<int>::normalizeExc () throw (Iex::MathExc);
808 Vec4<short>::normalizeExc () throw (Iex::MathExc);
832 Vec4<int>::normalizeExc () throw (Iex::MathExc);
1211 Vec2<T>::normalizeExc () throw (Iex::MathExc) in normalizeExc() function
[all …]
DImathFrame.h94 Vec3<T> t = pj - pi; t.normalizeExc(); in firstFrame()