HomeSort by: relevance | last modified time | path
    Searched defs:SCALE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/wscons/
tpcalib.c 56 #define SCALE (1024)
80 *x = (sc->sc_ax * rawx + sc->sc_bx * rawy) / SCALE + sc->sc_cx;
81 *y = (sc->sc_ay * rawx + sc->sc_by * rawy) / SCALE + sc->sc_cy;
109 d->samplelen, SCALE,
114 d->samplelen, SCALE,
  /src/usr.bin/time/
time.c 167 #define SCALE(x) (long)(ticks ? x / ticks : 0)
172 prl(SCALE(ru.ru_ixrss), "average shared memory size");
173 prl(SCALE(ru.ru_idrss), "average unshared data size");
174 prl(SCALE(ru.ru_isrss), "average unshared stack size");
  /src/sys/dev/acpi/
acpi_bat.c 482 #define SCALE(x) (((int)x) / 1000000), ((((int)x) % 1000000) / 1000)
506 SCALE(elm[ACPIBAT_BIF_GRANULARITY1].Integer.Value * 1000), unit,
507 SCALE(elm[ACPIBAT_BIF_GRANULARITY2].Integer.Value * 1000), unit);
  /src/sys/dev/ic/
arn9003.c 2317 #define SCALE (1 << 15)
2355 mag[i][j] = (m * SCALE) / p;
2356 phs[i][j] = (c * SCALE) / p;
2367 sin[i] = (sin[i] * SCALE) / div;
2368 cos[i] = (cos[i] * SCALE) / div;
2374 f2 = (f1 * f1 + f3 * f3) / SCALE;
2385 if (txmag == SCALE)
2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
2391 rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE;
2393 if (-rxmag == SCALE)
2639 int32_t scale, atemp, avolt, tempcal, voltcal, temp, volt; local in function:ar9003_get_desired_txgain
2781 int alpha, beta, scale, Qalpha, Qbeta, Qscale, Qx, Qb1, Qb2; local in function:ar9003_compute_predistortion
    [all...]
  /src/games/rogue/
rogue.h 75 #define SCALE 2

Completed in 15 milliseconds