Home
last modified time | relevance | path

Searched refs:size_tag (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/
H A Dget_expr.h58 static const unsigned v1_size_tag = V1::size_tag;
60 static const unsigned v2_size_tag = V2::size_tag;
67 static const unsigned v1_size_tag = V2::size_tag;
69 static const unsigned v2_size_tag = V2::size_tag;
76 static const unsigned v1_size_tag = V2::size_tag;
256 static const unsigned size_tag = V1::size_tag > V2::size_tag ? V1::size_tag : V2::size_tag;
257 … static const unsigned type_tag = (is_mask_op && V1::size_tag != V2::size_tag) ? SIMDPP_TAG_UINT :
271 static const unsigned size_tag = V1::size_tag > V2::size_tag ? V1::size_tag : V2::size_tag;
285 static const unsigned size_tag = V1::size_tag > V2::size_tag ? V1::size_tag : V2::size_tag;
298 static const unsigned size_tag = V1::size_tag > V2::size_tag ? V1::size_tag : V2::size_tag;
[all …]
H A Dcast.inl63 static_assert(R::size_tag == T::size_tag,
75 static_assert(R::size_tag == T::size_tag,
87 static_assert(R::size_tag == T::size_tag,
H A Dfor_each.h79 using size_tag = std::integral_constant<unsigned, V::base_vector_type::length>; in for_each() local
81 foreach_impl(size_tag(), v.wrapped().vec(i), function); in for_each()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/detail/
H A Dget_expr_uint.h37 static const unsigned v1_size_tag = V1::size_tag;
39 static const unsigned v2_size_tag = V2::size_tag;
46 static const unsigned v1_size_tag = V2::size_tag;
48 static const unsigned v2_size_tag = V2::size_tag;
55 static const unsigned v1_size_tag = V2::size_tag;
57 static const unsigned v2_size_tag = V2::size_tag;
64 static const unsigned v1_size_tag = V2::size_tag;
66 static const unsigned v2_size_tag = V2::size_tag;
73 static const unsigned v1_size_tag = V2::size_tag;
75 static const unsigned v2_size_tag = V2::size_tag;
[all …]
H A Dget_expr_bitwise.h64 static const unsigned size_tag = tags::v1_size_tag > tags::v2_size_tag member
93 using v1_final_type = typename type_of_tag<v1_type_tag + size_tag,
95 using v2_final_type = typename type_of_tag<v2_type_tag + size_tag,
102 using type = typename type_of_tag<impl::type_tag + impl::size_tag,
138 static const unsigned size_tag = V1::size_tag > V2::size_tag ? V1::size_tag : V2::size_tag; variable
146 static const unsigned type_tag = (is_mask_op1 && V1::size_tag != V2::size_tag)
154 using v1_final_type = typename type_of_tag<v12_type_tag + size_tag,
156 using v2_final_type = typename type_of_tag<v12_type_tag + size_tag,
159 using type = typename type_of_tag<type_tag + size_tag, V1::length_bytes,
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Dblend.h69 static const unsigned size_tag_t1 = V1::size_tag > V2::size_tag ? V1::size_tag : V2::size_tag;
70 static const unsigned size_tag = size_tag_t1 > V3::size_tag ? size_tag_t1 : V3::size_tag; variable
78 static const unsigned type_tag_t2 = (is_mask_op1 && V1::size_tag != V2::size_tag)
88 static const unsigned type_tag = (is_mask_op2 && V3::size_tag != size_tag_t1)
103 static const unsigned v3_type_tag = (!is_v3_mask || size_tag != V3::size_tag) ? v12_type_tag :
109 using v1_final_type = typename type_of_tag<v12_type_tag + size_tag,
112 using v2_final_type = typename type_of_tag<v12_type_tag + size_tag,
115 using v3_final_type = typename type_of_tag<v3_type_tag + size_tag,
118 using type = typename type_of_tag<type_tag + size_tag, V1::length_bytes,
H A Dstore_packed4.h45 static_assert(V1::size_tag == V2::size_tag && in store_packed4()
46 V1::size_tag == V3::size_tag && in store_packed4()
47 V1::size_tag == V4::size_tag, in store_packed4()
H A Dstore_packed3.h42 static_assert(V1::size_tag == V2::size_tag && V1::size_tag == V3::size_tag, in store_packed3()
H A Dstore_packed2.h40 static_assert(V1::size_tag == V2::size_tag, in store_packed2()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Daddncdata.cpp233 size_t size_tag = 1; // good for one dimension in main() local
300 count[otherDim] = size_tag; in main()
301 vals.resize(recs*size_tag); in main()
303 evals.resize(size_tag); in main()
311 for (size_t j=0; j<size_tag; j++) in main()
322 for (size_t j=0; j<size_tag; j++) in main()
357 count[otherDim] = size_tag; in main()
358 vals.resize(recs*size_tag); in main()
360 dvals.resize(size_tag); in main()
368 for (size_t j=0; j<size_tag; j++) in main()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/
H A Dbytecode-expectations-printer.cc157 const char* size_tag; in PrintBytecodeOperand() local
160 size_tag = "8"; in PrintBytecodeOperand()
163 size_tag = "16"; in PrintBytecodeOperand()
166 size_tag = "32"; in PrintBytecodeOperand()
193 *stream << 'U' << size_tag << '('; in PrintBytecodeOperand()
197 *stream << 'U' << size_tag << '('; in PrintBytecodeOperand()
202 *stream << 'U' << size_tag << '('; in PrintBytecodeOperand()
206 *stream << 'I' << size_tag << '('; in PrintBytecodeOperand()
210 *stream << 'U' << size_tag << '('; in PrintBytecodeOperand()
214 *stream << 'U' << size_tag << '('; in PrintBytecodeOperand()
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/types/
H A Dany.h36 static const unsigned size_tag = SIMDPP_TAG_SIZE8; member
40 static const unsigned size_tag = SIMDPP_TAG_SIZE16; member
44 static const unsigned size_tag = SIMDPP_TAG_SIZE32; member
48 static const unsigned size_tag = SIMDPP_TAG_SIZE64; member
/dports/devel/boost-docs/boost_1_72_0/libs/optional/test/
H A Doptional_test_constructible_from_other.cpp24 struct size_tag {}; struct
30 static yes_type check_helper(size_tag< sizeof(static_cast< T1 >(U1())) >*);
/dports/devel/boost-python-libs/boost_1_72_0/libs/optional/test/
H A Doptional_test_constructible_from_other.cpp24 struct size_tag {}; struct
30 static yes_type check_helper(size_tag< sizeof(static_cast< T1 >(U1())) >*);
/dports/devel/boost-libs/boost_1_72_0/libs/optional/test/
H A Doptional_test_constructible_from_other.cpp24 struct size_tag {}; struct
30 static yes_type check_helper(size_tag< sizeof(static_cast< T1 >(U1())) >*);
/dports/devel/hyperscan/boost_1_75_0/libs/optional/test/
H A Doptional_test_constructible_from_other.cpp24 struct size_tag {}; struct
32 static yes_type check_helper(size_tag< sizeof(static_cast< T1 >(get())) >*);
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/null/
H A Dmask.h27 static_assert(V::length == M::length && V::size_tag == M::size_tag, in unmask_mask()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dmigrate_nontrivial.cpp149 int size_tag=1; //a double dense tag, on elements in migrate_smart() local
160 …ierr = iMOAB_DefineTagStorage(pid2, "element_field", &tagType, &size_tag, &tagIndex2, strlen("ele… in migrate_smart()
172 …ierr = iMOAB_DefineTagStorage(pid1, "element_field", &tagType, &size_tag, &tagIndex1, strlen("ele… in migrate_smart()
H A Dmigrate_test.cpp188 int size_tag=1; //a double dense tag, on elements in migrate() local
199 …ierr = iMOAB_DefineTagStorage(pid2, "element_field", &tagType, &size_tag, &tagIndex2, strlen("ele… in migrate()
211 …ierr = iMOAB_DefineTagStorage(pid1, "element_field", &tagType, &size_tag, &tagIndex1, strlen("ele… in migrate()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptextstyleeditor.c103 GtkTextTag *size_tag);
864 GtkTextTag *size_tag) in gimp_text_style_editor_set_size() argument
869 if (size_tag) in gimp_text_style_editor_set_size()
870 size = gimp_text_tag_get_size (size_tag); in gimp_text_style_editor_set_size()
1033 GtkTextTag *size_tag = NULL; in gimp_text_style_editor_update_idle() local
1053 size_tag = gimp_text_buffer_get_iter_size (editor->buffer, in gimp_text_style_editor_update_idle()
1114 if (tag != size_tag) in gimp_text_style_editor_update_idle()
1165 else if (size_tag) in gimp_text_style_editor_update_idle()
1166 gimp_text_style_editor_set_size (editor, size_tag); in gimp_text_style_editor_update_idle()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/types/any_vec16/
H A Dinherit.mwiki5 {{dsc | {{tt|size_tag}} | {{tt|SIMDPP_TAG_SIZE16}} }}
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/types/any_vec8/
H A Dinherit.mwiki5 {{dsc | {{tt|size_tag}} | {{tt|SIMDPP_TAG_SIZE8}} }}
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/types/any_vec32/
H A Dinherit.mwiki5 {{dsc | {{tt|size_tag}} | {{tt|SIMDPP_TAG_SIZE32}} }}
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/types/any_vec64/
H A Dinherit.mwiki5 {{dsc | {{tt|size_tag}} | {{tt|SIMDPP_TAG_SIZE64}} }}
/dports/ftp/wget/wget-1.21.2/testenv/misc/
H A Dmetalinkv3_xml.py195 size_Tag = self.size_tag (content, size)
221 def size_tag (self, content = None, size = None): member in Metalinkv3_XML

123