Home
last modified time | relevance | path

Searched refs:ArrayType (Results 1 – 25 of 7266) sorted by relevance

12345678910>>...291

/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/DataModel/vtkmlib/
H A DArrayConverters.hxx50 #define VTK_EXPORT_ARRAY_CONVERSION_TO_VTKM_DETAIL(ArrayType, ValueType) \ argument
51 extern template vtkm::cont::Field Convert<ArrayType<ValueType>>( \
52 ArrayType<ValueType> * input, int association);
54 #define VTK_EXPORT_ARRAY_CONVERSION_TO_VTKM_DETAIL(ArrayType, ValueType) \ argument
55 template vtkm::cont::Field Convert<ArrayType<ValueType>>( \
56 ArrayType<ValueType> * input, int association);
59 #define VTK_EXPORT_SIGNED_ARRAY_CONVERSION_TO_VTKM(ArrayType) \ argument
65 VTK_EXPORT_ARRAY_CONVERSION_TO_VTKM_DETAIL(ArrayType, signed char)
72 VTK_EXPORT_ARRAY_CONVERSION_TO_VTKM_DETAIL(ArrayType, unsigned short)
76 VTK_EXPORT_ARRAY_CONVERSION_TO_VTKM_DETAIL(ArrayType, float)
[all …]
/dports/deskutils/ical/ical-tcl/types/
H A DArray.h27 #define declareArrayType(ArrayType,Element,ASSERT) \ argument
35 ArrayType(ArrayType const&); /* Initialized with another Array */ \
42 ArrayType& operator=(ArrayType const&); \
92 inline ArrayType::ArrayType() { \
147 ArrayType::ArrayType(int predict) { \
156 ArrayType::~ArrayType() { \
160 ArrayType::ArrayType(Element const* src, int s) { \
170 ArrayType::ArrayType(ArrayType const& d) { \
179 ArrayType::ArrayType(Element element, int numberOfCopies) { \
189 ArrayType& ArrayType::operator=(ArrayType const& d) { \
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/types/
H A Darraytype.cpp17 REGISTER_TYPE(ArrayType);
19 ArrayType::ArrayType(const ArrayType& rhs) : AbstractType(copyData<ArrayType>(*rhs.d_func())) in ArrayType() function in KDevelop::ArrayType
23 ArrayType::ArrayType(ArrayTypeData& data) : AbstractType(data) in ArrayType() function in KDevelop::ArrayType
29 return new ArrayType(*this); in clone()
41 TYPE_D(ArrayType); in equals()
48 ArrayType::ArrayType() in ArrayType() function in KDevelop::ArrayType
53 ArrayType::~ArrayType() in ~ArrayType()
57 int ArrayType::dimension() const in dimension()
77 QString ArrayType::toString() const in toString()
97 TYPE_D_DYNAMIC(ArrayType); in exchangeTypes()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshBase/include/
H A DitkMeshConvertPixelTraits.h201 ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE(ArrayType,Type,6)
214 ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_MACRO(ArrayType, double);
269 #define ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE_ALL_MACRO(ArrayType, Type) \ argument
270 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE(ArrayType,Type,1,1) \
271 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE(ArrayType,Type,2,2) \
272 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE(ArrayType,Type,3,3) \
273 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE(ArrayType,Type,4,4) \
274 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE(ArrayType,Type,5,5) \
275 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE(ArrayType,Type,6,6)
288 ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE_ALL_MACRO(ArrayType, double);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/management/openmbean/
H A DArrayTypeTest.java167 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
177 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
215 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
225 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
235 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
245 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
258 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
259 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
268 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
274 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/openmbean/
H A DArrayTypeTest.java166 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
176 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
214 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
224 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
234 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
244 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
257 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
258 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
267 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
273 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/openmbean/
H A DArrayTypeTest.java166 ArrayType<int[]> a2 = new ArrayType<int[]>(SimpleType.INTEGER, true); in main()
176 ArrayType<int[][][][]> a4 = new ArrayType<int[][][][]>(3, a2); in main()
214 ArrayType<Integer[][]> a9 = ArrayType.getArrayType(a8); in main()
224 ArrayType<int[][][]> a11 = ArrayType.getArrayType(a10); in main()
234 ArrayType<float[][]> a13 = ArrayType.getArrayType(a12); in main()
244 ArrayType<ObjectName[][]> a15 = ArrayType.getArrayType(a14); in main()
257 ArrayType<String[][]> a18 = new ArrayType<String[][]>(1, a17); in main()
258 ArrayType<String[][][]> a19 = new ArrayType<String[][][]>(1, a18); in main()
267 ArrayType<int[]> i1 = ArrayType.getPrimitiveArrayType(int[].class); in main()
273 ArrayType<Long[]> l1 = ArrayType.getArrayType(SimpleType.LONG); in main()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5ArrayType.cpp37 ArrayType::ArrayType() : DataType() {} in ArrayType() function in H5::ArrayType
46 ArrayType::ArrayType(const hid_t existing_id) : DataType(existing_id) {} in ArrayType() function in H5::ArrayType
53 ArrayType::ArrayType(const ArrayType& original) : DataType(original) {} in ArrayType() function in H5::ArrayType
65 ArrayType::ArrayType(const DataType& base_type, int ndims, const hsize_t* dims) : DataType() in ArrayType() function in H5::ArrayType
90 ArrayType::ArrayType(const H5Location& loc, const char *dtype_name) : DataType() in ArrayType() function in H5::ArrayType
109 ArrayType::ArrayType(const H5Location& loc, const H5std_string& dtype_name) : DataType() in ArrayType() function in H5::ArrayType
125 ArrayType& ArrayType::operator=(const ArrayType& rhs) in operator =()
150 DataType* ArrayType::decode() const in decode()
159 ArrayType *encoded_arrtype = new ArrayType; in decode()
171 int ArrayType::getArrayNDims() const in getArrayNDims()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5ArrayType.cpp35 ArrayType::ArrayType() : DataType() {} in ArrayType() function in H5::ArrayType
44 ArrayType::ArrayType(const hid_t existing_id) : DataType( existing_id ) {} in ArrayType() function in H5::ArrayType
51 ArrayType::ArrayType(const ArrayType& original) : DataType(original) {} in ArrayType() function in H5::ArrayType
63 ArrayType::ArrayType(const DataType& base_type, int ndims, const hsize_t* dims) : DataType() in ArrayType() function in H5::ArrayType
88 ArrayType::ArrayType(const H5Location& loc, const char *type_name) : DataType() in ArrayType() function in H5::ArrayType
107 ArrayType::ArrayType(const H5Location& loc, const H5std_string& type_name) : DataType() in ArrayType() function in H5::ArrayType
123 ArrayType& ArrayType::operator=(const ArrayType& rhs) in operator =()
147 DataType* ArrayType::decode() const in decode()
156 ArrayType *encoded_arrtype = new ArrayType; in decode()
171 int ArrayType::getArrayNDims() const in getArrayNDims()
[all …]
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5ArrayType.cpp37 ArrayType::ArrayType() : DataType() {} in ArrayType() function in H5::ArrayType
46 ArrayType::ArrayType(const hid_t existing_id) : DataType(existing_id) {} in ArrayType() function in H5::ArrayType
53 ArrayType::ArrayType(const ArrayType& original) : DataType(original) {} in ArrayType() function in H5::ArrayType
65 ArrayType::ArrayType(const DataType& base_type, int ndims, const hsize_t* dims) : DataType() in ArrayType() function in H5::ArrayType
90 ArrayType::ArrayType(const H5Location& loc, const char *dtype_name) : DataType() in ArrayType() function in H5::ArrayType
109 ArrayType::ArrayType(const H5Location& loc, const H5std_string& dtype_name) : DataType() in ArrayType() function in H5::ArrayType
125 ArrayType& ArrayType::operator=(const ArrayType& rhs) in operator =()
150 DataType* ArrayType::decode() const in decode()
159 ArrayType *encoded_arrtype = new ArrayType; in decode()
171 int ArrayType::getArrayNDims() const in getArrayNDims()
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dspecial_functions.cpp42 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
58 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
59 ArrayType m2 = ArrayType::Random(rows,cols); in array_special_functions()
69 ArrayType zero = ArrayType::Zero(rows, cols); in array_special_functions()
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); in array_special_functions()
190 ArrayType a(125); in array_special_functions()
191 ArrayType b(125); in array_special_functions()
286 ArrayType m1 = ArrayType::Random(32); in array_special_functions()
287 ArrayType m2 = ArrayType::Random(32); in array_special_functions()
288 ArrayType m3 = ArrayType::Random(32); in array_special_functions()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A Dspecial_functions.cpp42 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
58 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
59 ArrayType m2 = ArrayType::Random(rows,cols); in array_special_functions()
69 ArrayType zero = ArrayType::Zero(rows, cols); in array_special_functions()
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); in array_special_functions()
190 ArrayType a(125); in array_special_functions()
191 ArrayType b(125); in array_special_functions()
286 ArrayType m1 = ArrayType::Random(32); in array_special_functions()
287 ArrayType m2 = ArrayType::Random(32); in array_special_functions()
288 ArrayType m3 = ArrayType::Random(32); in array_special_functions()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A Dspecial_functions.cpp42 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
58 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
59 ArrayType m2 = ArrayType::Random(rows,cols); in array_special_functions()
69 ArrayType zero = ArrayType::Zero(rows, cols); in array_special_functions()
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); in array_special_functions()
190 ArrayType a(125); in array_special_functions()
191 ArrayType b(125); in array_special_functions()
286 ArrayType m1 = ArrayType::Random(32); in array_special_functions()
287 ArrayType m2 = ArrayType::Random(32); in array_special_functions()
288 ArrayType m3 = ArrayType::Random(32); in array_special_functions()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A Dspecial_functions.cpp42 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
58 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
59 ArrayType m2 = ArrayType::Random(rows,cols); in array_special_functions()
69 ArrayType zero = ArrayType::Zero(rows, cols); in array_special_functions()
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); in array_special_functions()
190 ArrayType a(125); in array_special_functions()
191 ArrayType b(125); in array_special_functions()
286 ArrayType m1 = ArrayType::Random(32); in array_special_functions()
287 ArrayType m2 = ArrayType::Random(32); in array_special_functions()
288 ArrayType m3 = ArrayType::Random(32); in array_special_functions()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A Dspecial_functions.cpp42 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
58 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
59 ArrayType m2 = ArrayType::Random(rows,cols); in array_special_functions()
69 ArrayType zero = ArrayType::Zero(rows, cols); in array_special_functions()
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); in array_special_functions()
190 ArrayType a(125); in array_special_functions()
191 ArrayType b(125); in array_special_functions()
286 ArrayType m1 = ArrayType::Random(32); in array_special_functions()
287 ArrayType m2 = ArrayType::Random(32); in array_special_functions()
288 ArrayType m3 = ArrayType::Random(32); in array_special_functions()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dspecial_functions.cpp42 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
58 ArrayType m1 = ArrayType::Random(rows,cols); in array_special_functions()
59 ArrayType m2 = ArrayType::Random(rows,cols); in array_special_functions()
69 ArrayType zero = ArrayType::Zero(rows, cols); in array_special_functions()
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); in array_special_functions()
190 ArrayType a(125); in array_special_functions()
191 ArrayType b(125); in array_special_functions()
286 ArrayType m1 = ArrayType::Random(32); in array_special_functions()
287 ArrayType m2 = ArrayType::Random(32); in array_special_functions()
288 ArrayType m3 = ArrayType::Random(32); in array_special_functions()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/intarray/
H A D_int.h91 typedef ArrayType *(*formarray) (ArrayType *, ArrayType *);
98 ArrayType *new_intArrayType(int num);
99 ArrayType *copy_intArrayType(ArrayType *a);
100 ArrayType *resize_intArrayType(ArrayType *a, int num);
102 ArrayType *_int_unique(ArrayType *a);
104 ArrayType *intarray_add_elem(ArrayType *a, int32 elem);
105 ArrayType *intarray_concat_arrays(ArrayType *a, ArrayType *b);
107 bool inner_int_overlap(ArrayType *a, ArrayType *b);
108 bool inner_int_contains(ArrayType *a, ArrayType *b);
109 ArrayType *inner_int_union(ArrayType *a, ArrayType *b);
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/intarray/
H A D_int.h91 typedef ArrayType *(*formarray) (ArrayType *, ArrayType *);
98 ArrayType *new_intArrayType(int num);
99 ArrayType *copy_intArrayType(ArrayType *a);
100 ArrayType *resize_intArrayType(ArrayType *a, int num);
102 ArrayType *_int_unique(ArrayType *a);
104 ArrayType *intarray_add_elem(ArrayType *a, int32 elem);
105 ArrayType *intarray_concat_arrays(ArrayType *a, ArrayType *b);
107 bool inner_int_overlap(ArrayType *a, ArrayType *b);
108 bool inner_int_contains(ArrayType *a, ArrayType *b);
109 ArrayType *inner_int_union(ArrayType *a, ArrayType *b);
[all …]

12345678910>>...291