Home
last modified time | relevance | path

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

/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfftsg.f319 subroutine ddct(n, isgn, a, ip, w) subroutine
320 integer n, isgn, ip(0 : *), j, nw, nc
321 real*8 a(0 : n - 1), w(0 : *), xr
H A Dfftsg.c349 void ddct(int n, int isgn, double *a, int *ip, double *w) in ddct() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_pytree.py370 def run_test(ddct): argument