Home
last modified time | relevance | path

Searched refs:coeff (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h75 coeff[MUL_PQ_X] = gf_div(a, e); in raidz_rec_pq_coeff()
111 coeff[MUL_QR_XQ] = ny; in raidz_rec_qr_coeff()
113 coeff[MUL_QR_YQ] = nx; in raidz_rec_qr_coeff()
146 coeff[MUL_PQR_YU] = nx; in raidz_rec_pqr_coeff()
148 coeff[MUL_PQR_YQ] = yd; in raidz_rec_pqr_coeff()
679 unsigned coeff[MUL_CNT]; in raidz_reconstruct_q_impl() local
773 unsigned coeff[MUL_CNT]; in raidz_reconstruct_r_impl() local
920 unsigned coeff[MUL_CNT]; in raidz_reconstruct_pq_impl() local
1080 unsigned coeff[MUL_CNT]; in raidz_reconstruct_pr_impl() local
1247 unsigned coeff[MUL_CNT]; in raidz_reconstruct_qr_impl() local
[all …]
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5928 coeff->iqc_coeff[0]); in ar9300_tx_iq_cal_outlier_detection()
6082 static struct coeff_t coeff; in ar9300_tx_iq_cal_post_proc() local
6092 if (coeff.last_cal == AH_TRUE) { in ar9300_tx_iq_cal_post_proc()
6136 coeff.iqc_coeff[0]); in ar9300_tx_iq_cal_post_proc()
6141 coeff.iqc_coeff[0]); in ar9300_tx_iq_cal_post_proc()
6199 coeff.phs_coeff[ch_idx][im][iqcal_idx-1] = coeff.iqc_coeff[0] & 0x7f; in ar9300_tx_iq_cal_post_proc()
6200 coeff.mag_coeff[ch_idx][im][iqcal_idx-1] = (coeff.iqc_coeff[0] >> 7) & 0x7f; in ar9300_tx_iq_cal_post_proc()
6226 coeff.mag_coeff[ch_idx][im][ix] = coeff.mag_coeff[ch_idx][im][iy]; in ar9300_tx_iq_cal_post_proc()
6233 coeff.phs_coeff[ch_idx][im][ix]=coeff.phs_coeff[ch_idx][im][iy]; in ar9300_tx_iq_cal_post_proc()
6255 coeff.last_cal = AH_TRUE; in ar9300_tx_iq_cal_post_proc()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1596 double coeff = 2.0 * sqrt(N0); in gen_qm2_llr() local
1605 + coeff * n) / N0; in gen_qm2_llr()