OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseTypeMax
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathBox.h
187
min = T(T::
baseTypeMax
());
195
max = T(T::
baseTypeMax
());
295
if (min[i] != T::baseTypeMin() || max[i] != T::
baseTypeMax
())
443
min = Vec2<T>(Vec2<T>::
baseTypeMax
());
451
max = Vec2<T>(Vec2<T>::
baseTypeMax
());
686
min = Vec3<T>(Vec3<T>::
baseTypeMax
());
694
max = Vec3<T>(Vec3<T>::
baseTypeMax
());
ImathVec.h
247
static T
baseTypeMax
() {return limits<T>::max();}
459
static T
baseTypeMax
() {return limits<T>::max();}
641
static T
baseTypeMax
() {return limits<T>::max();}
1361
T m =
baseTypeMax
() * absW;
[
all
...]
ImathColor.h
240
static T
baseTypeMax
() {return limits<T>::max();}
ImathShear.h
207
static T
baseTypeMax
() {return limits<T>::max();}
ImathMatrix.h
405
static T
baseTypeMax
() {return limits<T>::max();}
804
static T
baseTypeMax
() {return limits<T>::max();}
[
all
...]
Completed in 151 milliseconds