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

/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c64 u_int32_t num_chains, struct coeff_t *coeff, HAL_BOOL is_cal_reusable);
762 * scaled coeff is 9/10 that of normal coeff
5368 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: tx chain %d: iq corr coeff=%x\n",
5404 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: rx chain %d: iq corr coeff=%x\n",
5443 struct coeff_t *coeff, HAL_BOOL is_cal_reusable)
5501 magnitude = coeff->mag_coeff[ch_idx][im][0];
5502 phase = coeff->phs_coeff[ch_idx][im][0];
5525 magnitude = coeff->mag_coeff[ch_idx][im][0];
5526 phase = coeff
5442 ar9300_tx_iq_cal_outlier_detection(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *ichan, u_int32_t num_chains, struct coeff_t *coeff, HAL_BOOL is_cal_reusable) argument
5748 static struct coeff_t coeff; local
[all...]
/freebsd-10.0-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-10.0-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.c3388 rtx target, coeff;
3398 coeff = c_readstr (p, mode);
3401 target = expand_mult (mode, target, coeff, NULL_RTX, 1);
3387 rtx target, coeff; local
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dneomagic.c36 #include <dev/sound/pci/neomagic-coeff.h>
/freebsd-10.0-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 184 milliseconds