Home
last modified time | relevance | path

Searched refs:CellType (Results 26 – 50 of 684) sorted by relevance

12345678910>>...28

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/io/
H A Dhpxwritersinkserver.h25 typedef CELL_TYPE CellType; typedef
28 const CellType& operator()( in operator()
29 const CellType& cell, in operator()
48 typedef typename CONVERTER::CellType CellType; typedef
51 typedef DisplacedGrid<CellType, Topology> GridType;
54 typedef std::vector<CellType> BufferType;
62 std::map<std::size_t, boost::shared_ptr<Writer<CellType> > >
78 boost::shared_ptr<ParallelWriter<CellType> > parallelWriter, in HpxWriterSinkServer()
87 boost::shared_ptr<Writer<CellType> > serialWriter, in HpxWriterSinkServer()
160 boost::shared_ptr<ParallelWriter<CellType> > parallelWriter) in connectParallelWriter()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkMetaMeshConverter.hxx81 using CellType = typename MeshType::CellType; in MetaObjectToSpatialObject() typedef
275 using CellType = typename MeshType::MeshTraits::CellType; in SpatialObjectToMetaObject() typedef
279 case CellType::VERTEX_CELL: in SpatialObjectToMetaObject()
282 case CellType::LINE_CELL: in SpatialObjectToMetaObject()
285 case CellType::TRIANGLE_CELL: in SpatialObjectToMetaObject()
288 case CellType::QUADRILATERAL_CELL: in SpatialObjectToMetaObject()
291 case CellType::POLYGON_CELL: in SpatialObjectToMetaObject()
294 case CellType::TETRAHEDRON_CELL: in SpatialObjectToMetaObject()
297 case CellType::HEXAHEDRON_CELL: in SpatialObjectToMetaObject()
300 case CellType::QUADRATIC_EDGE_CELL: in SpatialObjectToMetaObject()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Examples/DataRepresentation/Mesh/
H A DMeshPolyLine.cxx75 using CellType = MeshType::CellType; in main() typedef
76 using VertexType = itk::VertexCell< CellType >; in main()
77 using LineType = itk::LineCell< CellType >; in main()
140 CellType::CellAutoPointer cellpointer; in main()
236 CellType * cell = cellIterator.Value(); in main()
271 CellType * cell = cellIterator.Value(); in main()
277 using PointIdIterator = CellType::PointIdIterator; in main()
H A DMeshCellVisitor.cxx58 using CellType = MeshType::CellType; typedef
60 using VertexType = itk::VertexCell< CellType >;
61 using LineType = itk::LineCell< CellType >;
62 using TriangleType = itk::TriangleCell< CellType >;
63 using TetrahedronType = itk::TetrahedronCell< CellType >;
93 using TriangleType = itk::TriangleCell<CellType>;
130 CellType::CellAutoPointer cellpointer; in main()
278 using CellMultiVisitorType = CellType::MultiVisitor; in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx80 CellType eType; in Transform()
211 CellType eType; in Transform()
225 CellType eType; in Transform()
239 CellType eType; in Transform()
269 CellType eType; in Transform()
324 CellType eType; in Transform()
340 CellType eType; in Transform()
358 CellType eType; in Transform()
375 CellType eType; in Transform()
458 CellType eType; in Transform()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx82 CellType eType; in Transform()
210 CellType eType; in Transform()
224 CellType eType; in Transform()
238 CellType eType; in Transform()
268 CellType eType; in Transform()
322 CellType eType; in Transform()
338 CellType eType; in Transform()
356 CellType eType; in Transform()
373 CellType eType; in Transform()
455 CellType eType; in Transform()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dmarking.cc32 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in SetRange()
34 MarkBit::CellType end_index_mask = 1u << Bitmap::IndexInCell(end_index); in SetRange()
58 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in ClearRange()
61 MarkBit::CellType end_index_mask = 1u << Bitmap::IndexInCell(end_index); in ClearRange()
86 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in AllBitsSetInRange()
89 MarkBit::CellType end_index_mask = 1u << Bitmap::IndexInCell(end_index); in AllBitsSetInRange()
91 MarkBit::CellType matching_mask; in AllBitsSetInRange()
116 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in AllBitsClearInRange()
119 MarkBit::CellType end_index_mask = 1u << Bitmap::IndexInCell(end_index); in AllBitsClearInRange()
121 MarkBit::CellType matching_mask; in AllBitsClearInRange()
H A Dmarking.h16 typedef uint32_t CellType; typedef
17 STATIC_ASSERT(sizeof(CellType) == sizeof(base::Atomic32));
19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit()
29 CellType new_mask = mask_ << 1; in Next()
50 CellType* cell_;
51 CellType mask_;
60 CellType old_value = *cell_;
82 CellType old_value = *cell_;
129 V8_INLINE MarkBit::CellType* cells() { in cells()
130 return reinterpret_cast<MarkBit::CellType*>(this); in cells()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dgridvecconv.h36 typedef typename GRID_TYPE::CellType CellType; in gridToVector() typedef
39 typename APITraits::SelectSoA<CellType>::Value(), in gridToVector()
40 typename APITraits::SelectBoostSerialization<CellType>::Value()); in gridToVector()
49 typedef typename GRID_TYPE::CellType CellType; in vectorToGrid() typedef
52 typename APITraits::SelectSoA<CellType>::Value(), in vectorToGrid()
53 typename APITraits::SelectBoostSerialization<CellType>::Value()); in vectorToGrid()
62 typedef typename GRID_TYPE::CellType CellType; in vectorToGrid() typedef
65 typename APITraits::SelectSoA<CellType>::Value(), in vectorToGrid()
66 typename APITraits::SelectBoostSerialization<CellType>::Value()); in vectorToGrid()
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/internal/
H A DConnectivityArray_typed_indirection.hpp66 , m_types(new axom::deprecated::MCArray<CellType>( in ConnectivityArray()
120 CellType* types, in ConnectivityArray()
172 CellType cell_type = in ConnectivityArray()
455 CellType getIDType(IndexType ID = -1) const in getIDType()
518 CellType* getTypePtr() { return m_types->getData(); } in getTypePtr()
520 const CellType* getTypePtr() const { return m_types->getData(); } in getTypePtr()
534 void append(const IndexType* values, IndexType n_values, CellType type) in append()
562 const CellType* types) in appendM()
618 CellType type) in insert()
654 const CellType* types) in insertM()
[all …]
H A DConnectivityArray_indirection.hpp71 ConnectivityArray(CellType cell_type, in ConnectivityArray()
124 ConnectivityArray(CellType cell_type, in ConnectivityArray()
206 ConnectivityArray(CellType cell_type, in ConnectivityArray()
440 CellType getIDType(IndexType AXOM_UNUSED_PARAM(id) = 0) const in getIDType()
503 CellType* getTypePtr() { return nullptr; } in getTypePtr()
505 const CellType* getTypePtr() const { return nullptr; } in getTypePtr()
521 CellType AXOM_UNUSED_PARAM(type) = UNDEFINED_CELL) in append()
547 const CellType* AXOM_UNUSED_PARAM(types) = nullptr) in appendM()
603 CellType AXOM_UNUSED_PARAM(type) = UNDEFINED_CELL) in insert()
633 const CellType* AXOM_UNUSED_PARAM(types) = nullptr) in insertM()
[all …]
/dports/games/54321/54321/code/
H A Dcube.h4 typedef int CellType; typedef
13 void operator = ( const CellType& value );
31 CellType& operator [] ( const unsigned int vec[ DIMENSIONS ] );
32 CellType& operator [] ( const unsigned int index );
40 CellType array[ ARRAY_LEN ];
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dmarking.h16 using CellType = uint32_t;
17 STATIC_ASSERT(sizeof(CellType) == sizeof(base::Atomic32));
19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit()
29 CellType new_mask = mask_ << 1; in Next()
50 CellType* cell_;
51 CellType mask_;
60 CellType old_value = *cell_;
83 CellType old_value = *cell_;
128 V8_INLINE MarkBit::CellType* cells() { in cells()
129 return reinterpret_cast<MarkBit::CellType*>(this); in cells()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dmarking.h16 using CellType = uint32_t;
17 STATIC_ASSERT(sizeof(CellType) == sizeof(base::Atomic32));
19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit()
29 CellType new_mask = mask_ << 1; in Next()
50 CellType* cell_;
51 CellType mask_;
60 CellType old_value = *cell_;
82 CellType old_value = *cell_;
125 V8_INLINE MarkBit::CellType* cells() { in cells()
126 return reinterpret_cast<MarkBit::CellType*>(this); in cells()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dmarking.h16 using CellType = uint32_t;
17 STATIC_ASSERT(sizeof(CellType) == sizeof(base::Atomic32));
19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit()
29 CellType new_mask = mask_ << 1; in Next()
50 CellType* cell_;
51 CellType mask_;
60 CellType old_value = *cell_;
83 CellType old_value = *cell_;
128 V8_INLINE MarkBit::CellType* cells() { in cells()
129 return reinterpret_cast<MarkBit::CellType*>(this); in cells()
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/calamine-0.16.2/src/
H A Dlib.rs203 pub trait CellType: Default + Clone + PartialEq {} interface
204 impl<T: Default + Clone + PartialEq> CellType for T {}
208 pub struct Cell<T: CellType> {
215 impl<T: CellType> Cell<T> {
237 pub struct Range<T: CellType> {
243 impl<T: CellType> Range<T> {
634 impl<T: CellType> Index<usize> for Range<T> {
651 impl<T: CellType> IndexMut<usize> for Range<T> {
668 pub struct Cells<'a, T: CellType> {
701 pub struct UsedCells<'a, T: CellType> {
[all …]
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/calamine-0.16.2/src/
H A Dlib.rs203 pub trait CellType: Default + Clone + PartialEq {} trait
204 impl<T: Default + Clone + PartialEq> CellType for T {}
208 pub struct Cell<T: CellType> {
215 impl<T: CellType> Cell<T> {
237 pub struct Range<T: CellType> {
243 impl<T: CellType> Range<T> {
634 impl<T: CellType> Index<usize> for Range<T> {
651 impl<T: CellType> IndexMut<usize> for Range<T> {
668 pub struct Cells<'a, T: CellType> {
701 pub struct UsedCells<'a, T: CellType> {
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DLockFreeStack.hpp46 void LockFreeStack <T>::push (CellType &cell) noexcept in push()
48 CellType * head_ptr = nullptr; in push()
63 typename LockFreeStack <T>::CellType * LockFreeStack <T>::pop () noexcept in pop()
65 CellType * cell_ptr = nullptr; in pop()
81 CellType * next_ptr = cell_ptr->_next_ptr; in pop()
H A DLockFreeQueue.h73 typedef LockFreeCell <T> CellType; typedef
78 void enqueue (CellType &cell) noexcept;
79 CellType * dequeue () noexcept;
97 typedef AtomicPtrIntPair <CellType> SafePointer;
105 CellType _dummy;
/dports/lang/gnu-apl/apl-1.8/src/
H A DCharCell.cc25 CellType
31 return CellType(CT_CHAR | CTS_S8 | CTS_S16 | CTS_S32 | CTS_S64); in get_cell_subtype()
34 return CellType(CT_CHAR | CTS_S16 | CTS_S32 | CTS_S64); in get_cell_subtype()
36 return CellType(CT_CHAR | CTS_S32 | CTS_S64); in get_cell_subtype()
42 return CellType(CT_CHAR | CTS_X8 | CTS_S8 | CTS_U8 | in get_cell_subtype()
48 return CellType(CT_CHAR | CTS_U8 | in get_cell_subtype()
54 return CellType(CT_CHAR | CTS_X16 | CTS_S16 | CTS_U16 | in get_cell_subtype()
59 return CellType(CT_CHAR | CTS_U16 | in get_cell_subtype()
63 return CellType(CT_CHAR | CTS_X32 | CTS_S32 | CTS_U32 | in get_cell_subtype()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DDataCell.hh34 enum class CellType { enum in cadabra::DataCell
63 DataCell(CellType t=CellType::python, const std::string& str="", bool hidden=false);
68 DataCell(id_t, CellType t=CellType::python, const std::string& str="", bool hidden=false);
74 CellType cell_type;
/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_face_relation.cpp43 std::vector<CellType> theFaceTypes, in MeshFaceTest()
64 std::vector<CellType> faceTypes;
259 CellType qandtritype[] = {TRIANGLE, QUAD}; in generateFaceTestCases()
437 CellType threeqtype[] = {QUAD, QUAD, QUAD}; in generateFaceTestCases()
930 CellType facetype;
1017 CellType *f2ntypes, in verifyFaceNodesTypes()
1020 CellType *stdFaceTypes, in verifyFaceNodesTypes()
1115 CellType *f2ntypes = nullptr; in runMeshFaceTest()
1231 CellType f2ntypes[] = {SEGMENT, SEGMENT, SEGMENT}; in TEST()
1234 CellType stdFaceTypes[] = {SEGMENT, SEGMENT}; in TEST()
[all …]
H A Dmint_mesh_connectivity_array.cpp139 CellType get_type(IndexType ID, CellType cell_type, const CellType* types) in get_type()
157 const CellType* get_type_ptr(IndexType ID, const CellType* types) in get_type_ptr()
936 CellType* types = const_cast<CellType*>(connec.getTypePtr()); in checkExternalConstructor()
1081 CellType* types; in TEST()
1120 CellType* types; in TEST()
1150 CellType* ext_mixed_types = new CellType[total_IDs]; in TEST()
1213 CellType* types; in TEST()
1397 CellType* types; in TEST()
1438 CellType* types; in TEST()
1469 CellType* ext_mixed_types = new CellType[total_IDs]; in TEST()
[all …]
/dports/devel/liborcus/liborcus-0.16.1/test/python/
H A Dfile_load_common.py47 row = [(orcus.CellType.EMPTY, None) for _ in range(self.__max_column+1)]
61 row_data[column] = (orcus.CellType.NUMERIC, float(cell_value))
63 … row_data[column] = (orcus.CellType.STRING, self.__unescape_string_cell_value(cell_value))
66 row_data[column] = (orcus.CellType.BOOLEAN, True)
68 row_data[column] = (orcus.CellType.BOOLEAN, False)
72 row_data[column] = (orcus.CellType.FORMULA, result, cell_value)
166 if type == orcus.CellType.EMPTY:
169 if type in (orcus.CellType.BOOLEAN, orcus.CellType.NUMERIC, orcus.CellType.STRING):
172 if type == orcus.CellType.FORMULA:
/dports/devel/arachne-pnr/arachne-pnr-840bdfdeb38809f9f6af4d89dd7b22959b176fdd/src/
H A Dchipdb.cc1116 cell_type_name(CellType ct) in cell_type_name()
1120 case CellType::LOGIC: return "LC"; in cell_type_name()
1121 case CellType::IO: return "IO"; in cell_type_name()
1122 case CellType::GB: return "GB"; in cell_type_name()
1123 case CellType::RAM: return "RAM"; in cell_type_name()
1125 case CellType::PLL: return "PLL"; in cell_type_name()
1126 case CellType::MAC16: return "MAC16"; in cell_type_name()
1127 case CellType::SPRAM: return "SPRAM"; in cell_type_name()
1128 case CellType::LFOSC: return "LFOSC"; in cell_type_name()
1132 case CellType::I2C_IP: return "I2C"; in cell_type_name()
[all …]

12345678910>>...28