Home
last modified time | relevance | path

Searched defs:testit (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/c-interop/
H A Dnote-5-4.f9029 subroutine testit (a0, a1, a2) subroutine
36 ! array descriptor passed from caller through testit to test_rank argument
H A Dnote-5-3.f9024 subroutine testit (a0, a1, a2) subroutine
31 ! array descriptor passed from caller through testit to test_rank argument
H A Dargument-association-assumed-rank-2.f9023 subroutine testit (x, r, s, l, u) subroutine
24 integer :: x(..)
25 integer :: r
26 integer :: s(r)
27 integer :: l(r)
28 integer :: u(r)
H A Dargument-association-assumed-rank-4.f9026 subroutine testit (x, r, s, l, u) subroutine
27 integer, allocatable :: x(..)
28 integer :: r
29 integer :: s(r)
30 integer :: l(r)
31 integer :: u(r)
H A Dargument-association-assumed-rank-6.f9023 subroutine testit (x, r, s, l, u) bind (c) subroutine
24 integer :: x(..)
25 integer :: r
26 integer :: s(r)
27 integer :: l(r)
28 integer :: u(r)
H A Dargument-association-assumed-rank-8.f9026 subroutine testit (x, r, s, l, u) bind (c) subroutine
27 integer, allocatable :: x(..)
28 integer :: r
29 integer :: s(r)
30 integer :: l(r)
31 integer :: u(r)
H A Dargument-association-assumed-rank-7.f9027 subroutine testit (x, r, s, l, u) bind (c) subroutine
28 integer, pointer :: x(..)
29 integer :: r
30 integer :: s(r)
31 integer :: l(r)
32 integer :: u(r)
H A Dargument-association-assumed-rank-3.f9027 subroutine testit (x, r, s, l, u) subroutine
28 integer, pointer :: x(..)
29 integer :: r
30 integer :: s(r)
31 integer :: l(r)
32 integer :: u(r)
H A Dassumed-type-dummy.f9069 subroutine testit subroutine
70 type(t1) :: a1
71 type(t2(8,20)) :: a2
72 type(t3) :: a3
73 type(t4) :: a4
H A Dsize.f9059 subroutine testit (a, r, sizes) subroutine
60 integer :: a(..)
61 integer :: r
62 integer :: sizes(r)
64 integer :: totalsize, thissize
H A Dsize-bindc.f9059 subroutine testit (a, r, sizes) bind(c) subroutine
60 integer :: a(..)
61 integer :: r
62 integer :: sizes(r)
64 integer :: totalsize, thissize
H A Dsize-poly.f9068 subroutine testit (a, r, sizes) subroutine
70 class(t) :: a(..)
71 integer :: r
72 integer :: sizes(r)
74 integer :: totalsize, thissize
H A Dargument-association-assumed-rank-5.f9017 subroutine testit (x0) bind (c) subroutine
18 integer :: x0(..)
H A Dargument-association-assumed-rank-1.f9017 subroutine testit (x0) subroutine
18 integer :: x0(..)
H A Drank-class.f9073 subroutine testit (a, r) subroutine
85 call testit (a, 0) argument
H A Dshape-bindc.f9047 subroutine testit (a) bind(c) subroutine
66 call testit (a) argument
H A Dshape.f9047 subroutine testit (a) subroutine
66 call testit (a) argument
H A Dshape-poly.f9057 subroutine testit (a) subroutine
78 call testit (a) argument
H A Drank.f9074 subroutine testit (a, r) subroutine
84 call testit (a, 0) argument
H A Dsection-4.f9010 program testit program
/dports/devel/ga/ga-5.8/pario/dra/
H A Ddra_mxm.F55 subroutine testit() subroutine
62 integer n, nb
63 integer g_temp
64 integer d_a, d_b, d_c
65 integer i, j, req
66 integer nproc, me
67 integer util_mdtob
68 logical ga_create2
73 double precision temp(n), mbytes
74 double precision dsin, sum, tt0, tt1
[all …]
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dip41.f9067 subroutine testit() subroutine
68 integer :: i, n = 1000
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/incremental/
H A DTest01_execspace.hpp62 void testit() { in testit() function
75 void testit() { in testit() function
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/incremental/
H A DTest01_execspace.hpp62 void testit() { in testit() function
75 void testit() { in testit() function
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/incremental/
H A DTest01_execspace.hpp62 void testit() { in testit() function
75 void testit() { in testit() function

12345678910>>...24