Home
last modified time | relevance | path

Searched refs:n2max (Results 1 – 2 of 2) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg3d.f400 subroutine cdft3d(n1max, n2max, n1, n2, n3, isgn, a, argument
402 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), n local
403 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : n3 - 1),
410 call xdft3da_sub(n1max, n2max, n1, n2, n3, 0,
412 call cdft3db_sub(n1max, n2max, n1, n2, n3,
416 subroutine rdft3d(n1max, n2max, n1, n2, n3, isgn, a, argument
418 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), local
420 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : n3 - 1),
435 call rdft3d_sub(n1max, n2max, n1, n2, n3, isgn, a)
436 call cdft3db_sub(n1max, n2max, n1, n2, n3,
[all …]
/external/fft2d/src/fft2d/fft2d/sample2d/
Dfftsg3dt.f81 subroutine putdata3d(n1max, n2max, n1, n2, n3, a) argument
82 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
83 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : *), drnd
95 function errorcheck3d(n1max, n2max, n1, n2, n3, scale, a)
96 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
97 real*8 scale, a(0 : n1max - 1, 0 : n2max - 1, 0 : *),