Home
last modified time | relevance | path

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

/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfftsg.f365 subroutine ddst(n, isgn, a, ip, w) subroutine
366 integer n, isgn, ip(0 : *), j, nw, nc
367 real*8 a(0 : n - 1), w(0 : *), xr
H A Dfftsg.c405 void ddst(int n, int isgn, double *a, int *ip, double *w) in ddst() function
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c117 struct dzn_sync *ddst = container_of(dst, struct dzn_sync, vk); in dzn_sync_move() local