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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_cm_common.c149 /* corner_points[0] - beginning base, slope offset for R,G,B
150 * corner_points[1] - end base, slope offset for R,G,B
184 if (!convert_to_custom_float_format(corner_points[0].red.slope, &fmt,
189 if (!convert_to_custom_float_format(corner_points[0].green.slope, &fmt,
194 if (!convert_to_custom_float_format(corner_points[0].blue.slope, &fmt,
244 if (!convert_to_custom_float_format(corner_points[1].red.slope, &fmt,
249 if (!convert_to_custom_float_format(corner_points[1].green.slope, &fmt,
254 if (!convert_to_custom_float_format(corner_points[1].blue.slope, &fmt,
420 corner_points[0].red.slope = dc_fixpt_div(corner_points[0].red.y,
422 corner_points[0].green.slope
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/stats/
H A Detf.S8 slope<-r$coef[[2]] * 1000
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
/netbsd-current/games/robots/
H A Dauto.c264 float slope, cons; local
289 slope = (My_pos.y - rob->y) / (My_pos.x - rob->x);
290 cons = slope * rob->y;
298 dy = sign(((slope * ((float) hp->x)) + cons) -
302 dx = sign(((slope * ((float) hp->x)) + cons) -
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h52 struct fixed31_32 slope; member in struct:curve_points
/netbsd-current/sys/dev/i2c/
H A Dadadc.c102 static int slope[5] = {0, 0, 0x0320, 0x00a0, 0x1f40}; variable
239 int temp = rdata * slope[edata->private];
/netbsd-current/sys/dev/ic/
H A Darn9380.c868 int8_t slope; local
896 slope = athn_interpolate(c->ic_freq,
901 slope = athn_interpolate(c->ic_freq,
907 slope = modal->tempSlope;
910 reg = RW(reg, AR_PHY_TPC_19_ALPHA_THERM, slope);
H A Darn9287.c560 int8_t pdadc, slope, tcomp; local
572 slope = eep->baseEepHeader.tempSensSlope;
574 slope = 0;
575 if (slope != 0) /* Prevents division by zero. */
576 tcomp = ((pdadc - sc->sc_pdadc) * 4) / slope;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_hw_sequencer.c355 if (!convert_to_custom_float_format(arr_points[0].slope, &fmt,
376 if (!convert_to_custom_float_format(arr_points[1].slope, &fmt,
536 arr_points[0].slope = dc_fixpt_div(arr_points[0].y,
550 arr_points[1].slope = dc_fixpt_zero;
554 * and the slope to be such that we hit 1.0 at 10000 nits.
558 arr_points[1].slope = dc_fixpt_div(

Completed in 252 milliseconds