Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 10217) sorted by relevance

12345678910>>...409

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda/
H A Darray.hpp19 struct array { struct
20 using value_type = T;
21 using size_type = device::size_type;
22 using difference_type = std::ptrdiff_t;
27 using iterator = pointer;
28 using const_iterator = const_pointer;
29 using reverse_iterator = std::reverse_iterator<iterator>;
52 __host__ void assign(InputItr first, InputItr last) { in assign()
59 __host__ __device__ reference front() { return ptr[0]; } in front()
62 __host__ __device__ reference back() { return ptr[N - 1]; } in back()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/utility/container/
H A Darray.hpp22 struct array struct
26 typedef ::color::_internal::utility::container::array< value_name, length > this_type;
28 typedef std::array< value_name, length> instance_type;
31 typedef instance_type const const_type;
32 typedef instance_type const& return_image_type;
33 typedef instance_type & return_type;
35 typedef instance_type const& model_type;
36 typedef instance_type & input_type;
37 typedef instance_type & output_type;
58 typedef void set_return_type;
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Darray-slices.f9016 subroutine show_elem (array) argument
17 integer :: array local
30 subroutine show_str (array) argument
31 character (len=*) :: array local
43 subroutine show_1d (array) argument
44 integer, dimension (:) :: array local
69 subroutine show_2d (array) argument
70 integer, dimension (:,:) :: array local
105 subroutine show_3d (array) argument
138 subroutine show_4d (array) argument
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_array_test.cc11 TEST(array, DefaultConstructor) in TEST() argument
13 Array<int> array; in TEST() local
18 TEST(array, SizeConstructor) in TEST() argument
20 Array<int> array(5); in TEST() local
25 TEST(array, FillConstructor) in TEST() argument
27 Array<int> array(5, 8); in TEST() local
46 TEST(array, SpanConstructor) in TEST() argument
50 Array<int> array(span); in TEST() local
166 TEST(array, Fill) in TEST() argument
168 Array<int> array(5); in TEST() local
[all …]
/dports/devel/libical/libical-3.0.8/src/test/libical-glib/
H A Drecurrence.py72 array = [ 100, 101 ] variable
90 array = [ 200, 201 ] variable
108 array = [ 300, 301 ] variable
123 array = recurrence.get_by_day_array() variable
126 array = [ 400, 401 ] variable
132 array = recurrence.get_by_day_array() variable
144 array = [ 500, 501 ] variable
162 array = [ 600, 601 ] variable
180 array = [ 700, 701 ] variable
198 array = [ 800, 801 ] variable
[all …]
/dports/devel/ispc/ispc-1.16.1/builtins/
H A Darray.hpp43 template <typename T, int sizeImpl> struct array { struct
44 T dataImpl[sizeImpl];
46 using value_type = T;
47 using reference = T &;
48 using const_reference = const T &;
49 using pointer = T *;
50 using const_pointer = const T *;
51 using iterator = pointer;
52 using const_iterator = const_pointer;
53 using size_type = int;
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Darray.h155 array_free_i(struct array *array) in array_free_i()
159 #define array_free(array) \ argument
175 #define array_is_created(array) \ argument
183 #define array_get_pool(array) \ argument
191 #define array_clear(array) \ argument
199 #define array_count(array) \ argument
202 #define array_is_empty(array) \ argument
204 #define array_not_empty(array) \ argument
274 #define array_idx(array, idx) \ argument
381 #define array_reverse(array) \ argument
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/purestorage/
H A Dpurefa_info.py457 def generate_perf_dict(array): argument
486 def generate_config_dict(array): argument
533 def generate_admin_dict(array): argument
547 def generate_subnet_dict(array): argument
613 def generate_snap_dict(array): argument
626 def generate_vol_dict(array): argument
674 def generate_host_dict(array): argument
746 def generate_pods_dict(array): argument
788 def generate_apps_dict(array): argument
816 def generate_certs_dict(array): argument
[all …]
H A D_purefa_facts.py355 def generate_default_dict(array): argument
387 def generate_perf_dict(array): argument
416 def generate_config_dict(array): argument
465 def generate_admin_dict(array): argument
479 def generate_subnet_dict(array): argument
496 def generate_network_dict(array): argument
545 def generate_snap_dict(array): argument
558 def generate_vol_dict(array): argument
593 def generate_host_dict(array): argument
665 def generate_pods_dict(array): argument
[all …]
/dports/devel/py-pydash/pydash-4.8.0/src/pydash/
H A Darrays.py118 def compact(array): argument
268 def drop(array, n=1): argument
503 def flatten(array): argument
594 def head(array): argument
642 def initial(array): argument
837 def last(array): argument
1181 def reverse(array): argument
1202 def shift(array): argument
1618 def tail(array): argument
1837 def uniq(array): argument
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/
H A DArrayUtils.java161 public static String toString(Object array) { in toString()
192 public static int hashCode(Object array) { in hashCode()
237 public static Map toMap(Object[] array) { in toMap()
294 public static long[] clone(long[] array) { in clone()
310 public static int[] clone(int[] array) { in clone()
326 public static short[] clone(short[] array) { in clone()
342 public static char[] clone(char[] array) { in clone()
358 public static byte[] clone(byte[] array) { in clone()
390 public static float[] clone(float[] array) { in clone()
1380 public static void reverse(long[] array) { in reverse()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/
H A Darray.hpp41 struct array struct
43 using self = array;
44 using value_type = T;
45 using reference = value_type&;
47 using iterator = value_type*;
49 using pointer = value_type*;
51 using size_type = std::size_t;
69 iterator begin() noexcept in begin()
79 iterator end() noexcept in end()
140 bool empty() const noexcept in empty()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/
H A Darray.hpp41 struct array struct
43 using self = array;
44 using value_type = T;
45 using reference = value_type&;
47 using iterator = value_type*;
49 using pointer = value_type*;
51 using size_type = std::size_t;
69 iterator begin() noexcept in begin()
79 iterator end() noexcept in end()
140 bool empty() const noexcept in empty()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flasharray/plugins/modules/
H A Dpurefa_info.py521 def generate_perf_dict(array): argument
773 def generate_clients_dict(array): argument
789 def generate_admin_dict(array): argument
803 def generate_subnet_dict(array): argument
820 def generate_network_dict(array): argument
1223 def generate_host_dict(array): argument
1398 def generate_pods_dict(array): argument
1505 def generate_apps_dict(array): argument
1526 def generate_vgroups_dict(array): argument
1539 def generate_certs_dict(array): argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/test/Apache.Arrow.Tests/
H A DArrowReaderVerifier.cs91 public void Visit(Int8Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
92 public void Visit(Int16Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
93 public void Visit(Int32Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
94 public void Visit(Int64Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
95 public void Visit(UInt8Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
96 public void Visit(UInt16Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
97 public void Visit(UInt32Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
98 public void Visit(UInt64Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
99 public void Visit(FloatArray array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
105 public void Visit(ListArray array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
[all …]
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Darray.h58 struct array in EA_RESTORE_ALL_VC_WARNINGS() struct
61 typedef array<T, N> this_type; in EA_RESTORE_ALL_VC_WARNINGS()
62 typedef T value_type; in EA_RESTORE_ALL_VC_WARNINGS()
63 typedef value_type& reference; in EA_RESTORE_ALL_VC_WARNINGS()
64 typedef const value_type& const_reference; in EA_RESTORE_ALL_VC_WARNINGS()
65 typedef value_type* iterator; in EA_RESTORE_ALL_VC_WARNINGS()
66 typedef const value_type* const_iterator; in EA_RESTORE_ALL_VC_WARNINGS()
67 typedef eastl::reverse_iterator<iterator> reverse_iterator; in EA_RESTORE_ALL_VC_WARNINGS()
70 typedef ptrdiff_t difference_type; in EA_RESTORE_ALL_VC_WARNINGS()
74 { in EA_RESTORE_ALL_VC_WARNINGS()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Simd/Mono.Simd/
H A DArrayExtensions.cs36 public static Vector2d GetVector (this double[] array, int offset) in GetVector()
43 public static Vector2l GetVector (this long[] array, int offset) in GetVector()
50 public static Vector2ul GetVector (this ulong[] array, int offset) in GetVector()
57 public static Vector4f GetVector (this float[] array, int offset) in GetVector()
64 public static Vector4i GetVector (this int[] array, int offset) in GetVector()
71 public static Vector4ui GetVector (this uint[] array, int offset) in GetVector()
78 public static Vector8s GetVector (this short[] array, int offset) in GetVector()
91 public static Vector8us GetVector (this ushort[] array, int offset) in GetVector()
104 public static Vector16sb GetVector (this sbyte[] array, int offset) in GetVector()
117 public static Vector16b GetVector (this byte[] array, int offset) in GetVector()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/csharp/test/Apache.Arrow.Tests/
H A DArrowReaderVerifier.cs103 public void Visit(Int8Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
104 public void Visit(Int16Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
105 public void Visit(Int32Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
106 public void Visit(Int64Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
107 public void Visit(UInt8Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
108 public void Visit(UInt16Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
109 public void Visit(UInt32Array array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
111 public void Visit(FloatArray array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
117 public void Visit(ListArray array) => CompareArrays(array); field in Apache.Arrow.Tests.ArrowReaderVerifier.ArrayComparer
124 public void Visit(StructArray array) in Visit()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DArrayCopyVirtualizationTest.java48 short[] array = new short[]{1, 2, 3, 4}; in shortCopyVirtualization() local
54 char[] array = new char[]{1, 2, 3, 4}; in charCopyVirtualization() local
60 int[] array = new int[]{1, 2, 3, 4}; in intCopyVirtualization() local
66 long[] array = new long[]{1, 2, 3, 4}; in longCopyVirtualization() local
72 float[] array = new float[]{1, 2, 3, 4}; in floatCopyVirtualization() local
78 double[] array = new double[]{1, 2, 3, 4}; in doubleCopyVirtualization() local
108 short[] array = new short[]{1, 2, 3, 4}; in shortCopyBackwardsVirtualization() local
114 char[] array = new char[]{1, 2, 3, 4}; in charCopyBackwardsVirtualization() local
120 int[] array = new int[]{1, 2, 3, 4}; in intCopyBackwardsVirtualization() local
126 long[] array = new long[]{1, 2, 3, 4}; in longCopyBackwardsVirtualization() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DArrayCopyVirtualizationTest.java48 short[] array = new short[]{1, 2, 3, 4}; in shortCopyVirtualization() local
54 char[] array = new char[]{1, 2, 3, 4}; in charCopyVirtualization() local
60 int[] array = new int[]{1, 2, 3, 4}; in intCopyVirtualization() local
66 long[] array = new long[]{1, 2, 3, 4}; in longCopyVirtualization() local
72 float[] array = new float[]{1, 2, 3, 4}; in floatCopyVirtualization() local
78 double[] array = new double[]{1, 2, 3, 4}; in doubleCopyVirtualization() local
108 short[] array = new short[]{1, 2, 3, 4}; in shortCopyBackwardsVirtualization() local
114 char[] array = new char[]{1, 2, 3, 4}; in charCopyBackwardsVirtualization() local
120 int[] array = new int[]{1, 2, 3, 4}; in intCopyBackwardsVirtualization() local
126 long[] array = new long[]{1, 2, 3, 4}; in longCopyBackwardsVirtualization() local
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/poisson/
H A Dgallocation.F90485 subroutine deallocate_pi(array) argument
499 subroutine deallocate_pd(array) argument
514 subroutine deallocate_pz(array) argument
575 subroutine deallocate_l(array) argument
589 subroutine deallocate_i(array) argument
603 subroutine deallocate_d(array) argument
618 subroutine deallocate_z(array) argument
633 subroutine deallocate_i2(array) argument
647 subroutine deallocate_d2(array) argument
661 subroutine deallocate_z2(array) argument
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DArrayUtilsRemoveTest.java33 Object[] array; in testRemoveObjectArray() local
132 char[] array; in testRemoveCharArray() local
160 double[] array; in testRemoveDoubleArray() local
188 float[] array; in testRemoveFloatArray() local
216 int[] array; in testRemoveIntArray() local
244 long[] array; in testRemoveLongArray() local
272 short[] array; in testRemoveShortArray() local
354 char[] array; in testRemoveElementCharArray() local
390 float[] array; in testRemoveElementFloatArray() local
408 int[] array; in testRemoveElementIntArray() local
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/collections/
H A DArr.php32 public static function add($array, $key, $value)
47 public static function collapse($array)
97 public static function divide($array)
131 public static function except($array, $keys)
145 public static function exists($array, $key)
322 public static function has($array, $keys)
356 public static function hasAny($array, $keys)
389 public static function isAssoc(array $array) argument
404 public static function isList($array)
416 public static function only($array, $keys)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/WindowsRuntime/
H A DIPropertyValue.cs39 void GetUInt8Array(out byte[] array); in GetUInt8Array()
40 void GetInt16Array(out Int16[] array); in GetInt16Array()
41 void GetUInt16Array(out UInt16[] array); in GetUInt16Array()
42 void GetInt32Array(out Int32[] array); in GetInt32Array()
43 void GetUInt32Array(out UInt32[] array); in GetUInt32Array()
44 void GetInt64Array(out Int64[] array); in GetInt64Array()
48 void GetChar16Array(out char[] array); in GetChar16Array()
52 void GetGuidArray(out Guid[] array); in GetGuidArray()
55 void GetPointArray(out Point[] array); in GetPointArray()
56 void GetSizeArray(out Size[] array); in GetSizeArray()
[all …]
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/src/
H A Darray.h28 struct array struct
38 array_init(struct array *a); argument
58 #define array_push(array) ++(array).elems argument
60 #define array_pop(array) --(array).elems argument
62 #define array_append(array, add) (array).elems += add argument
64 #define array_size(array) ((array).elems) argument
66 #define array_empty(array) ((array).elems == 0) argument
68 #define array_clear(array) (array).elems = 0 argument
70 #define array_elem(array, type, index) ((type *) (array).buf + index) argument
72 #define array_beg(array, type) ((type *) (array).buf) argument
[all …]

12345678910>>...409