OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeExc
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathVec.cpp
148
Vec2<short>::
normalizeExc
() throw (Iex::MathExc)
217
Vec2<int>::
normalizeExc
() throw (Iex::MathExc)
286
Vec3<short>::
normalizeExc
() throw (Iex::MathExc)
355
Vec3<int>::
normalizeExc
() throw (Iex::MathExc)
424
Vec4<short>::
normalizeExc
() throw (Iex::MathExc)
493
Vec4<int>::
normalizeExc
() throw (Iex::MathExc)
ImathVec.h
216
// and v.normalized() produce a null vector; v.
normalizeExc
() and
227
const Vec2 &
normalizeExc
() throw (Iex::MathExc);
428
// and v.normalized() produce a null vector; v.
normalizeExc
() and
439
const Vec3 &
normalizeExc
() throw (Iex::MathExc);
610
// and v.normalized() produce a null vector; v.
normalizeExc
() and
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)
[
all
...]
ImathFrame.h
94
Vec3<T> t = pj - pi; t.
normalizeExc
();
Completed in 79 milliseconds