Home
last modified time | relevance | path

Searched defs:vec_mult (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-depend02.f909 subroutine vec_mult(N) subroutine
11 integer :: i, N local
12 real, allocatable :: p(:), v1(:), v2(:)
14 type my_type
18 type(my_type) :: my_var
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Domp-depend02.f908 subroutine vec_mult(N) subroutine
10 integer :: i, N local
11 real, allocatable :: p(:), v1(:), v2(:)
13 type my_type
17 type(my_type) :: my_var
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Domp-depend02.f908 subroutine vec_mult(N) subroutine
10 integer :: i, N local
11 real, allocatable :: p(:), v1(:), v2(:)
13 type my_type
17 type(my_type) :: my_var
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-depend02.f909 subroutine vec_mult(N) subroutine
11 integer :: i, N local
12 real, allocatable :: p(:), v1(:), v2(:)
14 type my_type
18 type(my_type) :: my_var
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Domp-depend02.f908 subroutine vec_mult(N) subroutine
10 integer :: i, N local
11 real, allocatable :: p(:), v1(:), v2(:)
13 type my_type
17 type(my_type) :: my_var
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-depend02.f909 subroutine vec_mult(N) subroutine
11 integer :: i, N local
12 real, allocatable :: p(:), v1(:), v2(:)
14 type my_type
18 type(my_type) :: my_var
/dports/math/libpgmath/flang-d07daf3/test/openmp_examples/sources/
H A DExample_device.2f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
8 real :: p(N), v1(N), v2(N)
9 integer :: N, i, ndev
10 logical :: do_offload
H A DExample_target.1f.f6 subroutine vec_mult(N) subroutine
7 integer :: i,N local
8 real :: p(N), v1(N), v2(N)
H A DExample_target.3f.f6 subroutine vec_mult(N) subroutine
7 integer :: i,N local
8 real :: p(N), v1(N), v2(N)
H A DExample_target.2f.f6 subroutine vec_mult(N) subroutine
7 integer :: i,N local
8 real :: p(N), v1(N), v2(N)
H A DExample_target.4bf.f8 subroutine vec_mult(p,v1,v2,N) subroutine
9 real,dimension(*) :: p, v1, v2
10 integer :: N,i
H A DExample_target.4f.f8 subroutine vec_mult(p,v1,v2,N) subroutine
9 real,pointer,dimension(:) :: p, v1, v2
10 integer :: N,i
H A DExample_device.1f.f11 subroutine vec_mult(p, v1, v2, N) subroutine
27 end subroutine vec_mult argument
H A DExample_target_update.2f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
13 real :: p(N), v1(N), v2(N)
14 integer :: i
15 logical :: changed
H A DExample_target_update.1f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
7 real :: p(N), v1(N), v2(N)
8 integer :: i
H A DExample_teams.6f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
7 real :: p(N), v1(N), v2(N)
8 integer :: i
H A DExample_teams.5f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
7 real :: p(N), v1(N), v2(N)
8 integer :: i
H A DExample_target_data.2f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
7 real :: p(N), v1(N), v2(N)
8 integer :: i
H A DExample_target_data.1f.f6 subroutine vec_mult(p, v1, v2, N) subroutine
7 real :: p(N), v1(N), v2(N)
8 integer :: i
H A DExample_target_data.6f.f9 subroutine vec_mult(p, v1, v2, N) subroutine
11 real :: p(N), v1(N), v2(N)
12 integer :: i
H A DExample_target_data.7f.f9 subroutine vec_mult(p, v1, v2, N) subroutine
11 real :: p(N), v1(N), v2(N)
12 integer :: i
H A DExample_target.5f.f9 subroutine vec_mult(p, v1, v2, N) subroutine
11 real :: p(N), v1(N), v2(N)
12 integer :: i
H A DExample_target_data.4f.f17 subroutine vec_mult(p1,v3,v4,N) subroutine
18 real,pointer,dimension(:) :: p1, v3, v4
19 integer :: N,i
H A DExample_target_data.5f.f17 subroutine vec_mult(p1,v3,v4,N) subroutine
18 real,dimension(:) :: p1, v3, v4
19 integer :: N,i
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dtarget-2.f9024 subroutine vec_mult (N) subroutine
39 use e_50_2_mod, only : vec_mult argument

12345678910>>...26