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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980504-1.c2 double coeffs[6]; member in struct:_geom_elem
22 register double a = pedpvt->coeffs[0];
23 register double c = pedpvt->coeffs[2];
24 register double srcpix = a * ((double)(0.0000)) + pedpvt->coeffs[1] * (pvtband->yOut + ((double)(0.0000)) ) + pedpvt->coeffs[4];
25 register double srcline = c * ((double)(0.0000)) + pedpvt->coeffs[3] * (pvtband->yOut + ((double)(0.0000)) ) + pedpvt->coeffs[5];
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c19 FFelem *coeffs; member in struct:DUPFFstruct
34 ans->coeffs = 0;
35 if (maxdeg >= 0) ans->coeffs = (FFelem*)calloc(maxdeg+1,sizeof(FFelem));
70 if (f->coeffs[0] == 0) return f;
79 uf = DUPFFnew(dg); uf->coeffs[0] = 1; uf->deg = 0;
82 vg = DUPFFnew(df); vg->coeffs[0] = 1; vg->deg = 0;
87 lcvrecip = FFmul(1, v->coeffs[dv]);
91 lcu = u->coeffs[du];
120 f = DUPFFnew(1); f->coeffs[1] = 1; f->deg = 1;
121 g = DUPFFnew(2); g->coeffs[
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c285 const uint16_t *coeffs,
297 if (!coeffs)
336 data, coeffs[array_idx],
352 data, coeffs[array_idx + 1],
282 program_multi_taps_filter( struct dce_transform *xfm_dce, int taps, const uint16_t *coeffs, enum ram_filter_type filter_type) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_transform.c210 const uint16_t *coeffs,
220 if (!coeffs)
235 uint16_t even_coeff = coeffs[array_idx];
245 odd_coeff = coeffs[array_idx + 1];
207 program_multi_taps_filter( struct dce_transform *xfm_dce, int taps, const uint16_t *coeffs, enum ram_filter_type filter_type) argument

Completed in 79 milliseconds