Searched refs:inc1 (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dcount-deopt.js34 function inc1(x) { x++; o.x = x; } function
35 inc1(max_smi);
38 inc1(1.1);
/external/jpeg/
H A Djquant2.c792 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;

Completed in 112 milliseconds