Searched defs:i2 (Results 1 – 3 of 3) sorted by relevance
183 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); in root() local
236 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() local
547 int GreatestCommonDivisor (int i1, int i2) in GreatestCommonDivisor()