Searched refs:INTERPOLATE (Results 1 – 1 of 1) sorted by relevance
993 #define INTERPOLATE(x, x1, x2, y1, y2) ( (y1) + ((x)-(x1)) * ((y2)-(y1)) / ((x2)-(x1)) ) macro1007 int cpu_pct = INTERPOLATE(frag_pct, in computeDefragCycles()