Home
last modified time | relevance | path

Searched refs:word_type (Results 1 – 25 of 1768) sorted by relevance

12345678910>>...71

/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-wilo.cpp44 REQUIRE(word_type(0, 0) == word_type());
86 word_type first = {0};
113 word_type first = {};
114 word_type last(10, 2);
130 word_type first = {};
131 word_type last(13, 2);
145 word_type first = {};
146 word_type last(4, 1);
165 word_type first = {};
166 word_type last(10, 0);
[all …]
H A Dtest-wislo.cpp34 word_type first = {0};
35 word_type last = {0, 0, 0, 0};
58 word_type first = {0, 0, 0, 0};
67 auto w3 = std::vector<word_type>(cbegin_wislo(2, last, word_type(6, 0)),
94 word_type first = {};
95 word_type last(10, 0);
109 std::vector<word_type> w;
121 word_type first = {};
122 word_type last(13, 2);
132 word_type first = {0, 0, 0};
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/mips/
H A Dstrncpy.c184 ((word_type *)(void *)dst)[-4] = 0; in strncpy()
185 ((word_type *)(void *)dst)[-3] = 0; in strncpy()
192 if (count >= 2*sizeof (word_type)) in strncpy()
194 count -= 2*sizeof (word_type); in strncpy()
195 ((word_type *)(void *)dst)[0] = 0; in strncpy()
196 ((word_type *)(void *)dst)[1] = 0; in strncpy()
197 dst += 2*sizeof (word_type); in strncpy()
201 if (count >= sizeof (word_type)) in strncpy()
203 count -= sizeof (word_type); in strncpy()
204 ((word_type *)(void *)dst)[0] = 0; in strncpy()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/mips/
H A Dstrncpy.c184 ((word_type *)(void *)dst)[-4] = 0; in strncpy()
185 ((word_type *)(void *)dst)[-3] = 0; in strncpy()
192 if (count >= 2*sizeof (word_type)) in strncpy()
194 count -= 2*sizeof (word_type); in strncpy()
195 ((word_type *)(void *)dst)[0] = 0; in strncpy()
196 ((word_type *)(void *)dst)[1] = 0; in strncpy()
197 dst += 2*sizeof (word_type); in strncpy()
201 if (count >= sizeof (word_type)) in strncpy()
203 count -= sizeof (word_type); in strncpy()
204 ((word_type *)(void *)dst)[0] = 0; in strncpy()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/mips/
H A Dstrncpy.c205 ((word_type *)(void *)dst)[-4] = 0; in strncpy()
206 ((word_type *)(void *)dst)[-3] = 0; in strncpy()
213 if (count >= 2*sizeof (word_type)) in strncpy()
215 count -= 2*sizeof (word_type); in strncpy()
216 ((word_type *)(void *)dst)[0] = 0; in strncpy()
217 ((word_type *)(void *)dst)[1] = 0; in strncpy()
218 dst += 2*sizeof (word_type); in strncpy()
222 if (count >= sizeof (word_type)) in strncpy()
224 count -= sizeof (word_type); in strncpy()
225 ((word_type *)(void *)dst)[0] = 0; in strncpy()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/mips/
H A Dstrncpy.c205 ((word_type *)(void *)dst)[-4] = 0; in strncpy()
206 ((word_type *)(void *)dst)[-3] = 0; in strncpy()
213 if (count >= 2*sizeof (word_type)) in strncpy()
215 count -= 2*sizeof (word_type); in strncpy()
216 ((word_type *)(void *)dst)[0] = 0; in strncpy()
217 ((word_type *)(void *)dst)[1] = 0; in strncpy()
218 dst += 2*sizeof (word_type); in strncpy()
222 if (count >= sizeof (word_type)) in strncpy()
224 count -= sizeof (word_type); in strncpy()
225 ((word_type *)(void *)dst)[0] = 0; in strncpy()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dwislo.hpp50 using pointer = typename std::vector<word_type>::pointer;
56 using value_type = word_type;
74 const_wislo_iterator(size_type const n, word_type&& first, word_type&& last) in const_wislo_iterator()
140 word_type _current;
142 word_type _last;
191 word_type&& first,
192 word_type&& last);
207 word_type&& first,
208 word_type&& last);
212 word_type const& first,
[all …]
H A Dwilo.hpp57 using value_type = word_type;
77 word_type&& first, in const_wilo_iterator()
78 word_type&& last) in const_wilo_iterator()
152 word_type _current;
156 word_type _last;
220 word_type&& first,
221 word_type&& last);
238 word_type&& first,
239 word_type&& last);
244 word_type const& first,
[all …]
H A Dcong-intf.hpp123 virtual bool contains(word_type const& u, word_type const& v) { in contains()
152 virtual tril const_contains(word_type const& u, word_type const& v) const;
182 virtual bool less(word_type const& u, word_type const& v) { in less()
223 word_type class_index_to_word(class_index_type i);
255 class_index_type word_to_class_index(word_type const& w);
294 void add_pair(word_type const& u, word_type const& v);
300 add_pair(word_type(l), word_type(r)); in add_pair()
703 void validate_word(word_type const&) const;
706 inline void validate_relation(word_type const& l, in validate_relation()
707 word_type const& r) const { in validate_relation()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dwislo.cpp39 word_type&& first, in cbegin_wislo()
40 word_type&& last) { in cbegin_wislo()
49 word_type const& first, in cbegin_wislo()
50 word_type const& last) { in cbegin_wislo()
51 return cbegin_wislo(n, word_type(first), word_type(last)); in cbegin_wislo()
54 const_wislo_iterator cend_wislo(size_t n, word_type&&, word_type&& last) { in cend_wislo() argument
55 return const_wislo_iterator(n, word_type(last), std::move(last)); in cend_wislo()
59 word_type const&, in cend_wislo()
60 word_type const& last) { in cend_wislo()
61 return cend_wislo(n, word_type(), word_type(last)); in cend_wislo()
H A Dwilo.cpp40 word_type&& first, in cbegin_wilo()
41 word_type&& last) { in cbegin_wilo()
56 word_type const& first, in cbegin_wilo()
57 word_type const& last) { in cbegin_wilo()
58 return cbegin_wilo(n, upper_bound, word_type(first), word_type(last)); in cbegin_wilo()
63 word_type&&, in cend_wilo() argument
64 word_type&& last) { in cend_wilo()
66 n, upper_bound, word_type(last), std::move(last)); in cend_wilo()
71 word_type const&, in cend_wilo()
72 word_type const& last) { in cend_wilo()
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dbitvector.cc28 _data = new word_type[word_size()]; in finish_copy_constructor()
38 word_type mask = (word_type(1) << ((m & wmask) + 1)) - 1; in clear_last()
73 word_type *new_data = new word_type[want_words]; in resize()
99 _data = new word_type[x.word_size()]; in operator =()
128 word_type *data = _data; in flip()
198 word_type *data = _data; in offset_or()
199 const word_type *x_data = x._data; in offset_or()
205 word_type val = x_data[x_pos]; in offset_or()
240 const word_type *x_data = x._data; in or_with_difference()
269 word_type u = _f[i]; in swap()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dcong-intf.hpp123 virtual bool contains(word_type const& u, word_type const& v) { in contains()
152 virtual tril const_contains(word_type const& u, word_type const& v) const;
182 virtual bool less(word_type const& u, word_type const& v) { in less()
223 word_type class_index_to_word(class_index_type i);
255 class_index_type word_to_class_index(word_type const& w);
294 void add_pair(word_type const& u, word_type const& v);
300 add_pair(word_type(l), word_type(r)); in add_pair()
662 void validate_word(word_type const&) const;
665 inline void validate_relation(word_type const& l, in validate_relation()
666 word_type const& r) const { in validate_relation()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/benchmarks/
H A Dbench-wilo.cpp29 std::vector<word_type> words_in_lex_order(size_t const n, in words_in_lex_order()
32 std::vector<word_type> out; in words_in_lex_order()
40 word_type next; in words_in_lex_order()
59 std::vector<word_type> words_in_lex_order2(size_t const n, in words_in_lex_order2()
63 std::vector<word_type> out; in words_in_lex_order2()
71 word_type current; in words_in_lex_order2()
100 word_type first = {};
101 word_type last(13, 2);
110 word_type first = {};
111 word_type last(13, 2);
[all …]
H A Dbench-wislo.cpp29 std::vector<word_type> words_in_shortlex_order(size_t const n, in words_in_shortlex_order()
30 word_type const& first, in words_in_shortlex_order()
31 word_type const& last) { in words_in_shortlex_order()
32 std::vector<word_type> out; in words_in_shortlex_order()
34 word_type current = first; in words_in_shortlex_order()
50 word_type first = {};
51 word_type last(13, 0);
56 std::is_sorted(w.cbegin(), w.cend(), ShortLexCompare<word_type>()));
60 word_type first = {};
61 word_type last(13, 0);
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/detail/
H A Dbitset.hpp55 typedef WordType word_type; typedef
68 typedef typename WordTraits::word_type word_type; typedef in boost::detail::bitset_base
101 word_type *m_word_ptr;
346 word_type* data() in data()
349 const word_type* data() const in data()
524 word_type* m_data;
610 typedef typename WordTraits::word_type word_type; in operator <<=() typedef
635 typedef typename WordTraits::word_type word_type; in operator >>=() typedef
659 typedef typename WordTraits::word_type word_type; in to_ulong() typedef
668 const word_type mask in to_ulong()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/riscv/
H A Dunaryop_riscv.cpp61 word_type vl = vsetvl_e32m8(n); in unary_op_inplace()
77 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
85 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
93 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
103 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
113 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
121 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
129 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
140 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
148 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/riscv/
H A Dunaryop_riscv.cpp61 word_type vl = vsetvl_e32m8(n); in unary_op_inplace()
77 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
85 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
93 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
103 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
113 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
121 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
129 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
140 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
148 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/riscv/
H A Dunaryop_riscv.cpp61 word_type vl = vsetvl_e32m8(n); in unary_op_inplace()
77 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
85 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
93 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
103 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
113 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
121 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
129 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
140 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
148 vfloat32m8_t operator()(const vfloat32m8_t& x, const word_type& vl) const in operator ()()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype macro
112 word_type neg = 0; in __divsi3()
140 word_type neg = 0; in __modsi3()
181 word_type i; in __ashlsi3()
197 word_type i; in __ashrsi3()
213 word_type i; in __lshrsi3()
335 word_type
338 word_type hi_a = (a >> 16); in __ucmpsi2()
339 word_type hi_b = (b >> 16); in __ucmpsi2()
358 word_type
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype macro
112 word_type neg = 0; in __divsi3()
140 word_type neg = 0; in __modsi3()
181 word_type i; in __ashlsi3()
197 word_type i; in __ashrsi3()
213 word_type i; in __lshrsi3()
335 word_type
338 word_type hi_a = (a >> 16); in __ucmpsi2()
339 word_type hi_b = (b >> 16); in __ucmpsi2()
358 word_type
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype macro
112 word_type neg = 0; in __divsi3()
140 word_type neg = 0; in __modsi3()
181 word_type i; in __ashlsi3()
197 word_type i; in __ashrsi3()
213 word_type i; in __lshrsi3()
335 word_type
338 word_type hi_a = (a >> 16); in __ucmpsi2()
339 word_type hi_b = (b >> 16); in __ucmpsi2()
358 word_type
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype macro
112 word_type neg = 0; in __divsi3()
140 word_type neg = 0; in __modsi3()
181 word_type i; in __ashlsi3()
197 word_type i; in __ashrsi3()
213 word_type i; in __lshrsi3()
335 word_type
338 word_type hi_a = (a >> 16); in __ucmpsi2()
339 word_type hi_b = (b >> 16); in __ucmpsi2()
358 word_type
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype macro
112 word_type neg = 0; in __divsi3()
140 word_type neg = 0; in __modsi3()
181 word_type i; in __ashlsi3()
197 word_type i; in __ashrsi3()
213 word_type i; in __lshrsi3()
335 word_type
338 word_type hi_a = (a >> 16); in __ucmpsi2()
339 word_type hi_b = (b >> 16); in __ucmpsi2()
358 word_type
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype macro
112 word_type neg = 0; in __divsi3()
140 word_type neg = 0; in __modsi3()
181 word_type i; in __ashlsi3()
197 word_type i; in __ashrsi3()
213 word_type i; in __lshrsi3()
335 word_type
338 word_type hi_a = (a >> 16); in __ucmpsi2()
339 word_type hi_b = (b >> 16); in __ucmpsi2()
358 word_type
[all …]

12345678910>>...71