HomeSort by relevance Sort by last modified time
    Searched refs:inc1 (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/compiler/
count-deopt.js 34 function inc1(x) { x++; o.x = x; } function
35 inc1(max_smi);
38 inc1(1.1);
  /external/jpeg/
jquant2.c 792 INT32 inc0, inc1, inc2; /* initial values for increments */ local
816 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
817 dist0 += inc1*inc1;
822 inc1 = inc1 * (2 * STEP_C1) + STEP_C1 * STEP_C1;
830 xx1 = inc1;
    [all...]

Completed in 124 milliseconds