Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dfftsg3d.f872 subroutine ddxt3db_sub(n1max, n2max, n1, n2, n3, ics, subroutine
874 integer n1max, n2max, n1, n2, n3, ics, isgn,
875 & ip(0 : *), i, j, k local
876 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : n3 - 1),
877 & t(0 : *), w(0 : *)
Dfftsg3d.c1160 void ddxt3db_sub(int n1, int n2, int n3, int ics, int isgn, in ddxt3db_sub() function