Home
last modified time | relevance | path

Searched refs:ELEMENT_TYPE (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/devel/libflatarray/libflatarray-0.3.0/src/
H A Dcuda_array.hpp26 template<typename ELEMENT_TYPE>
114 ELEMENT_TYPE *newData = LibFlatArray::cuda_allocator<ELEMENT_TYPE>().allocate(newCapacity); in reserve()
122 inline void load(const ELEMENT_TYPE *hostData) in load()
127 inline void save(ELEMENT_TYPE *hostData) const in save()
134 return my_size * sizeof(ELEMENT_TYPE); in byte_size()
138 inline ELEMENT_TYPE *data() in data()
144 inline const ELEMENT_TYPE *data() const in data()
152 ELEMENT_TYPE *data_pointer;
162 sizeof(ELEMENT_TYPE), in resize_implementation()
171 ELEMENT_TYPE *newData = LibFlatArray::cuda_allocator<ELEMENT_TYPE>().allocate(newSize); in resize_implementation()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dcudaarray.h13 template<typename ELEMENT_TYPE>
19 dataPointer(LibFlatArray::cuda_allocator<ELEMENT_TYPE>().allocate(size)) in size()
29 inline CUDAArray(const ELEMENT_TYPE *hostData, std::size_t size) : in CUDAArray()
31 dataPointer(LibFlatArray::cuda_allocator<ELEMENT_TYPE>().allocate(size)) in CUDAArray()
36 inline CUDAArray(const std::vector<ELEMENT_TYPE>& hostVector) : in CUDAArray()
57 inline void load(const ELEMENT_TYPE *hostData) in load()
62 inline void save(ELEMENT_TYPE *hostData) const in save()
69 return size * sizeof(ELEMENT_TYPE); in byteSize()
73 inline ELEMENT_TYPE *data() in data()
79 inline const ELEMENT_TYPE *data() const in data()
[all …]
H A Dunstructuredgrid.h24 template<typename ELEMENT_TYPE, size_t MATRICES=1,
26 class UnstructuredGrid : public GridBase<ELEMENT_TYPE, 1>
35 const ELEMENT_TYPE& defaultElement = ELEMENT_TYPE(),
36 const ELEMENT_TYPE& edgeElement = ELEMENT_TYPE()) :
141 inline ELEMENT_TYPE& operator[](const int y)
262 inline ELEMENT_TYPE& getEdgeElement() in getEdgeElement()
267 inline const ELEMENT_TYPE& getEdgeElement() const in getEdgeElement()
272 virtual void setEdge(const ELEMENT_TYPE& element) in setEdge()
277 virtual const ELEMENT_TYPE& getEdge() const in getEdge()
311 std::vector<ELEMENT_TYPE> elements;
[all …]
/dports/math/vampire/vampire-4.5.1/Lib/
H A DPairUtils.hpp78 MappingIterator<DIt,PairRightPushingFn<C,ELEMENT_TYPE(DIt)> >
85 MappingIterator<DIt,PairRightPushingFn<C,ELEMENT_TYPE(DIt)> >
88 return getMappingIterator(dit, PairRightPushingFn<C,ELEMENT_TYPE(DIt)>(c)); in pushPairIntoRightIterator()
95 DECL_ELEMENT_TYPE(pair<C,ELEMENT_TYPE(D)>);
127 MappingIterator<ITERATOR_TYPE(DItb),PairRightPushingFn<C,ELEMENT_TYPE(DItb)> >
138 MappingArray<Arr,PairRightPushingFn<C,ELEMENT_TYPE(Arr)> >
145 MappingArray<Arr,PairLeftPushingFn<ELEMENT_TYPE(Arr),D> >
148 return getMappingArray(p.first, PairLeftPushingFn<ELEMENT_TYPE(Arr),D>(p.second)); in pushPairIntoLeftArray()
151 MappingArray<Arr,PairLeftPushingFn<ELEMENT_TYPE(Arr),D> >
154 return getMappingArray(arr, PairLeftPushingFn<ELEMENT_TYPE(Arr),D>(d)); in pushPairIntoLeftArray()
[all …]
H A DMetaiterators.hpp100 DECL_ELEMENT_TYPE(ELEMENT_TYPE(Arr));
713 typedef ELEMENT_TYPE(Inner) T;
857 typedef ELEMENT_TYPE(Inner) T;
917 typedef ELEMENT_TYPE(Inner) T;
1236 ELEMENT_TYPE(Inner) next() in next()
1255 ELEMENT_TYPE(Inner) _current;
1271 typedef ELEMENT_TYPE(Inner) T;
1339 ELEMENT_TYPE(It) prev = it.next(); in isSorted()
1364 ELEMENT_TYPE(It) prev = it.next(); in isSorted()
1402 ELEMENT_TYPE(It) el = it.next(); in getFirstTrue()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dtopology.hpp57 static inline int GetNVertices (ELEMENT_TYPE et);
58 static inline int GetNPoints (ELEMENT_TYPE et);
59 static inline int GetNEdges (ELEMENT_TYPE et);
60 static inline int GetNFaces (ELEMENT_TYPE et);
62 static const Point3d * GetVertices (ELEMENT_TYPE et);
63 inline static const ELEMENT_EDGE * GetEdges1 (ELEMENT_TYPE et);
93 ELEMENT_TYPE GetFaceType (int fnr) const;
140 int MeshTopology :: GetNVertices (ELEMENT_TYPE et) in GetNVertices()
178 int MeshTopology :: GetNPoints (ELEMENT_TYPE et) in GetNPoints()
220 int MeshTopology :: GetNEdges (ELEMENT_TYPE et) in GetNEdges()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug060/
H A Dcorelib_List.v08.vhdl34 type ELEMENT_TYPE;
47 procedure Append(Value : ELEMENT_TYPE);
51 -- procedure Prepend(Value : ELEMENT_TYPE);
59 impure function Set(Index : NATURAL; Value : ELEMENT_TYPE) return ELEMENT_TYPE;
63 procedure Remove(Value : ELEMENT_TYPE);
146 procedure Append(Value : ELEMENT_TYPE) is
181 -- procedure Prepend(Value : ELEMENT_TYPE) is
260 impure function Set(Index : NATURAL; Value : ELEMENT_TYPE) return ELEMENT_TYPE is
262 variable old : ELEMENT_TYPE;
273 variable Empty : ELEMENT_TYPE;
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dtopology.hpp103 static inline short int GetNVertices (ELEMENT_TYPE et);
104 static inline short int GetNPoints (ELEMENT_TYPE et);
105 static inline short int GetNEdges (ELEMENT_TYPE et);
106 static inline short int GetNFaces (ELEMENT_TYPE et);
108 static const Point3d * GetVertices (ELEMENT_TYPE et);
109 inline static const ELEMENT_EDGE * GetEdges1 (ELEMENT_TYPE et);
147 ELEMENT_TYPE GetFaceType (int fnr) const in GetFaceType()
219 inline short int MeshTopology :: GetNVertices (ELEMENT_TYPE et) in GetNVertices()
260 inline short int MeshTopology :: GetNPoints (ELEMENT_TYPE et) in GetNPoints()
311 inline short int MeshTopology :: GetNEdges (ELEMENT_TYPE et) in GetNEdges()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dtopology.hpp59 static int GetNVertices (ELEMENT_TYPE et);
60 static int GetNEdges (ELEMENT_TYPE et);
61 static int GetNFaces (ELEMENT_TYPE et);
63 static const Point3d * GetVertices (ELEMENT_TYPE et);
64 inline static const ELEMENT_EDGE * GetEdges (ELEMENT_TYPE et);
65 inline static const ELEMENT_FACE * GetFaces (ELEMENT_TYPE et);
90 ELEMENT_TYPE GetFaceType (int fnr) const;
131 const ELEMENT_EDGE * MeshTopology :: GetEdges (ELEMENT_TYPE et) in GetEdges()
228 const ELEMENT_FACE * MeshTopology :: GetFaces (ELEMENT_TYPE et) in GetFaces()
/dports/cad/pcb/pcb-4.2.0/src/
H A Dchange.h42 (VIA_TYPE | PIN_TYPE | PAD_TYPE | TEXT_TYPE | ELEMENT_TYPE | ELEMENTNAME_TYPE | LINE_TYPE)
46 ARC_TYPE | TEXT_TYPE | ELEMENTNAME_TYPE | ELEMENT_TYPE)
49 (VIA_TYPE | PIN_TYPE | ELEMENT_TYPE)
56 (ELEMENT_TYPE | PIN_TYPE | PAD_TYPE)
59 (ELEMENT_TYPE | PIN_TYPE | VIA_TYPE)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cc/
H A Dcc3019a.ada31 TYPE ELEMENT_TYPE IS PRIVATE; formal
37 VALUE : ELEMENT_TYPE);
40 WITH PROCEDURE APPLY (VAL : ELEMENT_TYPE);
45 TYPE CONTENTS_TYPE IS ARRAY (1..3) OF ELEMENT_TYPE;
57 VALUE : ELEMENT_TYPE) IS

12345678910>>...15