Home
last modified time | relevance | path

Searched defs:BaseType (Results 1 – 25 of 2009) sorted by relevance

12345678910>>...81

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/referencerenderer/
H A DrrPrimitiveTypes.hpp53 …TYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef
54 …E_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef
55 …PE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef
56 …PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef
57 …MITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef
58 …MITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef
59 …IMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Poin… typedef
60 …LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::Line… typedef
61 …_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::Line… typedef
62 …_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/array/
H A Dequality.d169 template BaseType(T) in BaseType() function
172 alias BaseType = BaseType!(typeof(T.init[0])); in BaseType() local
174 alias BaseType = ubyte; in BaseType() local
176 alias BaseType = size_t; in BaseType() local
178 alias BaseType = T; in BaseType() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/discontinuousgalerkin/
H A Dlocaldgmassmatrix.hh31 …calMassMatrixImplementationDgOrthoNormal< DiscreteFunctionSpaceImp, VolumeQuadratureImp > BaseType; typedef in Dune::Fem::LocalMassMatrix
49 …calMassMatrixImplementationDgOrthoNormal< DiscreteFunctionSpaceImp, VolumeQuadratureImp > BaseType; typedef in Dune::Fem::LocalMassMatrix
67 …calMassMatrixImplementationDgOrthoNormal< DiscreteFunctionSpaceImp, VolumeQuadratureImp > BaseType; typedef in Dune::Fem::LocalMassMatrix
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/SmartTagger/
H A DSmartTaggerT.hh202 …f SmartTaggerT< Mesh, typename Mesh::VertexHandle, OpenMesh::VPropHandleT<unsigned int> > BaseType; typedef in OpenMesh::SmartTaggerVT
211 …def SmartTaggerT< Mesh, typename Mesh::EdgeHandle, OpenMesh::EPropHandleT<unsigned int> > BaseType; typedef in OpenMesh::SmartTaggerET
220 …def SmartTaggerT< Mesh, typename Mesh::FaceHandle, OpenMesh::FPropHandleT<unsigned int> > BaseType; typedef in OpenMesh::SmartTaggerFT
229 …SmartTaggerT< Mesh, typename Mesh::HalfedgeHandle, OpenMesh::HPropHandleT<unsigned int> > BaseType; typedef in OpenMesh::SmartTaggerHT
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmetadata.h150 …Component(MDOTypePtr BaseType) { Object = new MDObject(BaseType); if(Object) Object->SetOuter(this… in Component()
275 SourceClip(std::string BaseType) : Component(BaseType) {}; in SourceClip()
276 SourceClip(MDOTypePtr BaseType) : Component(BaseType) {}; in SourceClip()
307 DMSourceClip(std::string BaseType) : SourceClip(BaseType) {}; in DMSourceClip()
308 DMSourceClip(MDOTypePtr BaseType) : SourceClip(BaseType) {}; in DMSourceClip()
333 TimecodeComponent(std::string BaseType) : Component(BaseType) {}; in TimecodeComponent()
334 TimecodeComponent(MDOTypePtr BaseType) : Component(BaseType) {}; in TimecodeComponent()
358 DMSegment(std::string BaseType) : Component(BaseType) {}; in DMSegment()
359 DMSegment(MDOTypePtr BaseType) : Component(BaseType) {}; in DMSegment()
428 Track(std::string BaseType) { Object = new MDObject(BaseType); ThisTrackType = TypeUndetermined; } in Track()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dpool.h105 void removeConVar(PoolSlot<BaseType, CoType> *slot) { in removeConVar()
154 virtual int softDeleteConVar(PoolSlot<BaseType, CoType> *slot) { in softDeleteConVar()
168 virtual void hardDeleteConVar(PoolSlot<BaseType, CoType> *slot) { in hardDeleteConVar()
/dports/games/springlobby/springlobby-0.180/src/utils/
H A Duievents.h43 BaseType; typedef
47 : BaseType(text,slot) in BaseType() function
51 : BaseType(wxEmptyString,slot) in BaseType() function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/shapefunctionset/
H A Dselectcaching.hh32 typedef CachingShapeFunctionSet< ShapeFunctionSet > BaseType; typedef in Dune::Fem::SelectCachingShapeFunctionSet
47 typedef ShapeFunctionSet BaseType; typedef in Dune::Fem::SelectCachingShapeFunctionSet
62 typedef CachingShapeFunctionSet< ShapeFunctionSet > BaseType; typedef in Dune::Fem::SelectCachingShapeFunctionSet
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/
H A Dfemquadratures.hh59 typedef QuadratureImp< FieldType, dim > BaseType; typedef in Dune::Fem::SimplexQuadrature
125 typedef QuadratureImp< FieldType, dim > BaseType; typedef in Dune::Fem::CubeQuadrature
183 typedef QuadratureImp< FieldType, 3 > BaseType; typedef in Dune::Fem::PrismQuadrature
241 typedef QuadratureImp< FieldType, 3 > BaseType; typedef in Dune::Fem::PyramidQuadrature
293 typedef QuadratureImp< FieldType, dim > BaseType; typedef in Dune::Fem::PolyhedronQuadrature
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dqueue_helpers.h41 using BaseType = typename QueueType::BaseType; in retainQueue() local
51 using BaseType = typename QueueType::BaseType; in releaseQueue() local
62 using BaseType = typename CommandQueue::BaseType; variable
151 using BaseType = typename QueueType::BaseType; in getQueueInfo() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dcombinedspace.hh43 …DiscreteFunctionSpace::template ToNewDimRange< DiscreteFunctionSpace::dimRange *N >::Type BaseType; typedef in Dune::Fem::CombinedSpace
90 typedef PowerDiscreteFunctionSpace< DiscreteFunctionSpace, N > BaseType; typedef in Dune::Fem::CombinedSpace
143 …screteFunctionSpace::template ToNewDimRange< DiscreteFunctionSpace::dimRange *N >::Type > BaseType; typedef in Dune::Fem::DefaultLocalRestrictProlong
158 typedef PowerLocalRestrictProlong< DiscreteFunctionSpace, N > BaseType; typedef in Dune::Fem::DefaultLocalRestrictProlong
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/common/
H A Dpersistentindexset.hh94 typedef __isPersistentIndexSet< IndexSet > BaseType; typedef
133 typedef Base< Traits > BaseType; typedef in Dune::Fem::PersistentIndexSet
200 typedef PersistentIndexSet< Traits, ConsecutiveIndexSet > BaseType; typedef in Dune::Fem::PersistentConsecutiveIndexSet
217 typedef PersistentIndexSet< Traits, AdaptiveIndexSet > BaseType; typedef in Dune::Fem::PersistentAdaptiveIndexSet
/dports/math/symengine/symengine-0.8.1/symengine/polys/
H A Duintpoly_flint.h158 factors(const UFlintPoly<Container, BaseType, Poly> &a) in factors() argument
178 RCP<const Poly> gcd_upoly(const UFlintPoly<Container, BaseType, Poly> &a, in gcd_upoly() argument
188 RCP<const Poly> lcm_upoly(const UFlintPoly<Container, BaseType, Poly> &a, in lcm_upoly() argument
198 RCP<const Poly> pow_upoly(const UFlintPoly<Container, BaseType, Poly> &a, in pow_upoly() argument
206 bool divides_upoly(const UFlintPoly<Container, BaseType, Poly> &a, in divides_upoly() argument
/dports/devel/vcglib/vcglib-2020.09/wrap/glw/
H A Dprogram.h23 typedef void BaseType; typedef
58 typedef void BaseType; typedef
86 typedef void BaseType; typedef
110 typedef void BaseType; typedef
139 typedef void BaseType; typedef
174 typedef ObjectArguments BaseType; typedef
208 typedef Object BaseType; typedef
412 typedef void BaseType; typedef
H A Dtexture.h13 typedef void BaseType; typedef
66 typedef RenderableArguments BaseType; typedef
86 typedef Renderable BaseType; typedef
H A Drenderable.h15 typedef ObjectArguments BaseType; typedef
47 typedef Object BaseType; typedef
H A Dfragmentshader.h13 typedef ShaderArguments BaseType; typedef
34 typedef Shader BaseType; typedef
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/glw/
H A Dprogram.h23 typedef void BaseType; typedef
58 typedef void BaseType; typedef
86 typedef void BaseType; typedef
110 typedef void BaseType; typedef
139 typedef void BaseType; typedef
174 typedef ObjectArguments BaseType; typedef
208 typedef Object BaseType; typedef
412 typedef void BaseType; typedef
H A Dtexture.h13 typedef void BaseType; typedef
66 typedef RenderableArguments BaseType; typedef
86 typedef Renderable BaseType; typedef
H A Drenderable.h15 typedef ObjectArguments BaseType; typedef
47 typedef Object BaseType; typedef
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/gtk/
H A Ddc.h18 typedef wxGCDCImpl BaseType; typedef
73 typedef wxGTKCairoDCImpl BaseType; typedef
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/openssl/
H A Dkey_1_0.go51 BaseType() NID methodSpec
79 func (key *pKey) BaseType() NID { func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/10gen/openssl/
H A Dkey_1_0.go51 BaseType() NID methodSpec
79 func (key *pKey) BaseType() NID { func
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DFMA.h74 using BaseType = SIMDf32<This>; //!< Base type of this SIMDf32FMaddExpr instance. member
138 using BaseType = SIMDf32<This>; //!< Base type of this SIMDf32FMsubExpr instance. member
788 using BaseType = SIMDf64<This>; //!< Base type of this SIMDf64FMaddExpr instance. member
852 using BaseType = SIMDf64<This>; //!< Base type of this SIMDf64FMsubExpr instance. member
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/size_format-1.0.2/src/
H A Dlib.rs153 pub fn new(num: BaseType) -> SizeFormatter<BaseType, Prefix, Separator> { in new()
161 pub fn from<T: Into<BaseType>>(num: T) -> SizeFormatter<BaseType, Prefix, Separator> { in from()
203 fn int_log<BaseType>(mut num: BaseType, base: BaseType) -> usize in int_log()
238 fn new(num: Ratio<BaseType>) -> FormatRatio<BaseType, Separator> { in new()

12345678910>>...81