Home
last modified time | relevance | path

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

12345678910>>...39

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-19.c8 vectype dk();
9 vectype k(vectype);
12 vectype *j;
13 inline int c(vectype *d) { in c()
14 vectype e; in c()
15 vectype f; in c()
16 vectype g = *d; in c()
17 vectype h = g; in c()
18 vectype i = h; in c()
24 static void m(vectype *d) { in m()
[all …]
/dports/math/kig/kig-21.12.3/misc/
H A Dlists.h59 typedef std::vector<ObjectConstructor*> vectype; typedef
61 vectype mctors;
68 vectype ctorsThatWantArgs( const std::vector<ObjectCalcer*>&, const KigDocument&,
71 const vectype& constructors() const;
100 typedef std::vector<Macro*> vectype; typedef
102 vectype mdata;
120 void add( const vectype& ms );
135 bool save( const vectype& ms, const QString& f );
146 bool load( const QString& f, vectype& ret, const KigPart& );
151 const vectype& macros() const;
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dselfrma.c24 MPI_Datatype vectype; in main() local
48 MPI_Type_vector(vcount, 1, 2, MPI_INT, &vectype); in main()
49 MPI_Type_commit(&vectype); in main()
58 MPI_Put(sbuf, 1, vectype, rank, 0, 1, vectype, win); in main()
72 MPI_Accumulate(sbuf, 1, vectype, rank, 0, 1, vectype, MPI_SUM, win); in main()
87 MPI_Get(sbuf, 1, vectype, rank, 0, 1, vectype, win); in main()
102 MPI_Type_free(&vectype); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dselfrma.c25 MPI_Datatype vectype; in main() local
49 MPI_Type_vector( vcount, 1, 2, MPI_INT, &vectype ); in main()
50 MPI_Type_commit( &vectype ); in main()
60 MPI_Put( sbuf, 1, vectype, rank, 0, 1, vectype, win ); in main()
75 MPI_Accumulate( sbuf, 1, vectype, rank, 0, 1, vectype, MPI_SUM, win ); in main()
91 MPI_Get( sbuf, 1, vectype, rank, 0, 1, vectype, win ); in main()
107 MPI_Type_free( &vectype ); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Modeling/LinearAlgebra/
H A DEigenMatrixAlgebra.h165 template<typename mattype, typename vectype>
168 const vectype& vec = boost::any_cast<vectype const&>(in1); in AddVector()
284 template<typename mattype, typename vectype>
287 const vectype& vec = boost::any_cast<vectype const&>(x); in ApplyInverse()
303 template<typename mattype, typename vectype>
308 const vectype& vec = boost::any_cast<vectype const&>(x); in ApplyCholeskyInverse()
325 template<typename mattype, typename vectype>
328 const vectype& vec = boost::any_cast<vectype const&>(x); in Apply()
331 return (vectype)(mat*vec); in Apply()
340 template<typename mattype, typename vectype>
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-stmts.c3796 tree vectype; member
3901 tree vectype; in vectorizable_simd_clone_call() local
5509 tree vectype; in vect_supportable_shift() local
5512 if (!vectype) in vect_supportable_shift()
5551 tree vectype; in vectorizable_shift() local
5619 if (!vectype) in vectorizable_shift()
5623 if (!vectype) in vectorizable_shift()
5963 tree vectype; in vectorizable_operation() local
10526 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11363 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-stmts.c3798 tree vectype; member
3903 tree vectype; in vectorizable_simd_clone_call() local
5511 tree vectype; in vect_supportable_shift() local
5514 if (!vectype) in vect_supportable_shift()
5553 tree vectype; in vectorizable_shift() local
5621 if (!vectype) in vectorizable_shift()
5625 if (!vectype) in vectorizable_shift()
5965 tree vectype; in vectorizable_operation() local
10527 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11414 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-stmts.c3796 tree vectype; member
3901 tree vectype; in vectorizable_simd_clone_call() local
5509 tree vectype; in vect_supportable_shift() local
5512 if (!vectype) in vect_supportable_shift()
5551 tree vectype; in vectorizable_shift() local
5619 if (!vectype) in vectorizable_shift()
5623 if (!vectype) in vectorizable_shift()
5963 tree vectype; in vectorizable_operation() local
10526 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11363 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-stmts.c3787 tree vectype; member
3891 tree vectype; in vectorizable_simd_clone_call() local
5479 tree vectype; in vect_supportable_shift() local
5482 if (!vectype) in vect_supportable_shift()
5522 tree vectype; in vectorizable_shift() local
5589 if (!vectype) in vectorizable_shift()
5593 if (!vectype) in vectorizable_shift()
5947 tree vectype; in vectorizable_operation() local
10680 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11461 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-stmts.c3636 tree vectype; member
3740 tree vectype; in vectorizable_simd_clone_call() local
5325 tree vectype; in vect_supportable_shift() local
5328 if (!vectype) in vect_supportable_shift()
5368 tree vectype; in vectorizable_shift() local
5435 if (!vectype) in vectorizable_shift()
5439 if (!vectype) in vectorizable_shift()
5808 tree vectype; in vectorizable_operation() local
10406 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11175 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-stmts.c3636 tree vectype; member
3740 tree vectype; in vectorizable_simd_clone_call() local
5325 tree vectype; in vect_supportable_shift() local
5328 if (!vectype) in vect_supportable_shift()
5368 tree vectype; in vectorizable_shift() local
5435 if (!vectype) in vectorizable_shift()
5439 if (!vectype) in vectorizable_shift()
5808 tree vectype; in vectorizable_operation() local
10406 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11175 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-stmts.c3636 tree vectype; member
3740 tree vectype; in vectorizable_simd_clone_call() local
5325 tree vectype; in vect_supportable_shift() local
5328 if (!vectype) in vect_supportable_shift()
5368 tree vectype; in vectorizable_shift() local
5435 if (!vectype) in vectorizable_shift()
5439 if (!vectype) in vectorizable_shift()
5808 tree vectype; in vectorizable_operation() local
10406 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
11175 if (vectype) in get_vectype_for_scalar_type()
[all …]
/dports/science/healpix/Healpix_3.50/src/cxx/Healpix_cxx/
H A Dweight_utils.cc172 using vectype=vector<double>; typedef in __anon14971bbd0111::STS_hpwgt
176 vectype S (const vectype &x) const in S()
184 vectype ST (const vectype &x) const in ST()
192 vectype apply (const vectype &x) const in apply()
203 using vectype=vector<double>; typedef in __anon14971bbd0111::STS_hpring
224 vectype S(const vectype &alm) const in S()
227 vectype res(2*nside); in S()
234 vectype ST(const vectype &map) const in ST()
239 vectype res(lmax/2+1); in ST()
244 vectype apply (const vectype &x) const in apply()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-stmts.c3728 tree vectype; member
3833 tree vectype; in vectorizable_simd_clone_call() local
5459 tree vectype; in vect_supportable_shift() local
5462 if (!vectype) in vect_supportable_shift()
5501 tree vectype; in vectorizable_shift() local
5568 if (!vectype) in vectorizable_shift()
5572 if (!vectype) in vectorizable_shift()
5880 tree vectype; in vectorizable_operation() local
5967 if (!vectype) in vectorizable_operation()
9283 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-stmts.c3728 tree vectype; member
3833 tree vectype; in vectorizable_simd_clone_call() local
5459 tree vectype; in vect_supportable_shift() local
5462 if (!vectype) in vect_supportable_shift()
5501 tree vectype; in vectorizable_shift() local
5568 if (!vectype) in vectorizable_shift()
5572 if (!vectype) in vectorizable_shift()
5880 tree vectype; in vectorizable_operation() local
5967 if (!vectype) in vectorizable_operation()
9283 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-stmts.c3719 tree vectype; member
3824 tree vectype; in vectorizable_simd_clone_call() local
5441 tree vectype; in vect_supportable_shift() local
5444 if (!vectype) in vect_supportable_shift()
5483 tree vectype; in vectorizable_shift() local
5550 if (!vectype) in vectorizable_shift()
5554 if (!vectype) in vectorizable_shift()
5862 tree vectype; in vectorizable_operation() local
5949 if (!vectype) in vectorizable_operation()
9249 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/
H A Dvmul_element_cost.c6 #define TEST_MUL_UNIFORM(name, q, vectype, ts) \ argument
7 vectype test_ ## name ## q ## _ ## ts (vectype a, vectype b, vectype c) \
9 vectype t0 = name ## q ## _n_ ## ts (a, c[1]); \
10 vectype t1 = name ## q ## _n_ ## ts (b, c[1]); \
26 #define TEST_MLX_UNIFORM(name, q, vectype, ts) \ argument
27 vectype test_ ## name ## q ## _ ## ts (vectype acc, vectype a, vectype b) \
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vect-transform.c383 type = vectype ? vectype : TREE_TYPE (scalar_dest); in vect_create_destination_var()
508 vec_cst = build_vector (vectype, t); in vect_get_vec_def_for_operand()
701 vec = build_vector (vectype, t); in get_initial_def_for_reduction()
1142 vec_mode = TYPE_MODE (vectype); in vectorizable_reduction()
1156 if (!VECTOR_MODE_P (TYPE_MODE (vectype)) in vectorizable_reduction()
1396 vec_mode = TYPE_MODE (vectype); in vectorizable_operation()
1411 if (!VECTOR_MODE_P (TYPE_MODE (vectype)) in vectorizable_operation()
1489 build1 (code, vectype, vec_oprnd0)); in vectorizable_operation()
1542 vec_mode = TYPE_MODE (vectype); in vectorizable_store()
1657 mode = (int) TYPE_MODE (vectype); in vectorizable_load()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-stmts.c3498 tree vectype; member
3601 tree vectype; in vectorizable_simd_clone_call() local
5223 tree vectype; in vect_supportable_shift() local
5226 if (!vectype) in vect_supportable_shift()
5265 tree vectype; in vectorizable_shift() local
5332 if (!vectype) in vectorizable_shift()
5336 if (!vectype) in vectorizable_shift()
5642 tree vectype; in vectorizable_operation() local
5730 if (!vectype) in vectorizable_operation()
8990 if (!vectype || !VECTOR_BOOLEAN_TYPE_P (vectype)) in vectorizable_comparison()
[all …]

12345678910>>...39