Searched refs:slope (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c70 int32_t delta, currPDADC, slope; local
88 slope = val;
90 if (slope == 0) { /* to avoid divide by zero case */
93 delta = ((currPDADC - AH5416(ah)->initPDADC)*4) / slope;
/haiku/headers/libs/agg/
H A Dagg_span_gradient.h237 double slope = double(y - m_focus_y) / double(x - m_focus_x); local
241 double yint = double(y) - (slope * x);
246 double a = (slope * slope) + 1;
247 double b = 2 * slope * yint;
258 solution_y = (slope * solution_x) + yint;
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c28 uint32 slope; member in struct:__anon7
90 (std_gamma[i].slope << 16) | std_gamma[i].offset );

Completed in 43 milliseconds