Home
last modified time | relevance | path

Searched defs:Vec1 (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dwrong-mul-method-signature.rs8 struct Vec1 { struct
13 impl Mul<f64> for Vec1 { argument
16 fn mul(self, s: &f64) -> Vec1 { in mul()
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/utility/
H A Dtensor.hh584 typedef Derivatives<F1,dimD,dimR,d,DerivativeLayoutNS::value> Vec1; typedef
616 typedef Derivatives<F1,dimD,1,d,DerivativeLayoutNS::derivative> Vec1; typedef
631 typedef Derivatives<F1,dimD,1,d,DerivativeLayoutNS::value> Vec1; typedef
660 typedef Derivatives<F1,dimD,dimR,deriv,layout> Vec1; typedef
696 typedef Derivatives<F1,dimD,1,deriv,layout> Vec1; typedef
708 typedef Derivatives<F1,dimD,1,deriv,layout> Vec1; typedef
720 typedef Derivatives<F1,dimD,1,deriv,DerivativeLayoutNS::value> Vec1; typedef
756 typedef Derivatives<F1,dimD,1,deriv,DerivativeLayoutNS::value> Vec1; typedef
768 typedef Derivatives<F1,dimD,1,deriv,layout> Vec1; typedef
805 typedef Derivatives<F1,dimD,1,deriv,DerivativeLayoutNS::value> Vec1; typedef
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_FunctionTanObl.cxx50 gp_Vec2d Vec1; in Derivative() local
64 gp_Vec2d Vec1; in Values() local
H A DGeom2dGcc_FunctionTanCuPnt.cxx66 gp_Vec2d Vec1; in Derivative() local
84 gp_Vec2d Vec1; in Values() local
H A DGeom2dGcc_Circ2d2TanOnIter.cxx116 gp_Vec2d Vec1(point1,point3new); in Geom2dGcc_Circ2d2TanOnIter() local
224 gp_Vec2d Vec1(point1,point3new); in Geom2dGcc_Circ2d2TanOnIter() local
321 gp_Vec2d Vec1(point1new,point3new); in Geom2dGcc_Circ2d2TanOnIter() local
423 gp_Vec2d Vec1(point1,point3); in Geom2dGcc_Circ2d2TanOnIter() local
531 gp_Vec2d Vec1(point1,point3); in Geom2dGcc_Circ2d2TanOnIter() local
638 gp_Vec2d Vec1(point1new,point3); in Geom2dGcc_Circ2d2TanOnIter() local
747 gp_Vec2d Vec1(point1,point3); in Geom2dGcc_Circ2d2TanOnIter() local
844 gp_Vec2d Vec1(point1new,point3new); in Geom2dGcc_Circ2d2TanOnIter() local
940 gp_Vec2d Vec1(point1,point3); in Geom2dGcc_Circ2d2TanOnIter() local
1151 gp_Vec2d Vec1(point1,point3); in Geom2dGcc_Circ2d2TanOnIter() local
[all …]
H A DGeom2dGcc_Circ2d3TanIter.cxx115 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
248 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
382 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
517 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
653 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
771 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
888 gp_Vec2d Vec1(Point2,centre); in Geom2dGcc_Circ2d3TanIter() local
1005 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
1129 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
1257 gp_Vec2d Vec1(point1,centre); in Geom2dGcc_Circ2d3TanIter() local
H A DGeom2dGcc_Circ2dTanCenGeo.cxx90 gp_Vec2d Vec1(point1,Pcenter); in Geom2dGcc_Circ2dTanCenGeo() local
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/ftn-auto/
H A Dprojectionf.c112 PETSC_EXTERN void vecwhichequal_(Vec Vec1,Vec Vec2,IS *S, int *__ierr) in vecwhichequal_()
118 PETSC_EXTERN void vecwhichlessthan_(Vec Vec1,Vec Vec2,IS *S, int *__ierr) in vecwhichlessthan_()
124 PETSC_EXTERN void vecwhichgreaterthan_(Vec Vec1,Vec Vec2,IS *S, int *__ierr) in vecwhichgreaterthan_()
207 PETSC_EXTERN void vecmedian_(Vec Vec1,Vec Vec2,Vec Vec3,Vec VMedian, int *__ierr) in vecmedian_()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuVectorType.hpp38 typedef Vector<float, 1> Vec1; typedef
/dports/lang/gleam/gleam-0.18.2/cargo-crates/vec1-1.8.0/src/
H A Dlib.rs214 impl<T> IntoIterator for Vec1<T> { implementation
223 impl<T> Vec1<T> { impl
483 impl Vec1<u8> { implementation
536 impl<A, B> PartialEq<Vec1<B>> for Vec1<A> implementation
591 impl<'a, T> Extend<&'a T> for Vec1<T> implementation
665 impl TryFrom<CString> for Vec1<u8> { implementation
679 impl io::Write for Vec1<u8> { implementation
717 mod Vec1 { module
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/
H A Dprojection.c20 PetscErrorCode VecWhichEqual(Vec Vec1, Vec Vec2, IS *S) in VecWhichEqual()
81 PetscErrorCode VecWhichLessThan(Vec Vec1, Vec Vec2, IS *S) in VecWhichLessThan()
142 PetscErrorCode VecWhichGreaterThan(Vec Vec1, Vec Vec2, IS *S) in VecWhichGreaterThan()
987 PetscErrorCode VecMedian(Vec Vec1, Vec Vec2, Vec Vec3, Vec VMedian) in VecMedian()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Dsolvertest.cc19 using Vec1 = BlockVector<FieldVector<double,1>>; typedef
H A Dpreconditionerstest.cc23 using Vec1 = BlockVector<FieldVector<double,1>>; typedef
/dports/science/openmx/openmx3.8/source/
H A DTRAN_Calc_GridBound.c63 double coef,Vec0,Vec1; in TRAN_Calc_GridBound() local
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/direct_solver/
H A Druntime.hpp272 do_solve(const Vec1&, Vec2&) const { in do_solve() argument
/dports/cad/opencascade/opencascade-7.6.0/src/DsgPrs/
H A DDsgPrs_EqualDistancePresentation.cxx85 gp_Vec Vec1( Middle, Point1 ); in Add() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h36 struct Vec1 { struct
39 Vec1& operator=(const Vec1&) = default; argument
40 HWY_INLINE explicit Vec1(const T t) : raw(t) {} in Vec1() function
67 // 0 or FF..FF, same size as Vec1. argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h36 struct Vec1 { struct
39 Vec1& operator=(const Vec1&) = default; argument
40 HWY_INLINE explicit Vec1(const T t) : raw(t) {} in Vec1() function
67 // 0 or FF..FF, same size as Vec1. argument
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_CurveTessellator.cxx320 gp_XYZ Vec1 = midP3dFromSurf.XYZ () - P3dF.XYZ (); in splitSegment() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp453 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() local
465 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() local
480 const auto *Vec1 = cast<VectorType>(T1); in IsStructurallyEquivalent() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp453 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() local
465 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() local
480 const auto *Vec1 = cast<VectorType>(T1); in IsStructurallyEquivalent() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp587 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() local
599 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() local
614 const auto *Vec1 = cast<VectorType>(T1); in IsStructurallyEquivalent() local
/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert.cxx663 gp_Vec Vec1,Vec2; in Need2DegRepara() local
801 gp_Vec Vec1,Vec2; //concecutive tangential vectors in ConcatG1() local
1029 gp_Vec Vec1,Vec2; //concecutive tangential vectors in ConcatC1() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp587 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() local
599 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() local
614 const auto *Vec1 = cast<VectorType>(T1); in IsStructurallyEquivalent() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp587 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() local
599 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() local
614 const auto *Vec1 = cast<VectorType>(T1); in IsStructurallyEquivalent() local

123456789