Home
last modified time | relevance | path

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

12

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dgather_cmplx8.F9527 integer :: bufrows, bufcols local
29 complex*8 :: buffer(bufrows * bufcols)
49 do i = 1, bufrows
52 ndx = ndx + bufrows
56 do i = 1, bufrows
59 ndx = ndx + bufrows
65 do i = 1, bufrows
68 ndx = ndx + bufrows
72 do i = 1, bufrows
75 ndx = ndx + bufrows
H A Dgather_cmplx16.F9527 integer :: bufrows, bufcols local
29 complex*16 :: buffer(bufrows * bufcols)
49 do i = 1, bufrows
52 ndx = ndx + bufrows
56 do i = 1, bufrows
59 ndx = ndx + bufrows
65 do i = 1, bufrows
68 ndx = ndx + bufrows
72 do i = 1, bufrows
75 ndx = ndx + bufrows
H A Dtranspose_cmplx16.F9525 integer :: bufrows, bufcols local
28 complex*16 :: buffer(bufrows * bufcols)
59 do j = 1, bufrows
63 ndx = ndx + bufrows
68 do j = 1, bufrows
72 ndx = ndx + bufrows
79 do j = 1, bufrows
83 ndx = ndx + bufrows
88 do j = 1, bufrows
92 ndx = ndx + bufrows
H A Dtranspose_cmplx8.F9525 integer :: bufrows, bufcols local
28 complex*8 :: buffer(bufrows * bufcols)
59 do j = 1, bufrows
63 ndx = ndx + bufrows
68 do j = 1, bufrows
72 ndx = ndx + bufrows
79 do j = 1, bufrows
83 ndx = ndx + bufrows
88 do j = 1, bufrows
92 ndx = ndx + bufrows
H A Dgather_real8.F9526 integer :: bufrows, bufcols local
28 real*8 :: buffer(bufrows * bufcols)
46 do i = 1, bufrows
49 ndx = ndx + bufrows
H A Dgather_real4.F9526 integer :: bufrows, bufcols local
28 real*4 :: buffer(bufrows * bufcols)
46 do i = 1, bufrows
49 ndx = ndx + bufrows
H A Dtranspose_real4.F9524 integer :: bufrows, bufcols local
27 real*4 :: buffer(bufrows * bufcols)
56 do j = 1, bufrows
60 ndx = ndx + bufrows
H A Dtranspose_real8.F9524 integer :: bufrows, bufcols local
27 real*8 :: buffer(bufrows * bufcols)
56 do j = 1, bufrows
60 ndx = ndx + bufrows
H A Dpgf90_mmul_real8.h46 integer, parameter :: bufrows = 512, bufcols = 8192
47 ! integer, parameter :: bufrows = 2, bufcols = 3
48 ! real*8, dimension( bufrows * bufcols ) :: buffera, bufferb
H A Dpgf90_mmul_real4.h47 integer, parameter :: bufrows = 512, bufcols = 8192
48 ! integer, parameter :: bufrows = 2, bufcols = 3
49 ! real*4, dimension( bufrows * bufcols ) :: buffera, bufferb
H A Dpgf90_mmul_cmplx8.h49 integer, parameter :: bufrows = 512, bufcols = 8192
50 ! integer, parameter :: bufrows = 2, bufcols = 3
51 ! complex*8, dimension( bufrows * bufcols ) :: buffera, bufferb
H A Dpgf90_mmul_cmplx16.h49 integer, parameter :: bufrows = 512, bufcols = 8192
50 ! integer, parameter :: bufrows = 2, bufcols = 3
51 ! complex*16, dimension( bufrows * bufcols ) :: buffera, bufferb
H A Dmnaxtb_real8.F9595 allocate( buffera( bufrows * bufcols ) )
96 allocate( bufferb( bufrows * bufcols ) )
99 bufr = min( bufrows, colsa )
H A Dmnaxtb_real4.F9592 allocate( buffera( bufrows * bufcols ) )
93 allocate( bufferb( bufrows * bufcols ) )
99 bufr = min( bufrows, colsa )
H A Dmnaxtb_cmplx8.F95118 allocate( buffera( bufrows * bufcols ) )
119 allocate( bufferb( bufrows * bufcols ) )
125 bufr = min( bufrows, colsa )
H A Dmnaxtb_cmplx16.F95118 allocate( buffera( bufrows * bufcols ) )
119 allocate( bufferb( bufrows * bufcols ) )
125 bufr = min( bufrows, colsa )
H A Dmtaxnb_real4.F9581 allocate( buffera( bufrows * bufcols ) )
87 bufr = min( colsa, bufrows )
H A Dmnaxnb_real4.F9591 allocate( buffera( bufrows * bufcols ) )
97 bufr = min( bufrows, colsa )
H A Dmtaxnb_real8.F9584 allocate( buffera( bufrows * bufcols ) )
90 bufr = min( colsa, bufrows )
H A Dmnaxnb_real8.F9591 allocate( buffera( bufrows * bufcols ) )
97 bufr = min( bufrows, colsa )
H A Dmtaxtb_real4.F9590 allocate( bufferb( bufrows * bufcols ) )
93 bufr = min( bufrows, rowsb )
H A Dmtaxtb_real8.F9590 allocate( bufferb( bufrows * bufcols ) )
93 bufr = min( bufrows, rowsb )
H A Dmtaxnb_cmplx16.F95107 allocate( buffera( bufrows * bufcols ) )
113 bufr = min( colsa, bufrows )
H A Dmtaxnb_cmplx8.F95108 allocate( buffera( bufrows * bufcols ) )
114 bufr = min( colsa, bufrows )
H A Dmnaxnb_cmplx16.F95118 allocate( buffera( bufrows * bufcols ) )
124 bufr = min( bufrows, colsa )

12