Home
last modified time | relevance | path

Searched refs:baseTypeMax (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathBox.h188 min = T(T::baseTypeMax()); in makeEmpty()
196 max = T(T::baseTypeMax()); in makeInfinite()
296 if (min[i] != T::baseTypeMin() || max[i] != T::baseTypeMax()) in isInfinite()
444 min = Vec2<T>(Vec2<T>::baseTypeMax()); in makeEmpty()
452 max = Vec2<T>(Vec2<T>::baseTypeMax()); in makeInfinite()
687 min = Vec3<T>(Vec3<T>::baseTypeMax()); in makeEmpty()
695 max = Vec3<T>(Vec3<T>::baseTypeMax()); in makeInfinite()
H A DImathVec.h248 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
460 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
642 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
1362 T m = baseTypeMax() * absW; in Vec3()
H A DImathColor.h241 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
H A DImathShear.h204 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathBox.h188 min = T(T::baseTypeMax()); in makeEmpty()
196 max = T(T::baseTypeMax()); in makeInfinite()
296 if (min[i] != T::baseTypeMin() || max[i] != T::baseTypeMax()) in isInfinite()
444 min = Vec2<T>(Vec2<T>::baseTypeMax()); in makeEmpty()
452 max = Vec2<T>(Vec2<T>::baseTypeMax()); in makeInfinite()
687 min = Vec3<T>(Vec3<T>::baseTypeMax()); in makeEmpty()
695 max = Vec3<T>(Vec3<T>::baseTypeMax()); in makeInfinite()
H A DImathVec.h248 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
460 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
642 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
1362 T m = baseTypeMax() * absW; in Vec3()
H A DImathShear.h204 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
H A DImathColor.h241 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathBox.h188 min = T(T::baseTypeMax()); in makeEmpty()
196 max = T(T::baseTypeMax()); in makeInfinite()
296 if (min[i] != T::baseTypeMin() || max[i] != T::baseTypeMax()) in isInfinite()
444 min = Vec2<T>(Vec2<T>::baseTypeMax()); in makeEmpty()
452 max = Vec2<T>(Vec2<T>::baseTypeMax()); in makeInfinite()
687 min = Vec3<T>(Vec3<T>::baseTypeMax()); in makeEmpty()
695 max = Vec3<T>(Vec3<T>::baseTypeMax()); in makeInfinite()
H A DImathVec.h248 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
460 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
642 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
1362 T m = baseTypeMax() * absW; in Vec3()
H A DImathColor.h241 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
H A DImathShear.h204 static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathBox.h207 min = V (V::baseTypeMax()); in makeEmpty()
216 max = V (V::baseTypeMax()); in makeInfinite()
309 if (min[i] != V::baseTypeLowest() || max[i] != V::baseTypeMax()) in isInfinite()
495 min = Vec2<T> (Vec2<T>::baseTypeMax()); in makeEmpty()
504 max = Vec2<T> (Vec2<T>::baseTypeMax()); in makeInfinite()
749 min = Vec3<T> (Vec3<T>::baseTypeMax()); in makeEmpty()
758 max = Vec3<T> (Vec3<T>::baseTypeMax()); in makeInfinite()
H A DImathVec.h277 …IMATH_HOSTDEVICE constexpr static T baseTypeMax() IMATH_NOEXCEPT { return std::numeric_limits<T>::… in baseTypeMax() function
549 …IMATH_HOSTDEVICE constexpr static T baseTypeMax() IMATH_NOEXCEPT { return std::numeric_limits<T>::… in baseTypeMax() function
781 …IMATH_HOSTDEVICE constexpr static T baseTypeMax() IMATH_NOEXCEPT { return std::numeric_limits<T>::… in baseTypeMax() function
1437 T m = baseTypeMax() * absW; in Vec3()
H A DImathShear.h269 …IMATH_HOSTDEVICE constexpr static T baseTypeMax() IMATH_NOEXCEPT { return std::numeric_limits<T>::… in baseTypeMax() function
H A DImathColor.h222 …IMATH_HOSTDEVICE constexpr static T baseTypeMax() IMATH_NOEXCEPT { return std::numeric_limits<T>::… in baseTypeMax() function
/dports/math/Imath/Imath-3.1.4/src/ImathTest/
H A DtestBox.cpp87 assert (b.min == T (T::baseTypeMax()) && b.max == T (T::baseTypeLowest())); in testConstructors()
131 assert (b.min == T (T::baseTypeMax()) && b.max == T (T::baseTypeLowest())); in testMakeEmpty()
140 assert (b.min == T (T::baseTypeMax()) && b.max == T (T::baseTypeLowest())); in testMakeEmpty()
157 assert (b.min == T (T::baseTypeMax()) && b.max == T (T::baseTypeLowest())); in testMakeEmpty()
173 assert (b.min == T (T::baseTypeLowest()) && b.max == T (T::baseTypeMax())); in testMakeInfinite()
182 assert (b.min == T (T::baseTypeLowest()) && b.max == T (T::baseTypeMax())); in testMakeInfinite()
199 assert (b.min == T (T::baseTypeLowest()) && b.max == T (T::baseTypeMax())); in testMakeInfinite()
274 assert (b.min == T (T::baseTypeMax()) && b.max == T (T::baseTypeLowest())); in testExtendByBox()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/Imathx/
H A DImathVec.h269 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
486 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
671 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
1392 T m = baseTypeMax() * absW; in Vec3()
H A DImathColor.h249 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/Imathx/
H A DImathVec.h269 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
486 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
671 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
1392 T m = baseTypeMax() * absW; in Vec3()
H A DImathColor.h249 IMATH_HOSTDEVICE static T baseTypeMax() {return limits<T>::max();} in baseTypeMax() function
/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathShear.cpp516 .def("baseTypeMax", &Shear6<T>::baseTypeMax) in register_Shear()
H A DPyImathColor3.cpp613 ….def("baseTypeMax", &Color3<T>::baseTypeMax,"baseTypeMax() max value of the base type of the color… in register_Color3()
H A DPyImathColor4.cpp615 ….def("baseTypeMax", &Color4<T>::baseTypeMax,"baseTypeMax() max value of the base type of the color… in register_Color4()
H A DPyImathMatrix22.cpp562 ….def("baseTypeMax", &Matrix22<T>::baseTypeMax,"baseTypeMax() max value of the base type of the vec… in register_Matrix22()

12