Searched refs:ya (Results 1 – 3 of 3) sorted by relevance
2963 static int interpolate(int x, int xa, int xb, int ya, int yb) in interpolate() argument2967 bf = 2 * (yb - ya) * (x - xa) / (xb - xa); in interpolate()2970 return ya + factor + plus; in interpolate()
785 * Sparc assembly will do this to ya.
826 * Sparc assembly will do this to ya.