Home
last modified time | relevance | path

Searched refs:VectorA (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dismember.cpp45 typedef Matrix<typename DerivedA::Scalar,Dynamic,1> VectorA; in ismember() typedef
47 const VectorA vA(Eigen::Map<const VectorA>(DerivedA(A).data(), A.cols()*A.rows(),1)); in ismember()
49 VectorA uA; in ismember()
55 VectorA sA; in ismember()
H A Dsetdiff.cpp36 typedef Matrix<typename DerivedA::Scalar,Dynamic,1> VectorA; in setdiff() typedef
38 VectorA uA; in setdiff()
46 VectorA sA; in setdiff()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dismember.cpp45 typedef Matrix<typename DerivedA::Scalar,Dynamic,1> VectorA; in ismember() typedef
47 const VectorA vA(Eigen::Map<const VectorA>(DerivedA(A).data(), A.cols()*A.rows(),1)); in ismember()
49 VectorA uA; in ismember()
55 VectorA sA; in ismember()
H A Dsetdiff.cpp36 typedef Matrix<typename DerivedA::Scalar,Dynamic,1> VectorA; in setdiff() typedef
38 VectorA uA; in setdiff()
46 VectorA sA; in setdiff()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Dbasisfunctionset.hh72 template< class Quadrature, class VectorA, class VectorB, class DofVector >
73 …void axpy ( const Quadrature &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector &dof…
H A Dsimple.hh101 template< class Quadrature, class VectorA, class VectorB, class DofVector >
102 …void axpy ( const Quadrature &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector &dof… in axpy()
H A Dtransformed.hh122 template< class QuadratureType, class VectorA, class VectorB, class DofVector >
123 …void axpy ( const QuadratureType &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector … in axpy()
H A Ddefault.hh168 template< class QuadratureType, class VectorA, class VectorB, class DofVector >
169 …void axpy ( const QuadratureType &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector … in axpy()
H A Dvectorial.hh361 template< class Quadrature, class VectorA, class VectorB, class DofVector >
362 …void axpy ( const Quadrature &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector & do… in axpy()
H A Dtuple.hh368 template< class QuadratureType, class VectorA, class VectorB, class DofVector >
369 …void axpy ( const QuadratureType &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector … in axpy()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/finitevolume/
H A Dbasisfunctionset.hh79 template< class Quadrature, class VectorA, class VectorB, class DofVector >
80 …void axpy ( const Quadrature &quadrature, const VectorA &valuesA, const VectorB &valuesB, DofVecto… in axpy()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_type_precision.cpp853 std::vector<glm::u8vec3> VectorA(1000); in test_openmp() local
857 for (std::size_t i = 0; i < VectorA.size(); ++i) in test_openmp()
859 VectorA[i] = glm::u8vec3(1, 1, 1); in test_openmp()
863 #pragma omp parallel for default(none) shared(VectorA, VectorB, VectorC) in test_openmp()
866 VectorC[i] = VectorA[i] + VectorB[i]; in test_openmp()
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_type_precision.cpp853 std::vector<glm::u8vec3> VectorA(1000); in test_openmp() local
857 for (std::size_t i = 0; i < VectorA.size(); ++i) in test_openmp()
859 VectorA[i] = glm::u8vec3(1, 1, 1); in test_openmp()
863 #pragma omp parallel for default(none) shared(VectorA, VectorB, VectorC) in test_openmp()
866 VectorC[i] = VectorA[i] + VectorB[i]; in test_openmp()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtc/
H A Dgtc_type_precision.cpp853 std::vector<glm::u8vec3> VectorA(1000); in test_openmp() local
857 for (std::size_t i = 0; i < VectorA.size(); ++i) in test_openmp()
859 VectorA[i] = glm::u8vec3(1, 1, 1); in test_openmp()
863 #pragma omp parallel for default(none) shared(VectorA, VectorB, VectorC) in test_openmp()
866 VectorC[i] = VectorA[i] + VectorB[i]; in test_openmp()
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtc/
H A Dgtc_type_precision.cpp994 std::vector<glm::u8vec3> VectorA(1000); in test_openmp() local
998 for (std::size_t i = 0; i < VectorA.size(); ++i) in test_openmp()
1000 VectorA[i] = glm::u8vec3(1, 1, 1); in test_openmp()
1004 #pragma omp parallel for default(none) shared(VectorA, VectorB, VectorC) in test_openmp()
1007 VectorC[i] = VectorA[i] + VectorB[i]; in test_openmp()
/dports/math/glm/glm-0.9.9.8/test/gtc/
H A Dgtc_type_precision.cpp994 std::vector<glm::u8vec3> VectorA(1000); in test_openmp() local
998 for (std::size_t i = 0; i < VectorA.size(); ++i) in test_openmp()
1000 VectorA[i] = glm::u8vec3(1, 1, 1); in test_openmp()
1004 #pragma omp parallel for default(none) shared(VectorA, VectorB, VectorC) in test_openmp()
1007 VectorC[i] = VectorA[i] + VectorB[i]; in test_openmp()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dtype.hpp92 VectorA, // (Scalable) Vector types for vector length agnostic enumerator
809 TypeVectA(const Type* elem, uint length) : TypeVect(VectorA, elem, length) {} in TypeVectA()
1675 assert( _base >= VectorA && _base <= VectorZ, "Not a Vector" ); in is_vect()
1680 return (_base >= VectorA && _base <= VectorZ) ? (TypeVect*)this : NULL; in isa_vect()
H A Dtype.cpp2352 case VectorA: in xmeet()
2407 case VectorA: in dump2()
H A Doutput.cpp896 } else if (t->base() == Type::VectorA || t->base() == Type::VectorS || in FillLocArray()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dtype.hpp95 VectorA, // (Scalable) Vector types for vector length agnostic enumerator
831 TypeVectA(const Type* elem, uint length) : TypeVect(VectorA, elem, length) {} in TypeVectA()
H A Dtype.cpp1093 case Type::VectorA: in category()
2403 case VectorA: in xmeet()
2458 case VectorA: in dump2()
H A Doutput.cpp896 } else if (t->base() == Type::VectorA || t->base() == Type::VectorS || in FillLocArray()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_inset.erl772 VectorA = e3d_vec:mul(CDA, IntersectionA),
773 DistA = sqr_length(VectorA),
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomSafeOptPass.cpp1103 …Value* VectorA = UndefValue::get(IGCLLVM::FixedVectorType::get(Builder.getInt8Ty(), NUM_DP4A_COMPO… in matchDp4a() local
1106 VectorA = Builder.CreateInsertElement(VectorA, ArrA[i], i); in matchDp4a()
1109 Value* ValA = Builder.CreateBitCast(VectorA, Builder.getInt32Ty()); in matchDp4a()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/language/
H A Dformula_it.ts1766 <source> fn( z) = Pi Rotation about &amp;VectorA</source>
1767 <translation type="vanished"> fn( z) = Rotazione di Pi attorno a &amp;VectorA</translation>
8214 <source>fn(z) = Pi Rotation about &amp;VectorA</source>

12