Home
last modified time | relevance | path

Searched refs:VectorMax (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/vtk9/VTK-9.1.0/Rendering/LICOpenGL2/
H A DvtkSurfaceLICComposite.cxx80 int vtkSurfaceLICComposite::VectorMax( in VectorMax() function in vtkSurfaceLICComposite
92 tmpMax[b] = this->VectorMax(exts[b], vectors); in VectorMax()
118 float vtkSurfaceLICComposite::VectorMax(const vtkPixelExtent& ext, float* vectors) in VectorMax() function in vtkSurfaceLICComposite
281 this->VectorMax(exts, vectors, vectorMax); in AddGuardPixels()
H A DvtkSurfaceLICComposite.h209 float VectorMax(const vtkPixelExtent& ext, float* vectors);
215 int VectorMax(const std::deque<vtkPixelExtent>& exts, float* vectors, std::vector<float>& vMax);
/dports/math/vtk8/VTK-8.2.0/Rendering/LICOpenGL2/
H A DvtkSurfaceLICComposite.cxx90 int vtkSurfaceLICComposite::VectorMax( in VectorMax() function in vtkSurfaceLICComposite
104 tmpMax[b] = this->VectorMax(exts[b], vectors); in VectorMax()
130 float vtkSurfaceLICComposite::VectorMax( in VectorMax() function in vtkSurfaceLICComposite
307 this->VectorMax( in AddGuardPixels()
H A DvtkSurfaceLICComposite.h227 float VectorMax(
235 int VectorMax(
/dports/math/vtk6/VTK-6.2.0/Rendering/LIC/
H A DvtkSurfaceLICComposite.cxx90 int vtkSurfaceLICComposite::VectorMax( in VectorMax() function in vtkSurfaceLICComposite
104 tmpMax[b] = this->VectorMax(exts[b], vectors); in VectorMax()
130 float vtkSurfaceLICComposite::VectorMax( in VectorMax() function in vtkSurfaceLICComposite
307 this->VectorMax( in AddGuardPixels()
H A DvtkSurfaceLICComposite.h207 float VectorMax(
214 int VectorMax(
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level1/
H A DMax.hpp17 VectorMax( const Matrix<Real>& x ) in VectorMax() function
65 VectorMax( const DistMatrix<Real,U,V>& x ) in VectorMax() function
356 return VectorMax( A.GetDiagonal() ); in DiagonalMax()
364 return VectorMax( A.GetDiagonal() ); in DiagonalMax()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Math/
H A DVector2.pkg74 Vector2 VectorMax(const Vector2& lhs, const Vector2& rhs);
82 IntVector2 VectorMax(const IntVector2& lhs, const IntVector2& rhs);
H A DVector3.pkg87 Vector3 VectorMax(const Vector3& lhs, const Vector3& rhs);
95 IntVector3 VectorMax(const IntVector3& lhs, const IntVector3& rhs);
H A DVector4.pkg42 Vector4 VectorMax(const Vector4& lhs, const Vector4& rhs);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DVector2.h371 inline Vector2 VectorMax(const Vector2& lhs, const Vector2& rhs) { return Vector2(Max(lhs.x_, rhs.x… in VectorMax() function
395 inline IntVector2 VectorMax(const IntVector2& lhs, const IntVector2& rhs) { return IntVector2(Max(l… in VectorMax() function
H A DVector3.h459 inline Vector3 VectorMax(const Vector3& lhs, const Vector3& rhs) { return Vector3(Max(lhs.x_, rhs.x… in VectorMax() function
483 inline IntVector3 VectorMax(const IntVector3& lhs, const IntVector3& rhs) { return IntVector3(Max(l… in VectorMax() function
H A DVector4.h235 inline Vector4 VectorMax(const Vector4& lhs, const Vector4& rhs) { return Vector4(Max(lhs.x_, rhs.x… in VectorMax() function
H A DBoundingBox.cpp203 return VectorMax(Vector3::ZERO, absOffset - HalfSize()).Length(); in DistanceToPoint()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D15_Navigation.lua326 local beginTile = VectorMax(IntVector2(0, 0), jackTile - IntVector2(1, 1) * streamingDistance)
H A D39_CrowdNavigation.lua422 local beginTile = VectorMax(IntVector2(0, 0), jackTile - IntVector2(1, 1) * streamingDistance)
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DMathAPI.cpp197 …tor2 VectorMax(const IntVector2&in, const IntVector2&in)", asFUNCTIONPR(VectorMax, (const IntVecto… in RegisterIntVector2()
260 …tor3 VectorMax(const IntVector3&in, const IntVector3&in)", asFUNCTIONPR(VectorMax, (const IntVecto… in RegisterIntVector3()
348 …n("Vector2 VectorMax(const Vector2&in, const Vector2&in)", asFUNCTIONPR(VectorMax, (const Vector2&… in RegisterVector2()
460 …n("Vector3 VectorMax(const Vector3&in, const Vector3&in)", asFUNCTIONPR(VectorMax, (const Vector3&… in RegisterVector3()
549 …n("Vector4 VectorMax(const Vector4&in, const Vector4&in)", asFUNCTIONPR(VectorMax, (const Vector4&… in RegisterVector4()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/15_Navigation/
H A DNavigation.cpp418 …const IntVector2 beginTile = VectorMax(IntVector2::ZERO, jackTile - IntVector2::ONE * streamingDis… in UpdateStreaming()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/SystemZ/
H A DSystemZInstrVector.td1032 multiclass VectorMax<Instruction insn, TypedReg tr> {
1048 defm : VectorMax<VFMAXDB, v128db>;
1049 defm : VectorMax<WFMAXDB, v64db>;
1050 defm : VectorMax<VFMAXSB, v128sb>;
1051 defm : VectorMax<WFMAXSB, v32sb>;
1052 defm : VectorMax<WFMAXXB, v128xb>;
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/
H A DSystemZInstrVector.td1032 multiclass VectorMax<Instruction insn, TypedReg tr> {
1048 defm : VectorMax<VFMAXDB, v128db>;
1049 defm : VectorMax<WFMAXDB, v64db>;
1050 defm : VectorMax<VFMAXSB, v128sb>;
1051 defm : VectorMax<WFMAXSB, v32sb>;
1052 defm : VectorMax<WFMAXXB, v128xb>;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1176 multiclass VectorMax<Instruction insn, TypedReg tr> {
1194 defm : VectorMax<VFMAXDB, v128db>;
1195 defm : VectorMax<WFMAXDB, v64db>;
1196 defm : VectorMax<VFMAXSB, v128sb>;
1197 defm : VectorMax<WFMAXSB, v32sb>;
1198 defm : VectorMax<WFMAXXB, v128xb>;
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/SystemZ/
H A DSystemZInstrVector.td1176 multiclass VectorMax<Instruction insn, TypedReg tr> {
1194 defm : VectorMax<VFMAXDB, v128db>;
1195 defm : VectorMax<WFMAXDB, v64db>;
1196 defm : VectorMax<VFMAXSB, v128sb>;
1197 defm : VectorMax<WFMAXSB, v32sb>;
1198 defm : VectorMax<WFMAXXB, v128xb>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1176 multiclass VectorMax<Instruction insn, TypedReg tr> {
1194 defm : VectorMax<VFMAXDB, v128db>;
1195 defm : VectorMax<WFMAXDB, v64db>;
1196 defm : VectorMax<VFMAXSB, v128sb>;
1197 defm : VectorMax<WFMAXSB, v32sb>;
1198 defm : VectorMax<WFMAXXB, v128xb>;
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/SystemZ/
H A DSystemZInstrVector.td1176 multiclass VectorMax<Instruction insn, TypedReg tr> {
1194 defm : VectorMax<VFMAXDB, v128db>;
1195 defm : VectorMax<WFMAXDB, v64db>;
1196 defm : VectorMax<VFMAXSB, v128sb>;
1197 defm : VectorMax<WFMAXSB, v32sb>;
1198 defm : VectorMax<WFMAXXB, v128xb>;
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs749 pub trait VectorMax<Other> { trait
754 impl_vec_trait! { [VectorMax vec_max] ~(vmaxub, vmaxsb, vmaxuh, vmaxsh, vmaxuw, vmaxsw) }
1643 pub unsafe fn vec_max<T, U>(a: T, b: U) -> <T as sealed::VectorMax<U>>::Result in vec_max()
1645 T: sealed::VectorMax<U>, in vec_max()

123