Lines Matching defs:array
51 subroutine allocate_pi(array,length) argument
52 integer, DIMENSION(:), POINTER :: array local
76 subroutine allocate_pd(array,length) argument
77 real(kind=dp), DIMENSION(:), POINTER :: array local
101 subroutine allocate_pz(array,length) argument
102 complex(kind=dp), DIMENSION(:), POINTER :: array local
127 subroutine allocate_pi2(array,row,col) argument
128 integer, DIMENSION(:,:), POINTER :: array local
152 subroutine allocate_pd2(array,row,col) argument
153 real(kind=dp), DIMENSION(:,:), POINTER :: array local
177 subroutine allocate_pz2(array,row,col) argument
178 complex(kind=dp), DIMENSION(:,:), POINTER :: array local
203 subroutine allocate_i(array,length) argument
204 integer, DIMENSION(:), ALLOCATABLE :: array local
228 subroutine allocate_d(array,length) argument
229 real(kind=dp), DIMENSION(:), ALLOCATABLE :: array local
253 subroutine allocate_z(array,length) argument
254 complex(kind=dp), DIMENSION(:), ALLOCATABLE :: array local
279 subroutine allocate_i2(array,row,col) argument
280 integer, DIMENSION(:,:), ALLOCATABLE :: array local
304 subroutine allocate_d2(array,row,col) argument
305 real(kind=dp), DIMENSION(:,:), ALLOCATABLE :: array local
329 subroutine allocate_z2(array,row,col) argument
330 complex(kind=dp), DIMENSION(:,:), ALLOCATABLE :: array local
355 subroutine allocate_i3(array,row,col,dep) argument
356 integer, DIMENSION(:,:,:), ALLOCATABLE :: array local
380 subroutine allocate_d3(array,row,col,dep) argument
381 real(kind=dp), DIMENSION(:,:,:), ALLOCATABLE :: array local
405 subroutine allocate_z3(array,row,col,dep) argument
406 complex(kind=dp), DIMENSION(:,:,:), ALLOCATABLE :: array local
430 subroutine allocate_d4(array,row,col,dep,qep) argument
431 real(kind=dp), DIMENSION(:,:,:,:), ALLOCATABLE :: array local
457 subroutine allocate_l(array,length) argument
458 logical, DIMENSION(:), ALLOCATABLE :: array local
485 subroutine deallocate_pi(array) argument
486 integer, DIMENSION(:), POINTER :: array local
499 subroutine deallocate_pd(array) argument
500 real(kind=dp), DIMENSION(:), POINTER :: array local
514 subroutine deallocate_pz(array) argument
515 complex(kind=dp), DIMENSION(:), POINTER :: array local
529 subroutine deallocate_pi2(array) argument
530 integer, DIMENSION(:,:), POINTER :: array local
543 subroutine deallocate_pd2(array) argument
544 real(kind=dp), DIMENSION(:,:), POINTER :: array local
558 subroutine deallocate_pz2(array) argument
559 complex(kind=dp), DIMENSION(:,:), POINTER :: array local
575 subroutine deallocate_l(array) argument
576 logical, DIMENSION(:), ALLOCATABLE :: array local
589 subroutine deallocate_i(array) argument
590 integer, DIMENSION(:), ALLOCATABLE :: array local
603 subroutine deallocate_d(array) argument
604 real(kind=dp), DIMENSION(:), allocatable :: array local
618 subroutine deallocate_z(array) argument
619 complex(kind=dp), DIMENSION(:), allocatable :: array local
633 subroutine deallocate_i2(array) argument
634 integer, DIMENSION(:,:), ALLOCATABLE :: array local
647 subroutine deallocate_d2(array) argument
648 real(kind=dp), DIMENSION(:,:), ALLOCATABLE :: array local
661 subroutine deallocate_z2(array) argument
662 complex(kind=dp), DIMENSION(:,:), ALLOCATABLE :: array local
676 subroutine deallocate_i3(array) argument
677 integer, DIMENSION(:,:,:), ALLOCATABLE :: array local
690 subroutine deallocate_d3(array) argument
691 real(kind=dp), DIMENSION(:,:,:), ALLOCATABLE :: array local
704 subroutine deallocate_z3(array) argument
705 complex(kind=dp), DIMENSION(:,:,:), ALLOCATABLE :: array local
718 subroutine deallocate_d4(array) argument
719 real(kind=dp), DIMENSION(:,:,:,:), ALLOCATABLE :: array local