Home
last modified time | relevance | path

Searched defs:NumComponents (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/devel/simgear/simgear-2020.3.11/simgear/props/
H A DExtendedPropertyAdapter.hxx21 template<> struct NumComponents<SGVec3d> struct
23 enum { num_components = 3 };
26 template<> struct NumComponents<SGVec4d> struct
28 enum { num_components = 4 };
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dtemplate_enum.i27 enum { NumComponents = Traits::NumComponents}; enumerator
37 enum {NumComponents = 3}; enumerator
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DModuleOrdering.C130 long NumComponents(const ModuleOrdering& MTO) in NumComponents() function
261 ModuleOrdering NewPosnOrd(const PPOrdering& PPO, long NumComponents) in NewPosnOrd()
267 ModuleOrdering NewOrdPosn(const PPOrdering& PPO, long NumComponents) in NewOrdPosn()
274 ModuleOrdering NewWDegPosnOrd(const PPOrdering& PPO, long NumComponents) in NewWDegPosnOrd()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DModuleOrdering.C130 long NumComponents(const ModuleOrdering& MTO) in NumComponents() function
261 ModuleOrdering NewPosnOrd(const PPOrdering& PPO, long NumComponents) in NewPosnOrd()
267 ModuleOrdering NewOrdPosn(const PPOrdering& PPO, long NumComponents) in NewOrdPosn()
274 ModuleOrdering NewWDegPosnOrd(const PPOrdering& PPO, long NumComponents) in NewWDegPosnOrd()
/dports/devel/binaryen/binaryen-version_98/src/ir/
H A Dmatch.h305 template<class Kind> struct NumComponents { struct
306 static constexpr size_t value = 0;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DVecFromPortal.h74 vtkm::IdComponent NumComponents; variable
H A DVecFromVirtPortal.h65 vtkm::IdComponent NumComponents = 0; variable
H A DVecVariable.h89 vtkm::IdComponent NumComponents; variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/
H A DVecFromPortal.h84 vtkm::IdComponent NumComponents; variable
H A DVecVariable.h94 vtkm::IdComponent NumComponents; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkUnstructuredGridHomogeneousRayIntegrator.h75 int NumComponents; variable
H A DvtkUnstructuredGridPreIntegration.h142 int NumComponents; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkUnstructuredGridHomogeneousRayIntegrator.h77 int NumComponents; variable
H A DvtkUnstructuredGridPreIntegration.h145 int NumComponents; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkUnstructuredGridHomogeneousRayIntegrator.h71 int NumComponents; variable
H A DvtkUnstructuredGridPreIntegration.h127 int NumComponents; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp794 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
826 unsigned NumComponents) { in CreateEmpty()
845 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
875 unsigned NumComponents) { in CreateEmpty()
894 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
924 unsigned NumComponents) { in CreateEmpty()
955 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
986 unsigned NumComponentLists, unsigned NumComponents) { in CreateEmpty()
1006 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
1035 unsigned NumComponentLists, unsigned NumComponents) { in CreateEmpty()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/tools/
H A Dppm.cpp53 int NumComponents = Width*Height*3; in LoadPPM() local
/dports/devel/glui/glui-2.36/src/tools/
H A Dppm.cpp53 int NumComponents = Width*Height*3; in LoadPPM() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp807 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
839 unsigned NumComponents) { in CreateEmpty()
858 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
888 unsigned NumComponents) { in CreateEmpty()
907 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
937 unsigned NumComponents) { in CreateEmpty()
968 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
999 unsigned NumComponentLists, unsigned NumComponents) { in CreateEmpty()
1019 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local
1048 unsigned NumComponentLists, unsigned NumComponents) { in CreateEmpty()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc32 int32_t CompositeBitmapGlyph::NumComponents() { in NumComponents() function in sfntly::CompositeBitmapGlyph
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc32 int32_t CompositeBitmapGlyph::NumComponents() { in NumComponents() function in sfntly::CompositeBitmapGlyph
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DReducedBasis.hpp152 class NumComponents : public TruncationCondition { class in Dakota::ReducedBasis
H A DReducedBasis.cpp187 ReducedBasis::NumComponents::NumComponents(int num_comp) : in NumComponents() function in Dakota::ReducedBasis::NumComponents
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dreactionfacade.cpp277 unsigned int OBReactionFacadePrivate::NumComponents(OBReactionRole rxnrole) in NumComponents() function in OpenBabel::OBReactionFacadePrivate
366 unsigned int OBReactionFacade::NumComponents(OBReactionRole rxnrole) in NumComponents() function in OpenBabel::OBReactionFacade

12345678