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

/haiku/src/libs/linprog/
H A DSummand.cpp20 Summand::Summand(double coeff, Variable* var) argument
22 fCoeff(coeff),
49 * @param coeff coefficient
52 Summand::SetCoeff(double coeff) argument
54 fCoeff = coeff;
H A DActiveSetSolver.cpp421 double coeff = -1; local
423 coeff = 1;
430 new Summand(coeff, variable));
/haiku/headers/libs/linprog/
H A DSummand.h23 Summand(double coeff, Variable* var);
27 void SetCoeff(double coeff);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp31 float length, float coeff, float width);
162 float coeff, float width)
169 float size = length * coeff;
161 _drawArrow(BView *view, float x0, float y0, float angle, float length, float coeff, float width) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c63 u_int32_t num_chains, struct coeff_t *coeff, HAL_BOOL is_cal_reusable);
814 * scaled coeff is 9/10 that of normal coeff
5702 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: tx chain %d: iq corr coeff=%x\n",
5738 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: rx chain %d: iq corr coeff=%x\n",
5777 struct coeff_t *coeff, HAL_BOOL is_cal_reusable)
5835 magnitude = coeff->mag_coeff[ch_idx][im][0];
5836 phase = coeff->phs_coeff[ch_idx][im][0];
5859 magnitude = coeff->mag_coeff[ch_idx][im][0];
5860 phase = coeff
5776 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
6082 static struct coeff_t coeff; local
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1849 float alpha, ksin, kcos, coeff; local
1894 coeff = 0.000114 + 0.0000016 * (float)((fCrcAlea>>17) & 31);
1895 if ((fCrcAlea & 7) > 4) coeff *= 0.75;
1896 if ((fCrcAlea & 7) == 7) coeff *= 0.65;
1900 ksin = sin(alpha) * coeff;
1901 kcos = cos(alpha) * coeff;

Completed in 113 milliseconds