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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h5355 double de_filt_sum = 0.0, de_filt_d; local
5385 de_filt_d = sqrt ((double) (dej * dej + dek * dek)) / de_filt_h;
5388 if (de_filt_d <= 1.0)
5390 de_filt_sum += flam3_spatial_filter (0, flam3_spatial_support [0] * de_filt_d);
5402 de_filt_d = sqrt ((double) (dej * dej + dek * dek)) / de_filt_h;
5405 if (de_filt_d > 1.0)
5409 de.filter_coefs[filter_coef_idx] = flam3_spatial_filter (0, flam3_spatial_support[0] * de_filt_d) / de_filt_sum;

Completed in 127 milliseconds