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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c528 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \
530 v += Z_NORM_##BIT((intpcm64_t)x * coeff); \
557 int32_t coeff, z, *z_coeff, *z_dcoeff; \
823 int32_t coeff; local
828 coeff = z_coeff[0];
836 coeff = Z_RSHIFT((int64_t)zl1 * z, Z_SHIFT) + zl0;
845 coeff = Z_RSHIFT((Z_RSHIFT((int64_t)zq2 * z, Z_SHIFT) +
857 coeff = Z_RSHIFT((Z_RSHIFT((Z_RSHIFT((int64_t)zh3 * z, Z_SHIFT) +
870 coeff = (Z_RSHIFT((Z_RSHIFT((Z_RSHIFT((int64_t)zb3 * z, Z_SHIFT) +
898 coeff
[all...]
H A Dfeeder_eq.c120 struct feed_eq_coeff *coeff; member in struct:feed_eq_info
170 treble = &(info->coeff[info->treble.gain].treble); \
171 bass = &(info->coeff[info->bass.gain].bass); \
292 return (feed_eq_tab[i].coeff);
329 info->coeff = feed_eq_coeff_rate(info->rate);
330 if (info->coeff == NULL)
/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c1652 tree coeff; local
1661 coeff = build_int_cst (type,
1663 mult = fold_build2 (MULT_EXPR, type, iv, coeff);
1694 tree coeff; local
1703 coeff = build_int_cst (type, invcoeff);
1704 mult = fold_build2 (MULT_EXPR, type, invar, coeff);
H A Dexpmed.c2388 alg_shift total := total * coeff
2389 alg_add_t_m2 total := total + multiplicand * coeff;
2390 alg_sub_t_m2 total := total - multiplicand * coeff;
2391 alg_add_factor total := total * coeff + total;
2392 alg_sub_factor total := total * coeff - total;
2393 alg_add_t2_m total := total * coeff + multiplicand;
2394 alg_sub_t2_m total := total * coeff - multiplicand;
3124 coeff below. */
3141 HOST_WIDE_INT coeff = 0;
3175 else coeff
3130 HOST_WIDE_INT coeff = 0; local
[all...]
H A Dsimplify-rtx.c1597 rtx coeff;
1602 coeff = immed_double_const (l, h, mode);
1604 tem = simplify_gen_binary (MULT, mode, lhs, coeff);
1791 rtx coeff;
1796 coeff = immed_double_const (l, h, mode);
1798 tem = simplify_gen_binary (MULT, mode, lhs, coeff);
1818 /* Don't let a relocatable value get a negative coeff. */
1590 rtx coeff; local
1784 rtx coeff; local
H A Dbuiltins.c3386 rtx target, coeff;
3396 coeff = c_readstr (p, mode);
3399 target = expand_mult (mode, target, coeff, NULL_RTX, 1);
3385 rtx target, coeff; local
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dneomagic.c36 #include <dev/sound/pci/neomagic-coeff.h>
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c11595 uint32_t rxcomp, txgain, coeff, rfpwr, *tabs; local
11664 coeff = bwn_tab_read(mac,
11667 bwn_tab_write(mac, BWN_TAB_2(0, 85), coeff & 0xffff);

Completed in 242 milliseconds