Home
last modified time | relevance | path

Searched refs:ArrayT (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzAttachedArray.inline.hpp31 template <typename ObjectT, typename ArrayT>
36 template <typename ObjectT, typename ArrayT>
38 return sizeof(ArrayT) * length; in array_size()
41 template <typename ObjectT, typename ArrayT>
50 ::new (array_addr) ArrayT[length]; in alloc()
56 template <typename ObjectT, typename ArrayT>
66 template <typename ObjectT, typename ArrayT>
71 template <typename ObjectT, typename ArrayT>
75 template <typename ObjectT, typename ArrayT>
80 template <typename ObjectT, typename ArrayT>
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzAttachedArray.inline.hpp32 template <typename ObjectT, typename ArrayT>
37 template <typename ObjectT, typename ArrayT>
39 return sizeof(ArrayT) * length; in array_size()
42 template <typename ObjectT, typename ArrayT>
51 ::new (array_addr) ArrayT[length]; in alloc()
57 template <typename ObjectT, typename ArrayT>
67 template <typename ObjectT, typename ArrayT>
72 template <typename ObjectT, typename ArrayT>
76 template <typename ObjectT, typename ArrayT>
81 template <typename ObjectT, typename ArrayT>
[all …]
/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathBufferProtocol.cpp23 template <class ArrayT>
81 template <class ArrayT>
114 ArrayT &_orig;
121 template <class ArrayT>
154 ArrayT _copy;
158 template <class ArrayT>
167 template <class ArrayT>
189 template <class ArrayT>
201 template <class ArrayT>
337 ArrayT *
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzAttachedArray.inline.hpp31 template <typename ObjectT, typename ArrayT>
32 inline size_t ZAttachedArray<ObjectT, ArrayT>::object_size() { in object_size()
33 return align_up(sizeof(ObjectT), sizeof(ArrayT)); in object_size()
36 template <typename ObjectT, typename ArrayT>
38 const size_t array_size = sizeof(ArrayT) * length; in alloc()
40 ::new (addr + object_size()) ArrayT[length]; in alloc()
44 template <typename ObjectT, typename ArrayT>
49 template <typename ObjectT, typename ArrayT>
53 template <typename ObjectT, typename ArrayT>
58 template <typename ObjectT, typename ArrayT>
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzAttachedArray.inline.hpp31 template <typename ObjectT, typename ArrayT>
32 inline size_t ZAttachedArray<ObjectT, ArrayT>::object_size() { in object_size()
33 return align_up(sizeof(ObjectT), sizeof(ArrayT)); in object_size()
36 template <typename ObjectT, typename ArrayT>
38 const size_t array_size = sizeof(ArrayT) * length; in alloc()
40 ::new (addr + object_size()) ArrayT[length]; in alloc()
44 template <typename ObjectT, typename ArrayT>
49 template <typename ObjectT, typename ArrayT>
53 template <typename ObjectT, typename ArrayT>
58 template <typename ObjectT, typename ArrayT>
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzAttachedArray.inline.hpp31 template <typename ObjectT, typename ArrayT>
32 inline size_t ZAttachedArray<ObjectT, ArrayT>::object_size() { in object_size()
33 return align_up(sizeof(ObjectT), sizeof(ArrayT)); in object_size()
36 template <typename ObjectT, typename ArrayT>
38 const size_t array_size = sizeof(ArrayT) * length; in alloc()
40 ::new (addr + object_size()) ArrayT[length]; in alloc()
44 template <typename ObjectT, typename ArrayT>
49 template <typename ObjectT, typename ArrayT>
53 template <typename ObjectT, typename ArrayT>
58 template <typename ObjectT, typename ArrayT>
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/lexical_cast/test/
H A Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value()
51 typedef ArrayT<unsigned char, 300> uarr_type; in testing_template_array_output_on_spec_value()
84 typedef ArrayT<wchar_t, 300> warr_type; in testing_template_array_output_on_spec_value()
85 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_spec_value()
103 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_spec_value()
104 typedef ArrayT<char16_t, 3> u16short_arr_type; in testing_template_array_output_on_spec_value()
121 typedef ArrayT<char32_t, 300> u32arr_type; in testing_template_array_output_on_spec_value()
179 typedef ArrayT<wchar_t, 4> warr_type; in testing_template_array_output_on_char_value()
180 typedef ArrayT<wchar_t, 3> wshort_arr_type; in testing_template_array_output_on_char_value()
202 typedef ArrayT<char16_t, 300> u16arr_type; in testing_template_array_output_on_char_value()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkDataArrayPrivate.txx141 ArrayT *Array;
175 ArrayT *Array;
212 ArrayT *Array;
257 ArrayT *Array;
306 template<class ArrayT>
314 template<class ArrayT>
328 ArrayT *Array;
435 template<class ArrayT>
444 template<class ArrayT>
518 template <typename ArrayT>
[all …]
/dports/devel/open-beagle/beagle-3.0.3/beagle/include/beagle/
H A DArrayT.hpp72 class ArrayT : public Object, class
81 typedef PointerT< ArrayT<T>, Object::Handle >
84 typedef ContainerT< ArrayT<T>, Object::Bag >
87 explicit ArrayT(unsigned int inSize=0);
89 virtual ~ArrayT() { } in ~ArrayT()
106 Beagle::ArrayT<T>::ArrayT(unsigned int inSize) : in ArrayT() function in Beagle::ArrayT
117 Beagle::ArrayT<T>::ArrayT(unsigned int inSize, const T& inModel) : in ArrayT() function in Beagle::ArrayT
131 const Beagle::ArrayT<T>& lLeftArray = castObjectT<const Beagle::ArrayT<T>&>(*this); in isEqual()
133 const Beagle::ArrayT<T>& lRightArray = castObjectT<const Beagle::ArrayT<T>&>(inRightObj); in isEqual()
149 const Beagle::ArrayT<T>& lLeftArray = castObjectT<const Beagle::ArrayT<T>&>(*this); in isLess()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkDataArrayPrivate.txx152 template <int NumComps, typename ArrayT, typename APIType = typename vtk::GetAPIType<ArrayT>>
157 ArrayT* Array;
185 template <int NumComps, typename ArrayT, typename APIType = typename vtk::GetAPIType<ArrayT>>
190 ArrayT* Array;
221 template <typename ArrayT, typename APIType = typename vtk::GetAPIType<ArrayT>>
226 ArrayT* Array;
263 template <typename ArrayT, typename APIType = typename vtk::GetAPIType<ArrayT>>
268 ArrayT* Array;
334 ArrayT* Array;
384 template <typename ArrayT, typename APIType = typename vtk::GetAPIType<ArrayT>>
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_exp6_rx_kokkos.h187 template <class ArrayT>
188ArrayT &, ArrayT &, ArrayT &, ArrayT &, ArrayT &, ArrayT &, ArrayT &, ArrayT &, ArrayT &, ArrayT &…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DAppResponseAnalysis.h31 template <class ArrayT, class CArrayT>
32 void constraint_violation(ArrayT& cvals, in constraint_violation()
82 template <class ArrayT, class CArrayT>
83 void constraint_violation(ArrayT& cvals, CArrayT& clower, CArrayT& cupper,
109 template <class ResponseT, class ArrayT>
111 ArrayT& clower, ArrayT& cupper,
124 template <class ResponseT, class ArrayT>
126 ArrayT& clower, ArrayT& cupper,
137 template <class ResponseT, class ArrayT>
139 ArrayT& clower,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp27 template <class ArrayT>
29 ArrayT* array = static_cast<ArrayT*>(data); in TraceArray()
41 template <class ArrayT>
45 auto array = MakeUnique<ArrayT>(); in TestGrow()
48 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestGrow()
85 template <class ArrayT>
89 auto array = MakeUnique<ArrayT>(); in TestShrink()
92 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestShrink()
126 template <class ArrayT>
128 TestGrow<ArrayT>(cx); in TestArrayType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp27 template <class ArrayT>
29 ArrayT* array = static_cast<ArrayT*>(data); in TraceArray()
41 template <class ArrayT>
45 auto array = MakeUnique<ArrayT>(); in TestGrow()
48 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestGrow()
85 template <class ArrayT>
89 auto array = MakeUnique<ArrayT>(); in TestShrink()
92 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestShrink()
126 template <class ArrayT>
128 TestGrow<ArrayT>(cx); in TestArrayType()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp28 template <class ArrayT>
30 ArrayT* array = static_cast<ArrayT*>(data); in TraceArray()
42 template <class ArrayT>
46 auto array = MakeUnique<ArrayT>(); in TestGrow()
49 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestGrow()
86 template <class ArrayT>
90 auto array = MakeUnique<ArrayT>(); in TestShrink()
93 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestShrink()
127 template <class ArrayT>
129 TestGrow<ArrayT>(cx); in TestArrayType()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp27 template <class ArrayT>
29 ArrayT* array = static_cast<ArrayT*>(data); in TraceArray()
41 template <class ArrayT>
45 auto array = MakeUnique<ArrayT>(); in TestGrow()
48 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestGrow()
85 template <class ArrayT>
89 auto array = MakeUnique<ArrayT>(); in TestShrink()
92 JS_AddExtraGCRootsTracer(cx, TraceArray<ArrayT>, array.get()); in TestShrink()
126 template <class ArrayT>
128 TestGrow<ArrayT>(cx); in TestArrayType()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestGenericDataArrayAPI.cxx151 ArrayT *errorTempArray = ArrayT::New(); \
172 template <typename ScalarT, typename ArrayT>
205 template <typename ScalarT, typename ArrayT>
245 template <typename ScalarT, typename ArrayT>
285 template <typename ScalarT, typename ArrayT>
318 template <typename ScalarT, typename ArrayT>
361 template <typename ScalarT, typename ArrayT>
406 template <typename ScalarT, typename ArrayT>
501 template <typename ScalarT, typename ArrayT>
548 template <typename ScalarT, typename ArrayT>
[all …]

12345678910>>...17