Home
last modified time | relevance | path

Searched refs:Datatype (Results 1 – 25 of 2021) sorted by relevance

12345678910>>...81

/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/enums/
H A Ddatatype.h91 case Datatype::ANY: in datatype_size()
304 type == Datatype::STRING_UCS2 || type == Datatype::STRING_UCS4); in datatype_is_string()
310 type == Datatype::INT8 || type == Datatype::UINT8 || in datatype_is_integer()
311 type == Datatype::INT16 || type == Datatype::UINT16 || in datatype_is_integer()
312 type == Datatype::INT32 || type == Datatype::UINT32 || in datatype_is_integer()
313 type == Datatype::INT64 || type == Datatype::UINT64); in datatype_is_integer()
318 return (type == Datatype::FLOAT32 || type == Datatype::FLOAT64); in datatype_is_real()
336 type == Datatype::TIME_HR || type == Datatype::TIME_MIN || in datatype_is_time()
337 type == Datatype::TIME_SEC || type == Datatype::TIME_MS || in datatype_is_time()
338 type == Datatype::TIME_US || type == Datatype::TIME_NS || in datatype_is_time()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/array_schema/
H A Ddimension.cc159 case Datatype::INT32: in coord_to_str()
162 case Datatype::INT64: in coord_to_str()
165 case Datatype::INT8: in coord_to_str()
168 case Datatype::UINT8: in coord_to_str()
171 case Datatype::INT16: in coord_to_str()
1501 case Datatype::INT8: in set_null_tile_extent_to_range()
1618 case Datatype::INT8: in check_domain()
1669 case Datatype::INT8: in check_tile_extent()
1829 case Datatype::INT8: in domain_str()
1886 case Datatype::ANY: in domain_str()
[all …]
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/
H A DDatatype.java51 public final class Datatype extends CodeList<Datatype> { class
61 private static final List<Datatype> VALUES = new ArrayList<Datatype>(15);
68 public static final Datatype CLASS = new Datatype("CLASS");
74 public static final Datatype CODE_LIST = new Datatype("CODE_LIST");
80 public static final Datatype ENUMERATION = new Datatype("ENUMERATION");
92 public static final Datatype ABSTRACT_CLASS = new Datatype("ABSTRACT_CLASS");
123 public static final Datatype UNION_CLASS = new Datatype("UNION_CLASS");
129 public static final Datatype META_CLASS = new Datatype("META_CLASS");
136 public static final Datatype TYPE_CLASS = new Datatype("TYPE_CLASS");
148 public static final Datatype INTEGER = new Datatype("INTEGER");
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/cxx/
H A Dmpicxx.cc57 const Datatype CHAR(MPI_CHAR);
58 const Datatype SHORT(MPI_SHORT);
59 const Datatype INT(MPI_INT);
60 const Datatype LONG(MPI_LONG);
66 const Datatype FLOAT(MPI_FLOAT);
67 const Datatype DOUBLE(MPI_DOUBLE);
69 const Datatype BYTE(MPI_BYTE);
71 const Datatype WCHAR(MPI_WCHAR);
77 const Datatype TWOINT(MPI_2INT);
167 const Datatype UB(MPI_UB);
[all …]
H A Ddatatype.h24 class Datatype {
33 inline Datatype() { }
39 inline Datatype(const Datatype& dt) : pmpi_datatype(dt.pmpi_datatype) { }
41 inline Datatype(const PMPI::Datatype& dt) : pmpi_datatype(dt) { }
43 inline virtual ~Datatype() {}
45 inline Datatype& operator=(const Datatype& dt) {
70 inline virtual ~Datatype() {} in ~Datatype()
75 inline Datatype(const Datatype& dt) : mpi_datatype(dt.mpi_datatype) { } in Datatype() function
76 inline Datatype& operator=(const Datatype& dt) {
186 virtual Datatype Dup() const;
[all …]
H A Ddatatype_inln.h28 inline MPI::Datatype
36 inline MPI::Datatype
45 inline MPI::Datatype
56 inline MPI::Datatype
74 inline MPI::Datatype
85 inline MPI::Datatype
96 inline MPI::Datatype
106 inline MPI::Datatype
195 inline MPI::Datatype
209 inline MPI::Datatype
[all …]
H A Dconstants.h117 OMPI_DECLSPEC extern const Datatype CHAR;
118 OMPI_DECLSPEC extern const Datatype SHORT;
119 OMPI_DECLSPEC extern const Datatype INT;
120 OMPI_DECLSPEC extern const Datatype LONG;
126 OMPI_DECLSPEC extern const Datatype FLOAT;
129 OMPI_DECLSPEC extern const Datatype BYTE;
131 OMPI_DECLSPEC extern const Datatype WCHAR;
143 OMPI_DECLSPEC extern const Datatype REAL;
168 OMPI_DECLSPEC extern const Datatype BOOL;
175 OMPI_DECLSPEC extern const Datatype UB;
[all …]
H A Dfile.h143 const MPI::Datatype& datatype);
187 const MPI::Datatype& datatype);
193 const MPI::Datatype& datatype);
200 const MPI::Datatype& datatype);
203 const MPI::Datatype& datatype,
207 const MPI::Datatype& datatype);
214 const MPI::Datatype& datatype);
242 const MPI::Datatype& datatype);
248 const MPI::Datatype& datatype);
255 const MPI::Datatype& datatype);
[all …]
H A Dcomm.h209 const Datatype & datatype, int dest,
231 const Datatype & recvtype, int source,
237 const Datatype & recvtype, int source,
241 const Datatype & datatype, int dest,
246 const Datatype & datatype, int dest,
282 const Datatype& datatype, int root) const;
286 const Datatype & sendtype,
298 const Datatype & sendtype,
317 const Datatype & recvtype) const;
338 const Datatype & datatype, const Op & op,
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/cxx/
H A Dmpicxx.cc57 const Datatype CHAR(MPI_CHAR);
58 const Datatype SHORT(MPI_SHORT);
59 const Datatype INT(MPI_INT);
60 const Datatype LONG(MPI_LONG);
66 const Datatype FLOAT(MPI_FLOAT);
67 const Datatype DOUBLE(MPI_DOUBLE);
69 const Datatype BYTE(MPI_BYTE);
71 const Datatype WCHAR(MPI_WCHAR);
77 const Datatype TWOINT(MPI_2INT);
168 const Datatype UB(MPI_UB);
[all …]
H A Ddatatype.h24 class Datatype {
33 inline Datatype() { }
39 inline Datatype(const Datatype& dt) : pmpi_datatype(dt.pmpi_datatype) { }
41 inline Datatype(const PMPI::Datatype& dt) : pmpi_datatype(dt) { }
43 inline virtual ~Datatype() {}
45 inline Datatype& operator=(const Datatype& dt) {
70 inline virtual ~Datatype() {} in ~Datatype()
75 inline Datatype(const Datatype& dt) : mpi_datatype(dt.mpi_datatype) { } in Datatype() function
76 inline Datatype& operator=(const Datatype& dt) {
186 virtual Datatype Dup() const;
[all …]
H A Ddatatype_inln.h28 inline MPI::Datatype
36 inline MPI::Datatype
45 inline MPI::Datatype
56 inline MPI::Datatype
74 inline MPI::Datatype
85 inline MPI::Datatype
96 inline MPI::Datatype
106 inline MPI::Datatype
195 inline MPI::Datatype
209 inline MPI::Datatype
[all …]
H A Dconstants.h117 OMPI_DECLSPEC extern const Datatype CHAR;
118 OMPI_DECLSPEC extern const Datatype SHORT;
119 OMPI_DECLSPEC extern const Datatype INT;
120 OMPI_DECLSPEC extern const Datatype LONG;
126 OMPI_DECLSPEC extern const Datatype FLOAT;
129 OMPI_DECLSPEC extern const Datatype BYTE;
131 OMPI_DECLSPEC extern const Datatype WCHAR;
143 OMPI_DECLSPEC extern const Datatype REAL;
168 OMPI_DECLSPEC extern const Datatype BOOL;
175 OMPI_DECLSPEC extern const Datatype UB;
[all …]
H A Dfile.h143 const MPI::Datatype& datatype);
187 const MPI::Datatype& datatype);
193 const MPI::Datatype& datatype);
200 const MPI::Datatype& datatype);
203 const MPI::Datatype& datatype,
207 const MPI::Datatype& datatype);
214 const MPI::Datatype& datatype);
242 const MPI::Datatype& datatype);
248 const MPI::Datatype& datatype);
255 const MPI::Datatype& datatype);
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/serialization/
H A Dcapnp_utils.h126 tiledb::sm::Datatype datatype, in set_capnp_array_ptr()
130 case tiledb::sm::Datatype::CHAR: in set_capnp_array_ptr()
131 case tiledb::sm::Datatype::INT8: in set_capnp_array_ptr()
136 case tiledb::sm::Datatype::UINT8: in set_capnp_array_ptr()
139 case tiledb::sm::Datatype::INT16: in set_capnp_array_ptr()
147 case tiledb::sm::Datatype::INT32: in set_capnp_array_ptr()
177 case tiledb::sm::Datatype::INT64: in set_capnp_array_ptr()
212 case tiledb::sm::Datatype::INT8: in set_capnp_scalar()
215 case tiledb::sm::Datatype::UINT8: in set_capnp_scalar()
312 tiledb::sm::Datatype datatype, in copy_capnp_list()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/helper/
H A DadiosComm.tcc47 return CommImpl::Datatype::SignedChar; in GetDatatype()
53 return CommImpl::Datatype::Char; in GetDatatype()
59 return CommImpl::Datatype::Short; in GetDatatype()
65 return CommImpl::Datatype::Int; in GetDatatype()
71 return CommImpl::Datatype::Long; in GetDatatype()
107 return CommImpl::Datatype::LongLong; in GetDatatype()
113 return CommImpl::Datatype::Double; in GetDatatype()
119 return CommImpl::Datatype::LongDouble; in GetDatatype()
125 return CommImpl::Datatype::Int_Int; in GetDatatype()
131 return CommImpl::Datatype::Float_Int; in GetDatatype()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/compressors/
H A Ddd_compressor.cc58 case Datatype::INT8: in compress()
60 case Datatype::UINT8: in compress()
62 case Datatype::INT16: in compress()
66 case Datatype::INT32: in compress()
70 case Datatype::INT64: in compress()
74 case Datatype::CHAR: in compress()
105 case Datatype::ANY: in compress()
120 Datatype type, in decompress()
124 case Datatype::INT8: in decompress()
140 case Datatype::CHAR: in decompress()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filter/
H A Dpositive_delta_filter.cc73 case Datatype::INT8: in run_forward()
76 case Datatype::UINT8: in run_forward()
79 case Datatype::INT16: in run_forward()
82 case Datatype::UINT16: in run_forward()
85 case Datatype::INT32: in run_forward()
87 case Datatype::UINT32: in run_forward()
90 case Datatype::INT64: in run_forward()
93 case Datatype::UINT64: in run_forward()
243 case Datatype::INT8: in run_reverse()
246 case Datatype::UINT8: in run_reverse()
[all …]
H A Dbit_width_reduction_filter.cc111 case Datatype::INT8: in run_forward()
114 case Datatype::UINT8: in run_forward()
117 case Datatype::INT16: in run_forward()
120 case Datatype::UINT16: in run_forward()
123 case Datatype::INT32: in run_forward()
125 case Datatype::UINT32: in run_forward()
128 case Datatype::INT64: in run_forward()
131 case Datatype::UINT64: in run_forward()
285 case Datatype::INT8: in run_reverse()
288 case Datatype::UINT8: in run_reverse()
[all …]
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/base/
H A Dxsd-datatypes.rdf6 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#string" />
7 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#boolean" />
8 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#decimal" />
9 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#float" />
10 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#double" />
11 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#duration" />
13 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#time" />
14 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date" />
16 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYear" />
18 <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gDay" />
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/misc/
H A Dconstants.cc90 const Datatype cell_var_offset_type = Datatype::UINT64;
96 const Datatype cell_validity_type = Datatype::UINT8;
195 const Datatype generic_tile_datatype = Datatype::CHAR;
577 case Datatype::INT8: in fill_value()
579 case Datatype::UINT8: in fill_value()
581 case Datatype::INT16: in fill_value()
583 case Datatype::UINT16: in fill_value()
585 case Datatype::INT32: in fill_value()
589 case Datatype::INT64: in fill_value()
597 case Datatype::CHAR: in fill_value()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tools/src/commands/
H A Dinfo_command.cc336 case Datatype::INT8: in get_mbr()
340 case Datatype::UINT8: in get_mbr()
344 case Datatype::INT16: in get_mbr()
348 case Datatype::UINT16: in get_mbr()
352 case Datatype::INT32: in get_mbr()
360 case Datatype::INT64: in get_mbr()
409 case Datatype::INT8: in get_mbr()
413 case Datatype::UINT8: in get_mbr()
417 case Datatype::INT16: in get_mbr()
425 case Datatype::INT32: in get_mbr()
[all …]
/dports/net/mpich/mpich-3.4.3/src/binding/cxx/
H A Dcxxdecl3.dat57 win-Get void ( , ,in:constref:Datatype , , , ,in:constref:Datatype, ) const
61 win-Put void (in:const , ,in:constref:Datatype , , , ,in:constref:Datatype, ) const
66 comm-Allgather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype, ) const
69 comm-Alltoall void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype, ) const
74 comm-Gather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
78 comm-Scatter void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
137 file-Get_view void (, ,out:reftype:Datatype ,out:reftype:Datatype , ) const
241 #intra-Gather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
243 #intra-Scatter void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
245 #intra-Allgather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype ) const
[all …]
/dports/net/mpich2/mpich2-1.5/src/binding/cxx/
H A Dcxxdecl3.dat55 win-Get void ( , ,in:constref:Datatype , , , ,in:constref:Datatype, ) const
59 win-Put void (in:const , ,in:constref:Datatype , , , ,in:constref:Datatype, ) const
64 comm-Allgather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype, ) const
67 comm-Alltoall void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype, ) const
72 comm-Gather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
77 comm-Scatter void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
134 file-Get_view void (, ,out:reftype:Datatype ,out:reftype:Datatype , ) const
238 #intra-Gather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
240 #intra-Scatter void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
242 #intra-Allgather void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype ) const
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/fragment/
H A Dsingle_fragment_info.h189 case Datatype::INT8: in non_empty_domain_str()
193 case Datatype::UINT8: in non_empty_domain_str()
197 case Datatype::INT16: in non_empty_domain_str()
201 case Datatype::UINT16: in non_empty_domain_str()
205 case Datatype::INT32: in non_empty_domain_str()
209 case Datatype::UINT32: in non_empty_domain_str()
213 case Datatype::INT64: in non_empty_domain_str()
217 case Datatype::UINT64: in non_empty_domain_str()
221 case Datatype::FLOAT32: in non_empty_domain_str()
225 case Datatype::FLOAT64: in non_empty_domain_str()
[all …]

12345678910>>...81