Home
last modified time | relevance | path

Searched refs:int_vector_builder (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, int_vector_builder<T> >
31 typedef vector_builder<T, int_vector_builder> parent;
32 friend class vector_builder<T, int_vector_builder>;
35 int_vector_builder () {} in int_vector_builder() function
36 int_vector_builder (poly_uint64, unsigned int, unsigned int);
56 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
67 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
76 int_vector_builder<T>::step (T elt1, T elt2) const in step()
85 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dint-vector-builder.h29 class int_vector_builder : public vector_builder<T, poly_uint64,
30 int_vector_builder<T> >
32 typedef vector_builder<T, poly_uint64, int_vector_builder> parent;
33 friend class vector_builder<T, poly_uint64, int_vector_builder>;
36 int_vector_builder () {} in int_vector_builder() function
37 int_vector_builder (poly_uint64, unsigned int, unsigned int);
59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() function
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const in equal_p()
79 int_vector_builder<T>::step (T elt1, T elt2) const in step()
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dvec-perm-indices.h28 typedef int_vector_builder<poly_int64> vec_perm_builder;

123