/src/games/robots/ |
auto.c | 264 float slope, cons; local in function:move_between 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) -
|
/src/sys/dev/ic/ |
arn9287.c | 560 int8_t pdadc, slope, tcomp; local in function:ar9287_olpc_temp_compensation 572 slope = eep->baseEepHeader.tempSensSlope; 574 slope = 0; 575 if (slope != 0) /* Prevents division by zero. */ 576 tcomp = ((pdadc - sc->sc_pdadc) * 4) / slope;
|
arn9380.c | 868 int8_t slope; local in function:ar9380_set_correction 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);
|
/src/sys/dev/i2c/ |
adadc.c | 102 static int slope[5] = {0, 0, 0x0320, 0x00a0, 0x1f40}; variable in typeref:typename:int[5] 283 int temp = rdata * slope[edata->private];
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
hw_shared.h | 52 struct fixed31_32 slope; member in struct:curve_points
|