Home
last modified time | relevance | path

Searched defs:ftn_transpose_cmplx16 (Results 1 – 1 of 1) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dtranspose_cmplx16.F9522 subroutine ftn_transpose_cmplx16( ta, a, lda, alpha, buffer, bufrows, bufcols ) subroutine
24 integer*8 lda
25 integer :: bufrows, bufcols
26 integer i, j, ndx, ndxsave
27 complex*16 :: a( lda, * ), alpha local
28 complex*16 :: buffer(bufrows * bufcols)
29 integer :: ta