HomeSort by: relevance | last modified time | path
    Searched refs:STEP (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/base/
md5.c 60 #define STEP(f, a, b, c, d, x, t, s) \
120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
126 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
127 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
128 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
pixeltest.c 30 #define STEP 16 /* subpixel resolution 1/STEP */
360 Y0 += 1.0/(float)STEP;
363 Y0 -= 1.0/(float)STEP;
366 X0 += 1.0/(float)STEP;
369 X0 -= 1.0/(float)STEP;
372 Y1 += 1.0/(float)STEP;
375 Y1 -= 1.0/(float)STEP;
378 X1 += 1.0/(float)STEP;
381 X1 -= 1.0/(float)STEP;
    [all...]
  /xsrc/external/mit/xf86-video-ati/xorg-server-copy/
fi1236.h 32 double f_step; /* step */
40 int STEP;
fi1236.c 83 xf86DrvMsg(f->d.pI2CBus->scrnIndex, X_INFO, "MT2032: computed f_lo1=%g f_lo2=%g LO1I=%d LO2I=%d SEL=%d STEP=%d NUM=%d\n",
84 m->f_lo1, m->f_lo2, m->LO1I, m->LO2I, m->SEL, m->STEP, m->NUM);
262 m->STEP=floor(3780.0*f_step/f_ref);
264 m->NUM=m->STEP*lrint((1.0*m->NUM)/(1.0*m->STEP));
431 static void MT2032_tune(FI1236Ptr f, double freq, double step)
439 MT2032_calculate_register_settings(&m, freq, 1090.0, 45.125, 5.25, 6.0, step);
440 MT2032_calculate_register_settings(&m, freq, 1090.0, 45.74, 5.25, 6.0, step);
442 MT2032_calculate_register_settings(&m, freq, 1090.0, f->video_if, 5.25, 3.0, step);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
fi1236.h 32 double f_step; /* step */
40 int STEP;
fi1236.c 83 xf86DrvMsg(f->d.pI2CBus->scrnIndex, X_INFO, "MT2032: computed f_lo1=%g f_lo2=%g LO1I=%d LO2I=%d SEL=%d STEP=%d NUM=%d\n",
84 m->f_lo1, m->f_lo2, m->LO1I, m->LO2I, m->SEL, m->STEP, m->NUM);
262 m->STEP=floor(3780.0*f_step/f_ref);
264 m->NUM=m->STEP*lrint((1.0*m->NUM)/(1.0*m->STEP));
431 static void MT2032_tune(FI1236Ptr f, double freq, double step)
439 MT2032_calculate_register_settings(&m, freq, 1090.0, 45.125, 5.25, 6.0, step);
440 MT2032_calculate_register_settings(&m, freq, 1090.0, 45.74, 5.25, 6.0, step);
442 MT2032_calculate_register_settings(&m, freq, 1090.0, f->video_if, 5.25, 3.0, step);

Completed in 10 milliseconds