HomeSort by: relevance | last modified time | path
    Searched defs:sinc (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-filter.c 73 sinc (double x) function
84 return sinc (x) * sinc (x * (1.0 / n));
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compile.c 677 agx_index sinc = agx_sin_pt_2(b, fixup); local
678 return agx_fmul_to(b, dst, sinc, fixup);
1117 * heavy lifting. sin_pt_2 implements sinc in the first quadrant, expressed in
1120 * fsin_agx models the fixup, sinc, and multiply to obtain sine, so we just
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.c 1615 double pi = 3.1415926535, val, sinc, window, sum; local
1631 sinc = 1.0;
1633 sinc = sin(val) / val;
1637 rawCoeff[i] = sinc * window;

Completed in 55 milliseconds