Searched refs:fwidth (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h5231 int fwidth = ((int) fw) + 1; local
5236 if ((fwidth ^ supersample) & 1)
5237 fwidth++;
5241 adjust = sf_supp * fwidth / fw;
5246 (*filter) = (double *) calloc (fwidth * fwidth, sizeof (double));
5249 for (i = 0; i < fwidth; i++)
5250 for (j = 0; j < fwidth; j++)
5254 ii = ((2.0 * i + 1.0) / (double) fwidth - 1.0) * adjust;
5255 jj = ((2.0 * j + 1.0) / (double) fwidth
[all...]

Completed in 51 milliseconds