Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpr10687.cc1 class vec2 class
4 vec2() { _v[0] = _v[1] = 0; } in vec2() function in vec2
5 vec2(int x, int y) { _v[0] = x; _v[1] = y; } in vec2() function in vec2
6 static vec2 axis[2];
7 static vec2 axis6[6];
12 vec2 vec2::axis[2] = { vec2(1,0), vec2(0,1) };
13 vec2 vec2::axis6[6] = {
14 vec2(1,0), vec2(0,1),
15 vec2(2,0), vec2(0,2),
16 vec2(3,0), vec2(0,3)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr10687.cc1 class vec2 class
4 vec2() { _v[0] = _v[1] = 0; } in vec2() function in vec2
5 vec2(int x, int y) { _v[0] = x; _v[1] = y; } in vec2() function in vec2
6 static vec2 axis[2];
7 static vec2 axis6[6];
12 vec2 vec2::axis[2] = { vec2(1,0), vec2(0,1) };
13 vec2 vec2::axis6[6] = {
14 vec2(1,0), vec2(0,1),
15 vec2(2,0), vec2(0,2),
16 vec2(3,0), vec2(0,3)
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_vec.c169 __isl_take isl_vec *vec2) in isl_vec_concat() argument
171 if (!vec1 || !vec2) in isl_vec_concat()
174 if (vec2->size == 0) { in isl_vec_concat()
175 isl_vec_free(vec2); in isl_vec_concat()
181 return vec2; in isl_vec_concat()
184 vec1 = isl_vec_extend(vec1, vec1->size + vec2->size); in isl_vec_concat()
188 isl_seq_cpy(vec1->el + vec1->size - vec2->size, vec2->el, vec2->size); in isl_vec_concat()
190 isl_vec_free(vec2); in isl_vec_concat()
194 isl_vec_free(vec2); in isl_vec_concat()
209 struct isl_vec *vec2; in isl_vec_dup() local
[all …]
H A Disl_sample.c881 __isl_take isl_vec *vec2) in vec_concat() argument
885 if (!vec1 || !vec2) in vec_concat()
888 isl_assert(vec2->ctx, vec2->size > 0, goto error); in vec_concat()
890 isl_assert(vec2->ctx, isl_int_is_one(vec2->el[0]), goto error); in vec_concat()
892 vec = isl_vec_alloc(vec1->ctx, vec1->size + vec2->size - 1); in vec_concat()
897 isl_seq_cpy(vec->el + vec1->size, vec2->el + 1, vec2->size - 1); in vec_concat()
900 isl_vec_free(vec2); in vec_concat()
905 isl_vec_free(vec2); in vec_concat()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvector-builder.h296 T vec1, T vec2, in new_binary_operation() argument
301 && known_eq (full_nelts, Derived::nelts_of (vec2))); in new_binary_operation()
323 Derived::npatterns_of (vec2)); in new_binary_operation()
326 Derived::nelts_per_pattern_of (vec2)); in new_binary_operation()
345 vector_builder<T, Shape, Derived>::binary_encoded_nelts (T vec1, T vec2) in binary_encoded_nelts() argument
348 gcc_assert (known_eq (nelts, Derived::nelts_of (vec2))); in binary_encoded_nelts()
352 Derived::npatterns_of (vec2)); in binary_encoded_nelts()
355 Derived::nelts_per_pattern_of (vec2)); in binary_encoded_nelts()
H A Dvr-values.cc3723 tree vec2; in simplify_switch_using_ranges() local
3848 vec2 = make_tree_vec (j - i + 1 + l - k + 1 + (int)take_default); in simplify_switch_using_ranges()
3853 TREE_VEC_ELT (vec2, n2++) = gimple_switch_default_label (stmt); in simplify_switch_using_ranges()
3856 TREE_VEC_ELT (vec2, n2) = gimple_switch_label (stmt, i); in simplify_switch_using_ranges()
3859 TREE_VEC_ELT (vec2, n2) = gimple_switch_label (stmt, k); in simplify_switch_using_ranges()
3866 CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
3891 su.vec = vec2; in simplify_switch_using_ranges()
H A Dtree-data-ref.cc4223 lambda_vector_copy (lambda_vector vec1, lambda_vector vec2, in lambda_vector_copy() argument
4226 memcpy (vec2, vec1, size * sizeof (*vec1)); in lambda_vector_copy()
4297 lambda_vector_mult_const (lambda_vector vec1, lambda_vector vec2, in lambda_vector_mult_const() argument
4303 lambda_vector_clear (vec2, size); in lambda_vector_mult_const()
4306 vec2[i] = const1 * vec1[i]; in lambda_vector_mult_const()
4312 lambda_vector_negate (lambda_vector vec1, lambda_vector vec2, in lambda_vector_negate() argument
4315 lambda_vector_mult_const (vec1, vec2, size, -1); in lambda_vector_negate()
4329 lambda_vector_equal (lambda_vector vec1, lambda_vector vec2, int size) in lambda_vector_equal() argument
4333 if (vec1[i] != vec2[i]) in lambda_vector_equal()
H A Dsimplify-rtx.cc8168 rtx vec2 = gen_const_vec_duplicate (mode, scalar2); in test_vector_ops_series() local
8173 simplify_binary_operation (MULT, mode, series_0_1, vec2)); in test_vector_ops_series()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvector-builder.h296 T vec1, T vec2, in new_binary_operation() argument
301 && known_eq (full_nelts, Derived::nelts_of (vec2))); in new_binary_operation()
323 Derived::npatterns_of (vec2)); in new_binary_operation()
326 Derived::nelts_per_pattern_of (vec2)); in new_binary_operation()
345 vector_builder<T, Shape, Derived>::binary_encoded_nelts (T vec1, T vec2) in binary_encoded_nelts() argument
348 gcc_assert (known_eq (nelts, Derived::nelts_of (vec2))); in binary_encoded_nelts()
352 Derived::npatterns_of (vec2)); in binary_encoded_nelts()
355 Derived::nelts_per_pattern_of (vec2)); in binary_encoded_nelts()
H A Dvr-values.c3708 tree vec2; in simplify_switch_using_ranges() local
3833 vec2 = make_tree_vec (j - i + 1 + l - k + 1 + (int)take_default); in simplify_switch_using_ranges()
3838 TREE_VEC_ELT (vec2, n2++) = gimple_switch_default_label (stmt); in simplify_switch_using_ranges()
3841 TREE_VEC_ELT (vec2, n2) = gimple_switch_label (stmt, i); in simplify_switch_using_ranges()
3844 TREE_VEC_ELT (vec2, n2) = gimple_switch_label (stmt, k); in simplify_switch_using_ranges()
3851 CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
3875 su.vec = vec2; in simplify_switch_using_ranges()
H A Dtree-data-ref.c3900 lambda_vector_copy (lambda_vector vec1, lambda_vector vec2, in lambda_vector_copy() argument
3903 memcpy (vec2, vec1, size * sizeof (*vec1)); in lambda_vector_copy()
3963 lambda_vector_mult_const (lambda_vector vec1, lambda_vector vec2, in lambda_vector_mult_const() argument
3969 lambda_vector_clear (vec2, size); in lambda_vector_mult_const()
3972 vec2[i] = const1 * vec1[i]; in lambda_vector_mult_const()
3978 lambda_vector_negate (lambda_vector vec1, lambda_vector vec2, in lambda_vector_negate() argument
3981 lambda_vector_mult_const (vec1, vec2, size, -1); in lambda_vector_negate()
3995 lambda_vector_equal (lambda_vector vec1, lambda_vector vec2, int size) in lambda_vector_equal() argument
3999 if (vec1[i] != vec2[i]) in lambda_vector_equal()
H A Dsimplify-rtx.c7423 rtx vec2 = gen_const_vec_duplicate (mode, scalar2); in test_vector_ops_series() local
7428 simplify_binary_operation (MULT, mode, series_0_1, vec2)); in test_vector_ops_series()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dvec.h40 isl_bool isl_vec_is_equal(__isl_keep isl_vec *vec1, __isl_keep isl_vec *vec2);
41 int isl_vec_cmp_element(__isl_keep isl_vec *vec1, __isl_keep isl_vec *vec2,
56 __isl_take isl_vec *vec2);
60 __isl_take isl_vec *vec2);
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dgen-uninames220 (lambda (vec1 vec2)
222 (len2 (length vec2)))
227 (cond ((< (aref vec1 i) (aref vec2 i)) (return t))
228 ((> (aref vec1 i) (aref vec2 i)) (return nil))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td174 : Pat<(tr.vt (operator (tr.vt tr.op:$vec1), (tr.vt tr.op:$vec2))),
175 (insn tr.op:$vec1, tr.op:$vec2, function)>;
/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc208 const std::vector<std::string> &vec2) in combine() argument
210 for (const auto &s : vec2) in combine()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst2031 __builtin_shufflevector(vec1, vec2, index1, index2, ...)
2063 ``vec2``. An index of -1 can be used to indicate that the corresponding element
2067 type as ``vec1``/``vec2`` but that has an element count equal to the number of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Drtl.texi2925 @item (vec_merge:@var{m} @var{vec1} @var{vec2} @var{items})
2928 @var{vec2}. Which elements are selected is described by @var{items}, which
2930 corresponding element in the result vector is taken from @var{vec2} while
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Drtl.texi2914 @item (vec_merge:@var{m} @var{vec1} @var{vec2} @var{items})
2917 @var{vec2}. Which elements are selected is described by @var{items}, which
2919 corresponding element in the result vector is taken from @var{vec2} while
H A Dextend.texi12074 @code{__builtin_shufflevector (vec1, vec2, index...)}
12075 function. @var{vec1} and @var{vec2} must be expressions with
12078 as @var{vec1} and @var{vec2} but that has an element count equal to
H A Dgcc.info45628 vec2, index...)' function. VEC1 and VEC2 must be expressions with
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod9764 __isl_keep isl_vec *vec2, int pos);
9772 __isl_take isl_vec *vec2);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst16898 … x double> @llvm.experimental.vector.splice.v2f64(<2 x double> %vec1, <2 x double> %vec2, i32 %imm)
16899 …vm.experimental.vector.splice.nxv4i32(<vscale x 4 x i32> %vec1, <vscale x 4 x i32> %vec2, i32 %imm)
16910 ``concat(%vec1, %vec2)`` starting at index ``imm``, whereas for a negative
16912 the remaining elements from ``%vec2``.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS9830 56185c5eccbe01ad46244faa1da60110 gcc/testsuite/c-c++-common/scal-to-vec2.c
30892 8c3831acf3b7c7b700817780476438b1 gcc/testsuite/gcc.c-torture/execute/scal-to-vec2.c
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS10738 56185c5eccbe01ad46244faa1da60110 gcc/testsuite/c-c++-common/scal-to-vec2.c
34715 8c3831acf3b7c7b700817780476438b1 gcc/testsuite/gcc.c-torture/execute/scal-to-vec2.c