Searched defs:ddct (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | fftsg.f | 319 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 D | fftsg.c | 349 void ddct(int n, int isgn, double *a, int *ip, double *w) in ddct() function
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_pytree.py | 370 def run_test(ddct): argument
|