HomeSort by: relevance | last modified time | path
    Searched defs:v_best (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/rand/
findlc.c 97 int v_lose, m_lose, v_best, m_best; local
191 v_best = m_best = 2*(DIMS-1);
227 if (v_lose < v_best)
229 v_best = v_lose;
findlc.c 97 int v_lose, m_lose, v_best, m_best; local
191 v_best = m_best = 2*(DIMS-1);
227 if (v_lose < v_best)
229 v_best = v_lose;

Completed in 26 milliseconds