Searched refs:bestx (Results 1 – 1 of 1) sorted by relevance
58 float bestx = 0.0f; in JNIFUNCF() local68 if (fabs(tmp) > fabs(bestx)) { in JNIFUNCF()69 bestx = tmp; in JNIFUNCF()88 float mag = sqrt(bestx * bestx + besty * besty); in JNIFUNCF()